<Guest14>
can't say on the meshes - dont know enough about 3d modeling to comment. But I just tested it with a standard cube and it can't fillet the cube
TheAssassin has joined #openscad
<Guest14>
so we can rule out the DXF import as an issue
<Guest14>
ahh, this is interesting. it will preview it perfectly
<Guest14>
but it can't render it
<Guest14>
ahh
<Guest14>
if I render it after preview
<pca006132>
preview is not using manifold
<Guest14>
its fine
<pca006132>
weird
<pca006132>
did you enable other things in addition to manifold?
<Guest14>
no, only manifold is enabled under features
<Guest14>
hold on, it only renders with specific variables set
mtm_ has quit [Read error: Connection reset by peer]
mtm has joined #openscad
Joel has quit [Ping timeout: 260 seconds]
JoelJoel has joined #openscad
mmu_man has joined #openscad
ferdna has quit [Quit: Leaving]
snaked has quit [Ping timeout: 276 seconds]
<J24k35>
i wish the parser would check for undefined variables before calculations happen - this is so annoying, for every typo i need to kill openSCAD because it gets unresponsive
<guso78>
Python would bail Out immediately ... I believe you are Stuck in "parseToplevelDocument" .. in Most Cases its done twice ...
<guso78>
You could add an assert for all of your used variables somewhere into your model...
J24k35 has quit [Quit: Client closed]
J24k35 has joined #openscad
<J24k35>
guso78 if i need to add the assert "is_undef" in every module for every parameter .. well why can't this be default
Alexer has quit [Ping timeout: 260 seconds]
L29Ah has joined #openscad
mtm has quit [Ping timeout: 260 seconds]
mtm has joined #openscad
<pca006132>
because changing the current behavior will be a breaking change
adigitoleo has quit [Remote host closed the connection]
noonien808310429 has quit [Ping timeout: 244 seconds]
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #openscad
<J24k35>
pca006132 "current behavior" you mean freezing the app if undefined variables cause warnings or errors? I just want a warning before so a "stop on first warning" would prevent the freeze.
berndj has quit [Read error: Connection reset by peer]
TheAssassin has quit [Remote host closed the connection]
TheAssassin has joined #openscad
Guest49 has joined #openscad
Guest49 has quit [Client Quit]
cart_ has quit [Ping timeout: 276 seconds]
mmu_man has quit [Ping timeout: 255 seconds]
mmu_man has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
ferdna has quit [Quit: Leaving]
ferdna has joined #openscad
Guest14 has joined #openscad
<Guest14>
pca006132 - thanks for getting back to me on that manifold rending issue. I adjusted 1e5 down to 1e2 and its solved the issue, I can run manifold on all files so far that use that fillets3d library