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
germ has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
germ has joined #openscad
mmu_man has quit [Ping timeout: 264 seconds]
mmu_man has joined #openscad
LordOfBikes has quit [Ping timeout: 276 seconds]
LordOfBikes has joined #openscad
J24k37 has joined #openscad
J24k92 has quit [Ping timeout: 256 seconds]
mmu_man has quit [Ping timeout: 260 seconds]
ferdna has joined #openscad
<lf94> InPhase: yikes :D
ferdna has quit [Ping timeout: 252 seconds]
ferdna has joined #openscad
guso78k has joined #openscad
<guso78k> In the compilation scripts I see indications that  MAC Installation DMG's should be universal binaries(intel+silicon) whereas on the homepage there are just labelled intel. Will the downloaded DMG files also work in Apple Silicon ?
snaked has quit [Read error: Connection reset by peer]
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
krushia has quit [Read error: Connection reset by peer]
krushia has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
<teepee> guso78k: release is not universal, nightly builds are and should run on intel+m1+m2
<teepee> InPhase: nice crystals, although just 2 parts sounds like only a start ;)
cart_ has joined #openscad
Guest95 has joined #openscad
Guest95 has quit [Client Quit]
ferdna has quit [Quit: Leaving]
guso78k has quit [Quit: Client closed]
lastrodamo has joined #openscad
mohammad1722 has joined #openscad
mohammad1722 has quit [Ping timeout: 256 seconds]
J24k37 has quit [Quit: Client closed]
J24k has joined #openscad
Junxter has joined #openscad
<J24k> getting a thumbnail into a 3mf is quite easy - can't we automate this if saving a 3mf ?
<teepee> I would assume so, ideally with a preview that can be overridden
mohammad1722 has joined #openscad
<J24k> just the default "reset view" ↦ "view all"  export png
<J24k> or customizable " take photo "
snaked has joined #openscad
guso78_ has joined #openscad
lf94- has joined #openscad
mmu_man has joined #openscad
mohammad1722 has quit [Ping timeout: 256 seconds]
mohammad1722 has joined #openscad
ferdna has joined #openscad
Guest61 has joined #openscad
mohammad70 has joined #openscad
mohammad70 has quit [Client Quit]
mohammad50 has joined #openscad
mohammad1722 has quit [Ping timeout: 256 seconds]
<Guest61> Question: Is there a configuration option switch from 'preview on file change' to 'render on file change'?   I'm using 'OpenSCAD version 2024.03.18' on osx.  I know there's the F6 hotkey to render, but I edit my scad files with VS Code and not directly in openscad so I'd have to switch apps then hotkey.  Thank you.
<teepee> no
mohammad50 has quit [Quit: Client closed]
mohammad1722 has joined #openscad
<teepee> you can get a partial effect with "render() design();" at top level
<Guest61> Lovely. Thank you so much teepee!
Guest61 has quit [Quit: Client closed]
Guest52 has joined #openscad
JJTechPrints has joined #openscad
JJTechPrints has quit [Changing host]
JJTechPrints has joined #openscad
lf94 has quit [Quit: ZNC 1.9.0 - https://znc.in]
guso78 has quit [Quit: ZNC 1.9.0 - https://znc.in]
<JJTechPrints> Thanks again for the quick help teepee. Decided to register a nick and hang out for awhile.
lf94 has joined #openscad
guso78 has joined #openscad
muesli has quit [Quit: NO CARRIER]
muesli has joined #openscad
L29Ah has left #openscad [#openscad]
mohammad1722 has quit [Quit: Client closed]
<J24k> now the first time i get EXPORT-ERROR: Can't add triangle to 3MF model.  without lazy union and with manifold
<J24k> (but roof is used - maybe this causing it)
<teepee> quite possible, it's known for some geometry issues. I think there is still an open patch that would need some review and decision
<J24k> maybe the issues with offset (float) and then into roof .. the strange thing there were 4 objects that are far apart and using roof on all 4 caused the error but using roof on one and the copy into the 4 places works
<J24k> but as the objects not together there shouldn't be any influence ( and i tried  to change distance, which doesn't helped)
<teepee> yeah, that is very strange
ferdna has quit [Ping timeout: 264 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
teepee has quit [Remote host closed the connection]
JJTechPrints has quit [Ping timeout: 256 seconds]
teepee has joined #openscad
ferdna has joined #openscad
<ferdna> i cant compile openscad. It complaints about MCAD not installed.
<teepee> do recursive checkout
<ferdna> teepee, i would like to do MCAD as a separate install if possible
<ferdna> i have it installed to: /usr/share/openscad/libraries/MCAD/
<teepee> mcad is still used in the build folder for testing, if you don't care about that, you can skip it with -DENABLE_TESTS=OFF
<ferdna> awesome. thank you.
cart_ has quit [Ping timeout: 252 seconds]
L29Ah has joined #openscad
<ferdna> if i add the -DENABLE_TEST=OFF it throws this error: CMake Error at CMakeLists.txt:1413 (add_sanitizers): Unknown CMake command "add_sanitizers".
<ferdna> :(
<teepee> hmm, I don't think that's intentional, but the sanitizers can probbly disabled too
<teepee> right, it's also a submodule
<teepee> you can't ignore submodules when cloing
<teepee> *cloning
SamantazFox_ has quit [Quit: Bye]
<ferdna> ohhh ok
<ferdna> teepee, do you think something like this will work:
<ferdna> set(INTLIB_DIR "${CSD}/libraries") set(GLOLIB_DIR "/usr/share/openscad/libraries") set(LIBRARIES_DIR "${INTLIB_DIR};${GLOLIB_DIR}")
<teepee> what for, what is the problem with the submodule except some minor additional size
Guest52 has quit [Quit: Client closed]
<ferdna> teepee, i would like my libraries in a global directory where users cant touch them.
<ferdna> but being able to install their own
SamantazFox has joined #openscad
L29Ah has quit [Ping timeout: 260 seconds]
lastrodamo has quit [Quit: Leaving]
<teepee> and how does that conflict with just doing a recursive checkout for building?
<teepee> openscad already supports a global /usr/share and user $home/..local folder
<ferdna> teepee, i got to go to work... bbl
JJTechPrints has joined #openscad
JJTechPrints has quit [Ping timeout: 256 seconds]
ferdna has quit [Quit: Leaving]
krushia has quit [Ping timeout: 252 seconds]
L29Ah has joined #openscad
<gbruno> [github] 01miaom opened issue #53 (Coordinate System Mismatch Between OpenSCAD and Model-Viewer) https://github.com/openscad/openscad-playground/issues/53