aiyion1 has quit [Remote host closed the connection]
aiyion1 has joined #openscad
aiyion1 has quit [Remote host closed the connection]
aiyion1 has joined #openscad
aiyion1 has quit [Remote host closed the connection]
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
aiyion1 has joined #openscad
J24k31 has joined #openscad
J24k has quit [Ping timeout: 256 seconds]
LordOfBikes has quit [Ping timeout: 276 seconds]
fling has joined #openscad
LordOfBikes has joined #openscad
fling has quit [Ping timeout: 260 seconds]
myosotis has quit [Ping timeout: 276 seconds]
ccox_ has joined #openscad
ccox has quit [Ping timeout: 260 seconds]
ccox has joined #openscad
ccox_ has quit [Ping timeout: 252 seconds]
misterfish has joined #openscad
misterfish has quit [Ping timeout: 276 seconds]
fardog has quit [Ping timeout: 260 seconds]
fardog has joined #openscad
misterfish has joined #openscad
Gungee has joined #openscad
cart_ has joined #openscad
mmu_man has joined #openscad
TheCoffeMaker has quit [Ping timeout: 260 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
TheCoffeMaker has joined #openscad
mmu_man has quit [Ping timeout: 246 seconds]
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 265 seconds]
cart_ has quit [Ping timeout: 265 seconds]
cart_ has joined #openscad
mmu_man has joined #openscad
deathonater has joined #openscad
Smeef has quit [Ping timeout: 260 seconds]
Non-ICE has quit [Quit: Screw you guys, im going home!]
mmu_man has quit [Ping timeout: 248 seconds]
snakedGT has quit [Quit: Leaving]
mtm has quit [Ping timeout: 260 seconds]
J24k31 has quit [Quit: Client closed]
J24k has joined #openscad
mtm has joined #openscad
mmu_man has joined #openscad
L29Ah has quit [Read error: Connection reset by peer]
L29Ah has joined #openscad
myosotis has joined #openscad
myosotis has quit [Changing host]
myosotis has joined #openscad
<pca006132>
I am revisiting my previous faster evaluator project... it seems that there are many variants of if comprehension in openscad
<pca006132>
curious if the more complicated variants are really widely used out there
<teepee>
only lists
<teepee>
there's some overlap with the chaning of functions
<pca006132>
*list comprehensionn
<teepee>
or what do you mean with "more complicated variants" ?
<pca006132>
hmm, seems not as complicated as I thought, just many variations
<pca006132>
reading the wiki about the language, it seems that people consider "let" part of the syntax of list comprehension, but shouldn't it be the syntax of an ordinary expression (instead of specific to list comprehension)?
<teepee>
it's available in both contexts, like echo too
SamantazFox has quit [Killed (NickServ (GHOST command used by SamantazFox_))]
SamantazFox_ has joined #openscad
joseph_ has quit [Ping timeout: 252 seconds]
joseph_ has joined #openscad
cart_ has quit [Ping timeout: 252 seconds]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
kintel has joined #openscad
<kintel>
pca006132 If exposing the parallel functions is something you want to support going forward, exposing and using them would be fine, and we already depend on TBB so that's ok too
<kintel>
In terms of clipper2, we probably need more of the API surface than Manifold offers, so not sure if it's worth chasing that. We want to port to clipper2 in general though, but I ran into some issues
<kintel>
Also note that clipper2 is 32-bit while clipper1 was 64-bit, so we need to be careful about precision
misterfish has quit [Ping timeout: 248 seconds]
muesli has quit [Quit: NO CARRIER]
muesli has joined #openscad
Xowap has joined #openscad
<Xowap>
Hello there, quick question regarding keeping exports: I've seen various tickets, I've seen colorscad, but none seems to be working. Is there a "safe" commit/version of OpenSCAD that you can use to export colors into OrcaSlicer (I don't care the format as long as I can import it). For now I've tried with 2021.01 and the latest develop commit, I
<Xowap>
can't seem to understand how to make that export: colorscad either gives me everything the same color (stock openscad) or an empty geometry (develop).
L29Ah has joined #openscad
<J24k>
Xowap you can try https://ochafik.com/openscad2/ and OBJ export ( as BS can import colors only from obj .. so probably orca)
<J24k>
oh just noticed BS can import 3mf color models .. and this works