teepee has quit [Remote host closed the connection]
teepee has joined #openscad
<linext>
Guest6, do you want to send me your base 3d model?
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
Guest6 has quit [Ping timeout: 260 seconds]
J221435 has joined #openscad
J2214 has quit [Ping timeout: 260 seconds]
Guest57 has joined #openscad
Guest57 has quit [Client Quit]
teepee has quit [Quit: bye...]
teepee has joined #openscad
ur5us has quit [Ping timeout: 252 seconds]
epony has quit [Ping timeout: 268 seconds]
snaked has joined #openscad
snaked has quit [Ping timeout: 256 seconds]
snaked has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
fling_ has joined #openscad
fling- has joined #openscad
fling has quit [Ping timeout: 255 seconds]
epony has joined #openscad
fling_ has quit [Ping timeout: 255 seconds]
fling- is now known as fling
fling has quit [Remote host closed the connection]
RichardP_ has joined #openscad
RichardPotthoff has quit [Read error: Connection reset by peer]
fling has joined #openscad
ur5us has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
califax has quit [Remote host closed the connection]
califax has joined #openscad
ur5us has quit [Ping timeout: 255 seconds]
fling has joined #openscad
use-value has quit [Read error: Connection reset by peer]
fling has quit [Remote host closed the connection]
<J221435>
saving transparent objects is still broken https://imgur.com/a/5Cq0y0N .. having alpha in the png is nice but it is wrong as foreground objects make background transparent
<J221435>
second image is how it is displayed, first is the saved image
use-value has joined #openscad
fling has joined #openscad
fling has quit [Remote host closed the connection]
Guest41 has joined #openscad
fling has joined #openscad
Guest41 has quit [Quit: Client closed]
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Ping timeout: 255 seconds]
teepee has quit [Remote host closed the connection]
fling has quit [Remote host closed the connection]
califax has joined #openscad
califax has quit [Ping timeout: 255 seconds]
califax has joined #openscad
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Excess Flood]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
snaked has quit [Quit: Leaving]
fling_ has joined #openscad
fling has quit [Remote host closed the connection]
fling_ has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
J22143563 has joined #openscad
noonien has quit [Quit: Ping timeout (120 seconds)]
J221435 has quit [Ping timeout: 260 seconds]
noonien has joined #openscad
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
Guest41 has joined #openscad
Guest41 has quit [Client Quit]
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
teepee has quit [Remote host closed the connection]
fling has quit [Remote host closed the connection]
fling has joined #openscad
teepee has joined #openscad
fling has quit [Remote host closed the connection]
califax has quit [Remote host closed the connection]
califax has joined #openscad
fling has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
fling has quit [Remote host closed the connection]
Guest47 has joined #openscad
fling has joined #openscad
Guest47 has quit [Client Quit]
fling has quit [Remote host closed the connection]
califax has quit [Remote host closed the connection]
J22143563 is now known as J22
<J22>
is there a way to prevent restart after hitting the limit? »WARNING: Normalized tree is growing past 10000000 elements. Aborting normalization.«
<J22>
you just can F5 anymore
<J22>
can't
califax has joined #openscad
<peeps[zen]>
J22: bump the limit by another order of magnitude or two
qeed has joined #openscad
<InPhase>
J22: If it's not gracefully recovering from that then there is a bug.
<InPhase>
But I've heard this before. Do we not already have an issue for that?
<InPhase>
It is reasonable that it will fail to produce a result upon hitting that limit. It is not reasonable that the program would fail to keep working properly on following runs.
<peeps[zen]>
true that should be a bug though. i just haven't hit the limit in ages, since i bumped it to some absurd value
qeed_ has quit [Ping timeout: 265 seconds]
<InPhase>
Same.
<J22>
10 mio elements seems quite a lot .. happens with a loop of only 50elements (but each element consists of an intersection of cubes and cylinder)
<InPhase>
But I also probably don't make normalized trees as out of norm as J22 does. :)
<InPhase>
J22: Well that could be one of those combinatoric intersection problems.
<peeps[zen]>
yeah that's the exploding terms problem. it can go up to 2^n csg products
<peeps[zen]>
use render on your lower level intersections or something
<InPhase>
2^50 is not resolvable by setting the value larger. So it is good to keep the limit.
<InPhase>
But, what we should do is have an issue, which we can probably debug by setting the value lower for testing.
<InPhase>
If it goes subsequently non-responsive at even small values, then it is pretty obviously a code flaw.
<InPhase>
Speculatively it probably just exits out at that point without cleaning something up properly.
<peeps[zen]>
I can't reproduce. I went over limit with that paste. then i open a new tab and cube(); previews fine
<peeps[zen]>
on nightly
<peeps[zen]>
Linux
<J22>
win 2022.11.27
<J22>
2022.12.06 fix this or is it just linux
<InPhase>
I also cannot reproduce with Linux 2021.01, which came after that issue was opened.
<InPhase>
Linux and OpenSCAD 2021.01 I mean
<InPhase>
"Normalized tree is growing past 20000000 elements. Aborting normalization."
<InPhase>
I apparently have it set very high.
<InPhase>
I have it set to 10000000, so I can reproduce the number of elements being reported as twice the set limit
<InPhase>
The double count continues to 2022-10-24, but I can proceed to update the design, auto-preview my vim saved file, and F5 preview just fine.
<J22>
sounds like the issue 3504 is solved then .. but not for windows
Junxter has quit [Ping timeout: 256 seconds]
<InPhase>
Well, we'd need at least another data point before we can conclude Windows is the reason.
<InPhase>
Because I can't imagine why it should be by OS. There might be an additional setting involved.
<J22>
hmm lazy union or fast csg
<J22>
hmm nope
J22 has quit [Quit: Client closed]
J22 has joined #openscad
<J22>
disabled all experimental settings without a change
<J22>
when i use the example from 3504 i have to use a higher nr for the loop but with 15 my system just freeze up
<peeps[zen]>
J22: 3504 is originally reported on Manjaro Linux, so it would be good to add a comment that you are also seeing this on windows
<J22>
the thing is if i use the example there - it works (maybe my limit is too high) but the result has a low frame rate in preview .. and if i raise the loop my system freezes up
<J22>
ok lowering the limit to 5k also let me get the error
<peeps[zen]>
J22: do you have VBO on?
<J22>
VBO? is what
<J22>
(added a comment)
J22 has quit [Quit: Client closed]
J22 has joined #openscad
J22 has quit [Quit: Client closed]
J22 has joined #openscad
<teepee>
crystal added, 4 doors to go
ur5us has joined #openscad
<teepee>
I wanted to do something with the fibonacci spiral, but so far that does not really work out, that may have to wait for another year or so
<InPhase>
I still want to finish that caterpillar model, but I had a presentation today that pushed a few things into a crunch.
<InPhase>
Hopefully finishing that will open up a window to make some progress.
<InPhase>
I'm not far from done on that model. Most of the hard work is done already, and I have an abstract remote-controlled caterpillar. I just need to write the motion sequence.
teepee has quit [Quit: bye...]
<J22>
teepee nice Disclaimer» not trying to follow nature
NogetDigitalt has joined #openscad
DigitaltNoget has joined #openscad
teepee has joined #openscad
buZz has quit [Ping timeout: 252 seconds]
buZz has joined #openscad
buZz is now known as Guest9176
<J22>
just tried https://recipe-ai.com well turns out this is not just for cooking but will make also chemicals
Lagopus has joined #openscad
teepee has quit [Quit: bye...]
needHelpToDrawAd has joined #openscad
<needHelpToDrawAd>
Hello :)
teepee has joined #openscad
<needHelpToDrawAd>
Does anyone may help to draw a dog collar to be 3D printed :)
needHelpToDrawAd has quit [Client Quit]
teepee has quit [Ping timeout: 255 seconds]
teepee has joined #openscad
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
<InPhase>
The hard part is inserting the dog half-way through the print.