TheAssass1n has quit [Remote host closed the connection]
TheAssassin has joined #openscad
RoyK has joined #openscad
<pca006132>
kintel: FYI manifold will hopefully make a release in one or two weeks
<pca006132>
and API changes are settled, we are just working on documentation and bindings now
LordOfBikes has quit [Ping timeout: 244 seconds]
RoyK has quit [Read error: Connection reset by peer]
RoyK has joined #openscad
LordOfBikes has joined #openscad
RoyK has quit [Read error: Connection reset by peer]
fling has quit [Remote host closed the connection]
fling has joined #openscad
dostoyevsky2 has quit [Ping timeout: 252 seconds]
dostoyevsky2 has joined #openscad
RoyK has joined #openscad
Reisga244 has joined #openscad
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
<f0lkert>
I see that builtin_translate in src/core/TransformNode.cc executes a translate, but where is it outputted as text? I'm trying to find where/how the AST is converted back into text (if at all?)
<f0lkert>
oh, multmatrix
teepee has quit [Remote host closed the connection]
TheCoffeMaker has quit [Ping timeout: 272 seconds]
TheCoffeMaker has joined #openscad
TheCoffeMaker has quit [Read error: Connection reset by peer]
TheCoffeMaker has joined #openscad
TheCoffeMaker has quit [Remote host closed the connection]
TheCoffeMaker has joined #openscad
little_blossom has quit [Remote host closed the connection]
little_blossom has joined #openscad
L29Ah has left #openscad [#openscad]
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #openscad
TheCoffeMaker has quit [Remote host closed the connection]
TheCoffeMaker has joined #openscad
sfaleron has left #openscad [#openscad]
snakedLX has joined #openscad
snakedGT has quit [Ping timeout: 252 seconds]
snakedGT has joined #openscad
snakedLX has quit [Ping timeout: 244 seconds]
snakedGT has quit [Ping timeout: 260 seconds]
misterfish has quit [Ping timeout: 260 seconds]
misterfish has joined #openscad
ToAruShiroiNeko has joined #openscad
califax_ has joined #openscad
califax has quit [Ping timeout: 260 seconds]
califax_ is now known as califax
misterfish has quit [Ping timeout: 265 seconds]
misterfish has joined #openscad
snakedGT has joined #openscad
germ_ has quit [Read error: Connection reset by peer]
germ_ has joined #openscad
ali1234 has quit [Remote host closed the connection]
ali12341 has joined #openscad
L29Ah has joined #openscad
Smeef has quit [Read error: Connection reset by peer]
Smeef has joined #openscad
drfff has joined #openscad
Guest66 has joined #openscad
Guest66 has quit [Client Quit]
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]
teepee has joined #openscad
Guest52 has joined #openscad
<Guest52>
Hello. Is there a way to merge a curved wall (say, rotate_extruded something) with a pattern done in 2D space?
<Guest52>
basically linear_extruding the pattern and then bending it... I've seen a bend module on github, but I'm not sure whether that's the best option
<teepee>
there is no easy to use built-in feature for that
<InPhase>
Guest52: Can you express the pattern as a mathematical function?
<InPhase>
Guest52: If yes, then it's very easy to solve. :)