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
mtm has quit [Ping timeout: 252 seconds]
mtm has joined #openscad
lf94- has joined #openscad
guso78 has quit [Ping timeout: 252 seconds]
lf94 has quit [Ping timeout: 255 seconds]
lf94- has quit [Ping timeout: 248 seconds]
lf94 has joined #openscad
guso78 has joined #openscad
rawgreaze has quit [Quit: ZNC 1.8.2 - https://znc.in]
rawgreaze has joined #openscad
LordOfBikes has quit [Ping timeout: 264 seconds]
LordOfBikes has joined #openscad
<gbruno> [github] ochafik synchronize pull request #5235 (Add backend setting / flag to enable manifold in prod builds) https://github.com/openscad/openscad/pull/5235
<gbruno> [github] ochafik ready_for_review pull request #5235 (Add backend setting / flag to enable manifold in prod builds) https://github.com/openscad/openscad/pull/5235
<gbruno> [github] ochafik synchronize pull request #5235 (Add backend setting / flag to enable manifold in prod builds) https://github.com/openscad/openscad/pull/5235
<gbruno> [github] ochafik edited pull request #5235 (Add backend setting / flag to enable manifold in prod builds) https://github.com/openscad/openscad/pull/5235
<gbruno> [github] ochafik synchronize pull request #5180 (Color support for 3D rendering + export to glTF, Collada, STEP, PLY, X3D) https://github.com/openscad/openscad/pull/5180
J24k13 has joined #openscad
J24k14 has quit [Ping timeout: 256 seconds]
<t4nk_fn> https://postimg.cc/gallery/ZRHNyzF Scopeuk .... this one fit my print bed by the skin of my teeth, :)
ferdna has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
aiyion has quit [Remote host closed the connection]
aiyion has joined #openscad
misterfish has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee has joined #openscad
misterfish has quit [Ping timeout: 276 seconds]
Junxter has joined #openscad
cart_ has joined #openscad
J24k13 has quit [Quit: Client closed]
J24k13 has joined #openscad
pca006132 has quit [Remote host closed the connection]
cart_ has quit [Ping timeout: 252 seconds]
cart_ has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
misterfish has joined #openscad
<Scopeuk> nice, guitar stand?
cart_ has quit [Quit: Konversation terminated!]
ferdna has quit [Quit: Leaving]
misterfish has quit [Ping timeout: 248 seconds]
misterfish has joined #openscad
ccox has joined #openscad
ccox_ has quit [Ping timeout: 252 seconds]
<t4nk_fn> nono, those are 'ergonomic' thingies, so you don't need a foot stool
<t4nk_fn> I've had the original for many years, but it was quite dangerous and the metal damages the guitar
J24k13 has quit [Quit: Client closed]
J24k13 has joined #openscad
pca006132 has joined #openscad
omegatron has joined #openscad
GNUmoon has joined #openscad
snaked has quit [Quit: Leaving]
mtm has quit [Ping timeout: 252 seconds]
mtm has joined #openscad
<J24k13> didn't anyone think it is super  annoying that something like this will freeze the system? https://bpa.st/HDTQ
<J24k13> (for 1 minute)
<J24k13> just to tell you that you missed a "s"  .. and this is harmless i have code that freezes much longer so you kill the process
<J24k13> teepee inphase there must be some better way to deal with those errors - can't the parser check for variables?
mmu_man has joined #openscad
misterfish has quit [Ping timeout: 276 seconds]
misterfish has joined #openscad
<gbruno> [github] kintel pushed 4 additions 1 modifications (Added test for #2841) https://github.com/openscad/openscad/commit/d94c0bcc14c80ad9d2a2f5037dd3dbc4ee6cdfef
<gbruno> [github] kintel pushed 1 modifications (Bump CGAL to 5.6.1) https://github.com/openscad/openscad/commit/d427ad12b1d478b9acc978875d31706f34adda7f
<gbruno> [github] ochafik synchronize pull request #5235 (Add backend setting / flag to enable manifold in prod builds) https://github.com/openscad/openscad/pull/5235
mohammad1722 has joined #openscad
mohammad1722 has quit [Ping timeout: 256 seconds]
mohammad1722 has joined #openscad
pca006133 has joined #openscad
pca006132 has quit [Ping timeout: 244 seconds]
pca006133 is now known as pca006132
pca006133 has joined #openscad
pca006132 has quit [Ping timeout: 252 seconds]
pca006133 is now known as pca006132
<pca006132> J24k13: which version are you using?
<pca006132> it prints a bunch of warnings in the log immediately with the current master
<pca006132> the parser can check for undefined variable, but iirc the default behavior is to continue... maybe it is possible to change the default behavior
misterfish has quit [Ping timeout: 252 seconds]
<J24k13> pca006132 2024.6.25 guess i'll have to update then
<J24k13> thanks for checking!
hyperair has quit [Ping timeout: 265 seconds]
rawgreaze has quit [Ping timeout: 264 seconds]
rawgreaze has joined #openscad
Junxter has quit [Quit: Leaving]
Guest27 has joined #openscad
<Guest27> Hey all, is there a way to show dimensions in OpenSCAD?
<J24k13> Guest27 OpenSCAD uses units - you decide what they are but when exporting 3mf or svg they will be mm
<J24k13> the nightly dev has a measurement tool to show .. else you have the axis gradiation
<J24k13> what is it exactly you looking for or trying to do?
<Guest27> Lets say I have a 3d bench and I center a 3d tool on the bench.   The tool has a protrusion and I want to show the distrance from the front of the bench to the protusion.
<Guest27> I'm guessing what I would like is to draw a line from the bench front to the protusion and have OpenSCAD display the number of units.
<Guest27> is there a way to draw a line from object to object?
<Guest27> Then display the length of that line?
hyperair has joined #openscad
ferdna has joined #openscad
pca006133 has joined #openscad
pca006132 has quit [Ping timeout: 245 seconds]
pca006133 is now known as pca006132
pca006132 has quit [Remote host closed the connection]
Guest27 has quit [Quit: Client closed]
J24k13 has quit [Quit: Client closed]
J24k13 has joined #openscad
TylerTork has joined #openscad
<TylerTork> Is there a way to automatically copy all the current Parameter values from the Customizer into the code? Frequently I'll write some code with parameters and I tweak the values until it looks like what I want to default to be, then I want to be able to say OK here is the new default then.
<teepee> TylerTork: no, but that sound like an interesting feature
misterfish has joined #openscad
mohammad1722 has quit [Ping timeout: 256 seconds]
mtm has quit [*.net *.split]
dostoyevsky2 has quit [*.net *.split]
Smeef has quit [*.net *.split]
lostapathy has quit [*.net *.split]
germ- has quit [*.net *.split]
muesli has quit [*.net *.split]
dustinm` has quit [*.net *.split]
drkow has quit [*.net *.split]
mtm has joined #openscad
dostoyevsky2 has joined #openscad
Smeef has joined #openscad
lostapathy has joined #openscad
muesli has joined #openscad
germ- has joined #openscad
dustinm` has joined #openscad
drkow has joined #openscad
dostoyevsky2 has quit [Max SendQ exceeded]
dostoyevsky2 has joined #openscad
<InPhase> Yeah, that would raise the value of the customizer.
<InPhase> I flat out avoid it because I almost ALWAYS want to save the results of my fiddling around. :)
<InPhase> TylerTork: That would be worthy of opening an issue to record that idea, with "Type: Enhancement" and "Tag: Good First Issue".
mmu_man has quit [Ping timeout: 260 seconds]
<InPhase> Hmm. Maybe not "Tag: Good First Issue"... It might be a little nuanced to find the right code spot to edit.
misterfish has quit [Ping timeout: 255 seconds]
mmu_man has joined #openscad
TylerTork has quit [Ping timeout: 256 seconds]
omegatron has quit [Quit: Power is a curious thing. It can be contained, hidden, locked away, and yet it always breaks free.]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
paddymahoney has quit [Remote host closed the connection]
paddymahoney has joined #openscad
<gbruno> [github] kuldeepdhaka opened issue #5240 (complete freeze on opening) https://github.com/openscad/openscad/issues/5240
<gbruno> [github] kuldeepdhaka edited issue #5240 (complete freeze on opening) https://github.com/openscad/openscad/issues/5240
paddymahoney has quit [Remote host closed the connection]
<gbruno> [github] unexpectedness opened issue #5241 (Eliminate zero-thickness artifacts from boolean operations on coplanar surfaces) https://github.com/openscad/openscad/issues/5241
kintel has joined #openscad
<kintel> Speaking of "stop on the first warning": The Advanced tab in preferences is getting a bit out of hand, and doesn't really represent "Advanced" settings. It would be nice to rework preferences a bit now that we have enough material to work with. It might be a bit of a thankless job though as it doesn't really add any features, just improves usability. It's also tricky to come up with a good subdivision..
<gbruno> [github] kintel pushed 4 additions 1 modifications (Added test for #2841) https://github.com/openscad/openscad/commit/f1db116ee67e1b69a22f9abe2e68b7bbae28e66b
<gbruno> [github] kintel opened pull request #5242 (Added tests for #2841) https://github.com/openscad/openscad/pull/5242
<gbruno> [github] kintel pushed 1 modifications (Bump CGAL to 5.6.1) https://github.com/openscad/openscad/commit/4cd86d443cf44c98cc2f4f96e81a74902597d06e
<gbruno> [github] kintel opened pull request #5243 (Bump CGAL to 5.6.1) https://github.com/openscad/openscad/pull/5243
<teepee> yeah, plus the stop on first warning behavior is also not ideal
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ferdna has quit [Quit: Leaving]
othx has quit [Ping timeout: 252 seconds]