<kintel>
J24K About the WARNING: PolySet -> Manifold conversion failed
<kintel>
I recently made it nicer, by pulling some common use-cases out of the warning
<kintel>
I still prefer to make it a warning, but we can discuss adjustments: Whenever this warning hits, we're forced to attempt to repair your mesh. This repair often succeeds, but a side effect of mesh repair is that we lose any color information
<kintel>
Once we start supporting color preservation during rendering, this will have real effects for non-monochrome designs
<kintel>
(one adjustment we could make would be to downgrade the warning for monochrome objects)
<kintel>
J24L About the 3mf export-import error: Could you share an example?
<J24k46>
kintel this happens with my designs which are always bit more complex due to the library use
<kintel>
There is a known weakness in the 3mf importer: It uses CGAL to union objects on import, so if the union of the imported objects is not manifold according to CGAL -> boom
<kintel>
That makes complete sense: Two solutions: 1) union using Manifold on import or 2) allow importing "lazy union" lists of objects instead of merging into a single object. Needs someone to implement it :)
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<J24k46>
If we would be able to select import like we can on svg .. the union wouldn't be a problem - i mean at the moment we don't officially support multiple objects - but the future will be multiple objects
<J24k46>
but interesting that 2 of the 3 objects survived
<J24k46>
kintel regarding the warnings - i agree that it should be a warning with those consequences, But the "stop at first warning" makes only sense if you could change anything. And as other warnings are like "ignoring unknown variable" or cylinder h=0 or something like that it may be great to differentiate between parser warnings and render engine
<J24k46>
warnings
teepee has quit [Quit: bye...]
teepee has joined #openscad
Zeftax has joined #openscad
RoyK has quit [Ping timeout: 252 seconds]
RoyK has joined #openscad
<Zeftax>
I would like to try to contribute to a foss cad project. I do have a few years experience with .net development for bricscad. Would this be the right place to start? If so, how can I help?
mmu_man has quit [Ping timeout: 264 seconds]
<Zeftax>
Oh, I now see the source is on github, which steals your code for AI.
Zeftax has quit [Quit: Client closed]
<teepee>
right, good talk
<teepee>
kintel: CircleCI: Intel-based macOS resources end of life on June 28. The macos.x86.medium.gen2 resource class will not be available after June 28.
<J24k46>
kintel just found another irregularity with manifold https://imgur.com/a/WO5Dg4G .. not sure why these stripes occur and they are quite small but just look ugly