CADmium-Co / CADmium

A CAD program that runs in the browser
https://cadmium-co.github.io/CADmium/
Other
1.35k stars 51 forks source link

Cylindrical Mesh Looks Terrible #85

Closed MattFerraro closed 1 month ago

MattFerraro commented 1 month ago
Screenshot 2024-06-02 at 8 48 29 PM

Steps to repro:

  1. Create new sketch on any plane
  2. Draw a circle of any radius
  3. Extrude to any depth

I believe this is an issue with the rust side of things, not the UI because if you export as OBJ and open in PrusaSlicer, you can see a bunch of artifacts:

Screenshot 2024-06-02 at 8 50 16 PM

Expected behavior is to have a clean mesh with no artifacts.

MattFerraro commented 1 month ago

Fixed in https://github.com/CADmium-Co/CADmium/pull/87