GridSpace / grid-apps

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

outline never starts from the top #158

Closed marciocoragem closed 3 years ago

marciocoragem commented 3 years ago

The outline never starts from the top on some shapes. Screenshot_20210425_140746

I have tried multiple combinations and nothing works.

stewartoallen commented 3 years ago

Outline never starts at the top of a part since it is meant to remove material. You can force tops and faces to be cleared with a roughing operation or you can use a trace/clear operation to clean one face of a part.

marciocoragem commented 3 years ago

I understand that but as you can see in the imagem it starts a lot lower than supposed to, and why in the holes it starts from the top? In this file i'm using a rough with 1mm depth of pass and them use a outline with 0,2 to clean up the surface (kind of like a finishing pass with a ballnose).

This works nice and gives a good finishing surface everywhere except in the first 2 or 3mm.

How should i proceed to avoid this problem.

marciocoragem commented 3 years ago

Another thing is that i used the contour feature before with success, but now i have some problems. I have select the options use only curves and inside only, but it generates toolpaths in the top of the stock, like you can see in the images. image

stewartoallen commented 3 years ago

Please right-click and export your workspace. Then either drop a zipped up .km file here or email it to sa@grid.space -- thank you

marciocoragem commented 3 years ago

Thanks for taking a look.

workspace.km.zip

stewartoallen commented 3 years ago

I have a fix for the curves only contouring that I will push out later today.

Before

Screen Shot 2021-04-26 at 9 10 07 AM

After

Screen Shot 2021-04-26 at 9 10 29 AM
stewartoallen commented 3 years ago

Your other problem is caused by the geometry of the part. The interior pocket is joined at the top by two exterior pockets that extend to the outside of the part which causes them to be considered "outside". So the outline inside-only option you have checked causes those cuts to be removed.

Screen Shot 2021-04-26 at 9 12 23 AM

With the way the outline operation works at present, the workaround is this:

disable inside only set stock offset to 0, 0, 0 only mill one part at a time so the stock clipping will work as expected

Screen Shot 2021-04-26 at 9 13 10 AM
marciocoragem commented 3 years ago

Thanks, I will try those settings.

This is by far my favorite free CAM software, i really like how it works with stl files.

stewartoallen commented 3 years ago

Thank you!