nav111 / heekscnc

Automatically exported from code.google.com/p/heekscnc
Other
0 stars 0 forks source link

zigzag pocketing - last cut sometimes incomplete #258

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
reproduce-by:

1. load attached file, generate and postprocess
2. click on line N410 in G-Code
3. look at last cuts in G-Code to complete the pocket, like line N410

What is the expected output? What do you see instead?

this is actually produced:
N390  G01 X11.457 Y11.599 F168.00
N400  G01 X26.972 Y11.599 F168.00
N410  G01 X26.972 Y12.385 F168.00
(end of cutlist)

to complete the pocket, one G01 X11.457 Y12.385  F168.00 would be needed

The bug depends on cutter width vs pocket dimension - some pockets come out ok, 
some miss the last cut.

(screenshot attached)

Original issue reported on code.google.com by haberl...@gmail.com on 9 Oct 2010 at 8:59

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by danhe...@gmail.com on 20 Oct 2010 at 3:27