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
J25k42 has quit [Quit: Client closed]
J25k42 has joined #openscad
califax_ has joined #openscad
califax has quit [Ping timeout: 264 seconds]
califax_ is now known as califax
Smeef has quit [Quit: (╯°□°)╯︵ ┻━━┻]
Smeef has joined #openscad
Smeef has quit [Quit: (╯°□°)╯︵ ┻━━┻]
Smeef has joined #openscad
J25k42 has quit [Quit: Client closed]
J25k42 has joined #openscad
J25k7 has joined #openscad
J25k42 has quit [Ping timeout: 240 seconds]
krushia has quit [Ping timeout: 276 seconds]
Smeef has quit [Quit: (╯°□°)╯︵ ┻━━┻]
J25k7 has quit [Quit: Client closed]
J25k7 has joined #openscad
Smeef has joined #openscad
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
JakeSays has quit [Remote host closed the connection]
JakeSays has joined #openscad
greenbigfrog has quit [Ping timeout: 244 seconds]
fling has quit [Ping timeout: 264 seconds]
greenbigfrog has joined #openscad
greenbigfrog has quit [Ping timeout: 272 seconds]
greenbigfrog has joined #openscad
guerd has joined #openscad
J25k7 has quit [Quit: Client closed]
J25k7 has joined #openscad
TheAssassin has quit [Remote host closed the connection]
guso78k has joined #openscad
J25k7 has quit [Quit: Client closed]
J25k7 has joined #openscad
fling has joined #openscad
guso78k has quit [Quit: Client closed]
TheAssassin has joined #openscad
fling has quit [Ping timeout: 264 seconds]
fling has joined #openscad
guso78k has joined #openscad
greenbigfrog has quit [Ping timeout: 248 seconds]
greenbigfrog has joined #openscad
Smeef has quit [Read error: Connection reset by peer]
Smeef has joined #openscad
snaked has quit [Remote host closed the connection]
mmu_man has joined #openscad
mmu_man has quit [Client Quit]
mmu_man has joined #openscad
guerd has quit [Read error: Connection reset by peer]
arebil has quit [Quit: Bye]
krushia has joined #openscad
arebil has joined #openscad
<gbruno> [github] akovez opened issue #5828 (polygon() created 3D shape instead of 2D) https://github.com/openscad/openscad/issues/5828
<gbruno> [github] akovez closed issue #5828 (polygon() created 3D shape instead of 2D) https://github.com/openscad/openscad/issues/5828
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
guso78k has quit [Ping timeout: 240 seconds]
L29Ah has quit [Ping timeout: 252 seconds]
J25k7 has quit [Quit: Client closed]
J25k7 has joined #openscad
kintel has joined #openscad
<kintel> Argh, cmake 4 somehow doesn't write Testing/Temporary/LastTest.log until _after_ the tests have completed, making the HTML generation fail (or pick up the previous log file).
mmu_man has quit [Ping timeout: 265 seconds]
<gbruno> [github] kintel pushed 23 additions 4 modifications 23 removals (Update lazyunion tests) https://github.com/openscad/openscad/commit/acdc66ba6db439b22edbabf9ad1d9fbf4ff88b8a
<gbruno> [github] kintel synchronize pull request #5826 (Refactor tests to align CGAL and Manifold tests) https://github.com/openscad/openscad/pull/5826
<gbruno> [github] kintel edited pull request #5826 (Refactor tests and make Manifold the default test backend) https://github.com/openscad/openscad/pull/5826
<gbruno> [github] kintel edited pull request #5826 (Refactor tests and make Manifold the default test backend) https://github.com/openscad/openscad/pull/5826
mmu_man has joined #openscad
<gbruno> [github] jordanbrown0 edited issue #5003 (UV mapping) https://github.com/openscad/openscad/issues/5003
<teepee> :(
<teepee> sound like they do want to highlight the new major version number
mmu_man has quit [Ping timeout: 265 seconds]
mmu_man has joined #openscad
J25k7 has quit [Quit: Client closed]
J25k7 has joined #openscad
guso78k has joined #openscad
raydenuni has joined #openscad
<raydenuni> Hello. I'm fairly new to OpenSCAD. I've managed to play around and have some success, but I'm starting to run into trouble with variables. It seems like the name of my variables sometimes matters for whether it's accepted or ignored. I can't figure it out and am hoping someone could enlighten me regarding my ignorance of misunderstanding.
<raydenuni> My code, 47 lines long. `nutTrapDepth` defined on #20 and used #38.
<teepee> names of variables don't matter
<teepee> but you have to check regarding positional and named parameters
<teepee> what happens in that example, I don't know BOSL2 very well
<teepee> at first glance the result looks good
<raydenuni> If I set the first argument in `nut_trap_inline(nutTrapDepth, nutSpecDef, $slop=0.1, anchor=TOP)`, where there's `nutTrapDepth`, my model will change as I do it. But when I use the variable, it doesn't. I'm not sure how it picks what value to use. Perhaps a cached value? If I set it to 2 or 3, I see the changes. If I use the variable, it looks like
<raydenuni> it's using a value of 2, regardless of what I set the variable to.
<raydenuni> That's it. Might be easier to see with line #5 commented out. The `color_overlaps`.
<raydenuni> #35
raydenuni has quit [Quit: Client closed]
raydenuni has joined #openscad
<teepee> changing the variable works fine
<raydenuni> oops, IRC in browser
<raydenuni> oh, i see what's happening
<raydenuni> the parameters in the editor are overriding the values
<teepee> ah, if you have the customizer open, you need to watch out if you edit a parameter set of "design defaults"
<raydenuni> The question I guess then is what setting is making it take the source vs the UI overrides. And is there a way to make variables not show up as params?
<teepee> one way is just putting the variables last :-)
<teepee> otherwise there's a hidden section
<raydenuni> wat
<raydenuni> first, kind of weird they can be defined after their usage, but okay
<raydenuni> second, why does that make them not show up?
<teepee> variables are only shown until the first module definition
<teepee> the why you have to discuss with Thingiverse when it was still Makerbot ;-)
<teepee> this may require a time machine
<raydenuni> fun
<teepee> history
<raydenuni> thank you for the help
guso78k has quit [Quit: Client closed]
<raydenuni> Oh, maybe you can help with something else. I'm setting `rounding` on my cuboid, and I can specify the edges it's applied to. But I'd like to set different rounding values to different edges and I haven't figured out a way to do that. I played around a little bit with edge and corner masks from BOSL2, but it doesn't seem like it's quite the right
<raydenuni> tool.
<teepee> That's a bit above my BOSL2 knowledge
guso78k has joined #openscad
<teepee> While I do think it's an awesome library, I tend to use other, smaller libraries
<raydenuni> k, I didn't know if that was a BOSL2 specific thing or a general syntax thing
J25k7 has quit [Quit: Client closed]
J25k7 has joined #openscad
J25k7 has quit [Quit: Client closed]
J25k7 has joined #openscad
pauldoo has joined #openscad
guso78k63 has joined #openscad
<gbruno> [github] kintel reopened issue #5218 (Color rendering: Subtracted minkowski isn't using the subtraction color in Manifold mode) https://github.com/openscad/openscad/issues/5218
kintel has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<gbruno> [github] gsohler opened pull request #5829 (Import backup files - Improve the User experience) https://github.com/openscad/openscad/pull/5829
mmu_man has quit [Ping timeout: 248 seconds]
J25k7 has quit [Quit: Client closed]
J25k7 has joined #openscad
guso78k19 has joined #openscad
mmu_man has joined #openscad
<gbruno> [github] Dante-U opened pull request #5830 (Feature/write function) https://github.com/openscad/openscad/pull/5830
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
mmu_man has quit [Quit: reboot]
guso78k has quit [Quit: Client closed]
pauldoo has quit [Quit: pauldoo]
mmu_man has joined #openscad
ccox_ has joined #openscad
ccox has quit [Ping timeout: 268 seconds]
juri_ has quit [Ping timeout: 245 seconds]
juri_ has joined #openscad
J25k7 has quit [Quit: Client closed]
J25k7 has joined #openscad
guso78k19 has quit [Quit: Client closed]
raydenuni has quit [Quit: Ping timeout (120 seconds)]
guso78k has joined #openscad
guso78k28 has joined #openscad
guso78k has quit [Client Quit]
guso78k63 has quit [Quit: Client closed]
guso78k28 has quit [Client Quit]
guso78k has joined #openscad
J25k7 has quit [Quit: Client closed]
guso78k has quit [Quit: Client closed]
J25k7 has joined #openscad
Smeef has quit [Quit: (╯°□°)╯︵ ┻━━┻]
Smeef has joined #openscad