jscut icon indicating copy to clipboard operation
jscut copied to clipboard

V-pocket moves around far above workpiece

Open kennylevinsen opened this issue 11 years ago • 2 comments

During the cut of an SVG with fancy writing (both thick and thin lines), the generated gcode caused my spindle to make a lot of slow 3d moves in negative Z space (with top lower left of workpiece as 0,0,0).

It was indeed following the projected path of the text, but as it was far (a few mm) above the workpiece, it was quite the wasted effort.

kennylevinsen avatar Nov 17 '14 21:11 kennylevinsen

My naive multiple pass algorithm causes this.

tbfleming avatar Nov 18 '14 18:11 tbfleming

Resurrection... @tbfleming it's been a while. Any plans to clean this up? Or, suggestions on how to get the vpocket operation running a bit faster? Not only is it wasting time on the Z modes, it also appears to completely ignore the cut speed; running VERY SLOWLY along the path. A small 2"x24" sign takes almost an entire day to run a 60 or 90 degree run. Thanks, in advance.

IRTermite avatar Oct 20 '19 23:10 IRTermite