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 or report bugs: https://goo.gl/lj0JRI | Tutorial: https://bit.ly/37P6z0B | Books: https://bit.ly/3xlLcQq | FOSDEM 2020: https://bit.ly/35xZGy6 | Logs: https://libera.irclog.whitequark.org/openscad | don't ask to ask
<Jack21> i thought that would be "bat sign" or ( x x) .. the approach with an escape sign and explanatory text is may be a good idea - however if the code looks like ascii emojis also nice .. maybe some cats Λ_Λ
<InPhase> ^_^ was ruled out because it's valid code. :) _=2; echo(2^_^2); Prints 16
<InPhase> teepee: What do you mean by "current selection"?
<InPhase> teepee: Like type some text, select it, instantiate a template, and have it spread throughout the template wherever a marker symbol is?
<Jack21> InPhase: yes e.g. mark a block and it will parenthesized in a union()
<Jack21> incl /t indent
<knielsen> cbmuser: thanks!
Jack21 has quit [Ping timeout: 256 seconds]
LordOfBikes has quit [Ping timeout: 252 seconds]
LordOfBikes has joined #openscad
snakedGT has joined #openscad
snakedLX has quit [Ping timeout: 265 seconds]
califax- has joined #openscad
califax has quit [Ping timeout: 276 seconds]
califax- is now known as califax
snakedGT has quit [Remote host closed the connection]
snakedGT has joined #openscad
snaked has joined #openscad
snakedGT has quit [Ping timeout: 252 seconds]
<gbruno> [github] MichaelAtOz opened issue #3902 (GitHub 'Discussions'). https://github.com/openscad/openscad/issues/3902
<InPhase> That's reasonable to consider. There are so many issues turned discussions that the ambiguity over when to close them has created more issues than are really being realistically managed.
califax has quit [Remote host closed the connection]
califax has joined #openscad
<gbruno> [github] erichstuder opened issue #3903 (linear_extrude with difference results in unwanted transparency). https://github.com/openscad/openscad/issues/3903
snakedGT has joined #openscad
snaked has quit [Ping timeout: 265 seconds]
snakedGT has quit [Remote host closed the connection]
snakedGT has joined #openscad
snakedGT has quit [Remote host closed the connection]
snakedGT has joined #openscad
arebil has joined #openscad
<cbmuser> knielsen: building now
<knielsen> cbmuser: Thanks!
snakedGT has quit [Ping timeout: 260 seconds]
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
snakedGT has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
arebil has joined #openscad
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
SamantazFox has quit [Ping timeout: 265 seconds]
califax has quit [Remote host closed the connection]
califax has joined #openscad
arebil has joined #openscad
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
snakedGT has quit [Ping timeout: 265 seconds]
snakedGT has joined #openscad
Guest12 has joined #openscad
Guest12 has quit [Client Quit]
snakedGT has quit [Ping timeout: 250 seconds]
SamantazFox has joined #openscad
ferdna has joined #openscad
lastrodamo has joined #openscad
snakedGT has joined #openscad
ur5us_ has joined #openscad
<ndnihil> I think I broke it
<ndnihil> the openscad that is...
<teepee> oh, no, why?
<ndnihil> I dunno
<ndnihil> worked ok there for a minute
<ndnihil> but this thing wont render now
<ndnihil> oh wait
<ndnihil> there it goes
<ndnihil> it just took a loooooong time to render
<teepee> ahhhhhh
<ndnihil> that's packhex.scad
<teepee> there's a ; after use<>
<teepee> :)
<ndnihil> took mere seconds when I had the hexagons at 30mm on long diagonal
<ndnihil> but switching it up to 10mm seems to have made it work much harder
<ndnihil> dont just me
<ndnihil> I'll ; the hell out of everything
<ndnihil> s/just/judge/
<ndnihil> hrm, and I did switch the gap to < 1
<ndnihil> and I seem to have noted something about a bug with a gap < 1.11
<ndnihil> er, switched it to 1 exactly
<teepee> yep, it's a bit slow
<ndnihil> I'm probably doing something stupidly inefficient
<teepee> in this special case it might help to keep it 2d and only do linear_extrude last, it looks like that would be possible
<teepee> that should make it essentially instant, although any further CSG operations will be slow again
<ndnihil> yeah, that makes sense
<ndnihil> it started out with me deciding to tweak all the settings in KISSlicer v2
<ndnihil> because I hadn't really done that since importing the v1 settings
<ndnihil> and noticing I had a shit bed model for the slicer to visualize
<ndnihil> and I've got a thing for hexagons
<InPhase> ndnihil: Oh hey, you made a pizza baking tray.
<InPhase> ndim: I'm mere minutes from getting my pizza baking tray just like that out of the pantry. :) Just waiting for the dough to finish rising.
<InPhase> Wrong nd... ndnihil.
<ndnihil> lol
<ndnihil> we have one of the solid ceramic/stone types
<ndnihil> I did the packhex thing originally for a headlight guard for one of the motorcycles
<InPhase> I have that too.
<InPhase> The metal trays go on top of it.
ali1234 has quit [Remote host closed the connection]
<InPhase> 94 seconds to render.
<InPhase> Not too bad.
ali1234 has joined #openscad
<ndnihil> yeah, I think I was just being impatient
<ndnihil> it hit 999/1000 a couple times
<ndnihil> and I'd close it and try again
<InPhase> Yeah, the last 1/1000 tends to be the top level union, which takes substantially longer.
<InPhase> I tried a few times to create a new scaling system, but it's not better. Instead you just get it freezing at something like 10/1000 and then jumping to 1000/1000. This is not clearer, and seems worse.
<ndnihil> with 30mm long diagonals and 3mm walls it was fine
<ndnihil> nice and quick
<InPhase> We would need some sort of way to guess how long a calculation will take, or feedback from the library, to get a better progress bar.
<ndnihil> pass everything off to the gpu, it'll render fast enough that the progress meter wont matter
<ndnihil> I have a pair of 2070supers in here that are begging for openscad to hurt them
<InPhase> The CGAL library would have to run on the gpu for that.
<InPhase> Or we'd need to replace it, which would be an ordeal.
<ndnihil> yeah yeah, just patch up cgal real quick
<ndnihil> shouldn't take more than an evening :)
<InPhase> I've had the desire to replace it many times, but I'm not sure if I care enough to spend a year on it even if someone donated my salary. :)
<InPhase> There are many other fish to fry.
<InPhase> But, your pizza tray render is very aesthetically appealing. :)
<ndnihil> :)
<ndnihil> when I'm a bajillionaire, I'll buy up openscad and fund the fuck out of it
<ndnihil> sure way to get some of my feature requests sorted
<InPhase> OpenScandnihild.
<ndnihil> very glad I decided to do a full settings tweak
<ndnihil> this thing is doing much better
<ndnihil> and with the new extruder, no more skips
<ndnihil> why is openscad.net listed on the main page?
<ndnihil> shit got camped
<ndnihil> in march
<ndnihil> er
<ndnihil> not the main page
<ndnihil> the about page
<ndnihil> under related projects
<InPhase> Uh, yeah, that looks like porn now.
<InPhase> It is very challenging to render porn in OpenSCAD, so not really related anymore.
<ndnihil> blank here
<ndnihil> but I'm blocking garbage on multiple levels
<ndnihil> oddly, I take extensive steps to not block porn
<InPhase> I will see if I can successfully edit this.
<InPhase> It seems I have access, but I didn't try it.
<InPhase> That worked. :)
<gbruno> [github] rcolyer pushed 1 modifications (openscad.net no longer a related project). https://github.com/openscad/openscad.github.com/commit/0d64aad873226e4495c554934f23ae6f8f397b38
<InPhase> Thanks for the tip. There's very little reason to go randomly clicking links, so those sorts of errors can stay forever without comments about it.
<ndnihil> looks like openjscad.org is down/dead?
<teepee> it moved, not sure where yet
<teepee> the openjscad.xyz seems broken
<ndnihil> javascript sucks anyway
<ndnihil> let it die
<InPhase> teepee: Is this the same people? https://openjscad.azurewebsites.net/
<InPhase> teepee: Also, what was that other site you've been tracking on twitter that's potential thingiverse-like infrastructure?
<InPhase> teepee: Might that warrant an about page entry?
<teepee> yes, that would make sense, cadhub.xyz
<InPhase> I suppose I can fix those while I have this open.
<teepee> all the website links to openjscad.xyz so I have no idea if the other one is official
<InPhase> Is rapcad a dead project?
<InPhase> Oh. We were linking to openjscad.org I can switch the org to xyz.
<gbruno> [github] rcolyer pushed 1 modifications (Update related links, add cadhub). https://github.com/openscad/openscad.github.com/commit/3490874105ac48f692c094f23a38e41a3e7d26b9
<InPhase> All set. I bumped them all to https to enter the 21st century.
<teepee> rapcad seems mostly dormant, but Giles seems to update things from time to time, have not heard much from him lately
<teepee> I think openjscad.xyz is the actual page, it's possible to get some demo loaded
<InPhase> Ok.
<teepee> I have no idea how the editor works though
<teepee> supposedly ctrl+enter compiles, but I'm doing something wrong it seems
<teepee> oh, well, not my problem ;-)
<InPhase> I try to avoid things with adjacent j's and s's if I can help it. I have reluctantly accepted json, but wish we could rename it. :)
<InPhase> But... it's good PR that it exists.
<teepee> the original author has a new thing, but that's not public yet, I think
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
<gbruno> [github] t-paul closed issue #3902 (GitHub 'Discussions'). https://github.com/openscad/openscad/issues/3902
ur5us_ has quit [Ping timeout: 260 seconds]