GridSpace / grid-apps

Browser-based Slicer for 3D Printing, CAM, Laser (Kiri:Moto) and mesh editor (Mesh:Tool)
https://grid.space/
MIT License
463 stars 143 forks source link

Contour seems to ignore some geometry... #312

Open Harvie opened 3 weeks ago

Harvie commented 3 weeks ago

chaos-cam.stl.zip

when i do roughing and contour (X axis with 1/8 bit at 0.4 stepover) on provided model, resulting g-code seems to leave unfinished geometry with just roughed finish:

image

kiribug

(screenshot of resulting g-code simulated using https://harvie.github.io/cnc-simulator/ )

Harvie commented 3 weeks ago

Just realized it can be mitigated by lowering/changing the stepover... It's probably not even a bug. Weird thing is that roughing has same stepover, but manages to get there...

stewartoallen commented 3 weeks ago

can you provide a .kmz workspace usings files --> export? contouring slices the part in a completely different way than roughing.

Harvie commented 3 weeks ago

workspace_chaos-cam.kmz.zip

yeah. i think it's more like feature than bug... contour just moves in pre-defined lines given by the stepover, while roughing works with offsets of the mesh geometry, that's where the difference comes from...