teepee changed the topic of #openscad to: OpenSCAD - The Programmers Solid 3D CAD Modeller | This channel is logged! | Website: http://www.openscad.org/ | FAQ: https://goo.gl/pcT7y3 | Request features / report bugs: https://goo.gl/lj0JRI | Tutorial: https://bit.ly/37P6z0B | Books: https://bit.ly/3xlLcQq | FOSDEM 2020: https://bit.ly/35xZGy6 | Logs: https://bit.ly/32MfbH5
_whitelogger has joined #openscad
J25k31 has joined #openscad
J25k52 has quit [Ping timeout: 272 seconds]
<gbruno> [github] jesseditson opened pull request #5972 (Add ability to build to a (wasm-based) node module) https://github.com/openscad/openscad/pull/5972
mmu_man has quit [Ping timeout: 268 seconds]
sculptor has joined #openscad
snaked has joined #openscad
snaked has quit [Quit: Leaving]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 244 seconds]
teepee_ is now known as teepee
J25k63 has joined #openscad
J25k31 has quit [Ping timeout: 272 seconds]
sculptor has quit [Ping timeout: 244 seconds]
_whitelogger has joined #openscad
ccox_ has joined #openscad
sinned6915860 has joined #openscad
germ- has joined #openscad
RoyK^ has joined #openscad
JakeSays_ has joined #openscad
ccox has quit [Ping timeout: 260 seconds]
RoyK has quit [Ping timeout: 260 seconds]
hyperair has quit [Ping timeout: 260 seconds]
germ_ has quit [Ping timeout: 260 seconds]
Alexer has quit [Ping timeout: 260 seconds]
lockywolf has quit [Ping timeout: 260 seconds]
sinned691586 has quit [Ping timeout: 260 seconds]
JakeSays has quit [Ping timeout: 260 seconds]
sinned6915860 is now known as sinned691586
lockywolf_ has joined #openscad
hyperair has joined #openscad
Alexer has joined #openscad
hypera1r has joined #openscad
hyperair has quit [Ping timeout: 260 seconds]
mmu_man has joined #openscad
sculptor has joined #openscad
sculptor has quit [Changing host]
sculptor has joined #openscad
bozo16 has quit [Quit: Leaving]
califax has quit [Remote host closed the connection]
califax has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
califax has quit [Remote host closed the connection]
bozo16 has joined #openscad
califax has joined #openscad
_whitelogger has joined #openscad
sculptor has quit [Ping timeout: 260 seconds]
<juri_> I thought it was 3 minutes to midnight, everywhere.
<juri_> er. sorry, missmsg.
mkende has joined #openscad
snaked has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 244 seconds]
teepee_ is now known as teepee
mmu_man has quit [Ping timeout: 244 seconds]
<gbruno> [github] t-paul closed pull request #22 (Update to latest dependencies) https://github.com/openscad/openscad-wasm/pull/22
<gbruno> [github] t-paul pushed 4 modifications (Merge pull request #22 from jesseditson/dependency-updates Update to latest dependencies) https://github.com/openscad/openscad-wasm/commit/2414e1c39410b1266f06804cac7750e14449ebdb
<gbruno> [github] t-paul closed issue #21 (pyscript and openscad in the browser) https://github.com/openscad/openscad-wasm/issues/21
shellhopper has joined #openscad
J25k63 has quit [Quit: Client closed]
<shellhopper> So I have a complex model, I made some small changes. not even sure exactly what I did.  I get a clean preview but when I try to export it as a 3mf it fails, crashes the nightly. I downloaded the latest nightly, still fails.
<teepee> shellhopper: which OS?
Kehet has quit [Quit: bye, world]
Kehet has joined #openscad
<gbruno> [github] t-paul pushed 1 modifications (Make sure to clean up guard files with "make clean".) https://github.com/openscad/openscad-wasm/commit/1fcd76541a2da4ef415468c9e9a023126041d7c6
<gbruno> [github] t-paul pushed 1 modifications (Update to use WASM image wasm-base-release.) https://github.com/openscad/openscad/commit/913826701513a5ca14606ea192d18f8309aba794
<gbruno> [github] t-paul opened pull request #5973 (Update to use WASM image wasm-base-release.) https://github.com/openscad/openscad/pull/5973
Vulpes has joined #openscad
<InPhase> shellhopper: Sounds like you might be running out of RAM.
<InPhase> shellhopper: This is especially likely for a complex model on something like a 4GB or 8GB computer.
<InPhase> It takes a fair bit of effort with what people normally do at present to overflow a 16GB, 32GB, or 64GB RAM computer, but this is also possible. 128GB is possible to overflow as well, but it will typically take a long time to run its way to full with that.
<InPhase> shellhopper: You can try watching it happen by watching your computer's RAM consumption by process (with whichever method does this for your OS). Or you can try looking for cases where you were overzealous in the number of facets generated. A common blunder is doing something like using $fn=100 at the top of code. Never do that. Try $fa=1; $fs=0.4;
<InPhase> I'm not sure where the $fn=100 propagates from, but if we can find it and delete that suggestion, that'd be great. :)
Kehet has quit [Quit: rebooting.. (up 4 hours, 11 minutes)]
Kehet has joined #openscad
sculptor has joined #openscad
<gbruno> [github] t-paul closed pull request #5973 (Update to use WASM image wasm-base-release.) https://github.com/openscad/openscad/pull/5973
<gbruno> [github] t-paul pushed 1 modifications (Update to use WASM image wasm-base-release. (#5973)) https://github.com/openscad/openscad/commit/e7df8c76b89947abd7c8bd558d9ff7de5f0ae222
<gbruno> [github] t-paul pushed 3 modifications (Build process updates. - Allow extra docker args, e.g. DOCKER_EXTRA_ARGS="--no-cache" - Switch BUILDKIT to --progress plain - Switch from using apt to apt-get - Reduce apt-get warnings using DEBIAN_FRONTEND=noninteractive - Use --no-install-recommends when installing packages - Add puppeteer dependencies needed for OpenSCAD upstream build) https://github.com/openscad/openscad-wasm/commit/501694addd7a7c9bd307b38d8591a4f
<gbruno> [github] t-paul opened pull request #23 (Build process updates.) https://github.com/openscad/openscad-wasm/pull/23
<gbruno> [github] t-paul closed pull request #23 (Build process updates.) https://github.com/openscad/openscad-wasm/pull/23
<gbruno> [github] t-paul pushed 3 modifications (Merge pull request #23 from openscad/build-process-updates Build process updates.) https://github.com/openscad/openscad-wasm/commit/40a33fa533659eb30fc3bcccbf0c347fe0a41bec
<gbruno> [github] t-paul pushed 1 modifications (Add gpg-agent package for signing in upstream OpenSCAD build.) https://github.com/openscad/openscad-wasm/commit/461dd319b0766c6d9714754142b7d91e85c7cab9
<gbruno> [github] t-paul opened pull request #24 (Add gpg-agent package for signing in upstream OpenSCAD build.) https://github.com/openscad/openscad-wasm/pull/24
<gbruno> [github] t-paul closed pull request #24 (Add gpg-agent package for signing in upstream OpenSCAD build.) https://github.com/openscad/openscad-wasm/pull/24
<gbruno> [github] t-paul pushed 1 modifications (Merge pull request #24 from openscad/build-process-updates Add gpg-agent package for signing in upstream OpenSCAD build.) https://github.com/openscad/openscad-wasm/commit/225b86a019917741262721105e11cd7821453ad5
califax has quit [Remote host closed the connection]
TheAssassin has quit [Read error: Connection reset by peer]
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
califax has joined #openscad
TheAssassin has joined #openscad
guso78k has joined #openscad
shellhopper has quit [Ping timeout: 272 seconds]
<gbruno> [github] t-paul pushed 1 modifications (MacOS: Untap homebrew-cask-versions which is not available anymore.) https://github.com/openscad/openscad/commit/18303a2d4278e2f0e67194a2110f0ec78091ced5
<gbruno> [github] t-paul opened pull request #5974 (MacOS: Untap homebrew-cask-versions which is not available anymore.) https://github.com/openscad/openscad/pull/5974
<gbruno> [github] t-paul edited pull request #5974 (MacOS: Untap homebrew-cask-versions which is not available anymore.) https://github.com/openscad/openscad/pull/5974
gelatinous has joined #openscad
<gbruno> [github] t-paul pushed 1 modifications (Trigger macos build with both branch prefix and suffix.) https://github.com/openscad/openscad/commit/fdd16ff8d0438a6313540f246b4fc36080cdae2f
<gbruno> [github] t-paul synchronize pull request #5974 (MacOS: Untap homebrew-cask-versions which is not available anymore.) https://github.com/openscad/openscad/pull/5974
<gbruno> [github] t-paul pushed 1 modifications (Remove cask temurin17.) https://github.com/openscad/openscad/commit/e6d0ad7e85f07886043041c60cf1bdd10b96ff90
<gbruno> [github] t-paul synchronize pull request #5974 (MacOS: Untap homebrew-cask-versions which is not available anymore.) https://github.com/openscad/openscad/pull/5974
<gbruno> [github] t-paul edited pull request #5974 (MacOS: Untap homebrew-cask-versions which is not available anymore.) https://github.com/openscad/openscad/pull/5974
howiemnt has joined #openscad
howiemnt1 has quit [Ping timeout: 248 seconds]
shellhopper has joined #openscad
shellhopper has quit [Client Quit]
gelatinous has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
teepee_ has joined #openscad
<gbruno> [github] t-paul closed pull request #5974 (MacOS: Untap homebrew-cask-versions which is not available anymore.) https://github.com/openscad/openscad/pull/5974
<gbruno> [github] t-paul pushed 1 modifications (Merge pull request #5974 from openscad/macos-fix-homebrew-setup MacOS: Untap homebrew-cask-versions which is not available anymore.) https://github.com/openscad/openscad/commit/e044d295427d60bc3d9d136a04b77985a67dabf6
teepee has quit [Ping timeout: 244 seconds]
teepee_ is now known as teepee
_whitelogger has joined #openscad
sculptor has quit [Ping timeout: 260 seconds]