Ghostkeeper / SVGToolpathReader

Cura plug-in to read SVG files as toolpaths, for debugging printer movements.
GNU Affero General Public License v3.0
34 stars 7 forks source link

Support Z Hop (and Z Hop Height) #4

Open omdathetkan opened 4 years ago

omdathetkan commented 4 years ago

Z-Hop (and Z Hop Height) is needed for use cases like cutting or pen plotting in order to avoid travel lines: https://ultimaker.com/learn/transform-your-ultimaker-in-a-pen-plotter

Ghostkeeper commented 4 years ago

Indeed this is one of the remaining print features that is not implemented yet. Since multi-layer prints have been completed, this is now the next one on the planning: https://github.com/Ghostkeeper/SVGToolpathReader/projects/2

omdathetkan commented 4 years ago

I actually think I implemented it. Waiting on my colleague to test it... https://github.com/jorisa/SVGToolpathReader/commit/925938cd3a944baf80eaa1980ae005dde7164d32

shardsofaperture commented 1 year ago

Was this successful? @omdathetkan

Ghostkeeper commented 1 year ago

@shardsofaperture You could look into https://github.com/Ghostkeeper/SVGToolpathReader/pull/8 . There was an attempt that seems to be somewhat successful, but had some extra bits that introduce non-standard g-code.

duelago commented 1 year ago

I just rebuilt my printer to be used as a vinyl cutter and your software works great for this purpose except the lack of Z-hop. Is there another solution for this problem?