elliotf / heekscnc

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

open pocket zig zag #321

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
hi 
i  like to have a open pocket zig zag for rouphing a ege pocket from outside!
see jpg 

the blue line woudt be the wanted toolpath so the bit is acting from outside to 
inside is this posible 

the finish path is made by crc profile this works 
only the rouphing starts inside 
CAUSE there is no setting for overlap

Original issue reported on code.google.com by lot...@foengarage.de on 15 Nov 2011 at 5:25

Attachments:

GoogleCodeExporter commented 8 years ago
I have thought about this. It is not always clear what to do. I mean; it is not 
possible to make a function to offset only some spans.
A way that could work is to define an area to cut ( the rectangle face ) and 
define an area to avoid ( all the faces above rectangle face ). Then offset 
outwards the "area to cut", then subtract from it the "area to avoid".

Original comment by danhe...@gmail.com on 15 Nov 2011 at 6:06

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
i got it almost done there is a 0.001 rectangle on the last path this has to be 
eliminated 
i will keep on tracking this 

the files for testing are includet !
Zip 

Original comment by lot...@foengarage.de on 20 Nov 2011 at 4:21

Attachments:

GoogleCodeExporter commented 8 years ago
discoverd a error for tolpath  if no zig so i changed line 
352 and 357 to 
if ((zig_unidirectional) and (i == num_steps -1)) :

only do this if undirctional zig is choosed 

PLEASE keep notice 

i cant post the new area_funcs cause to 
Issue attachment storage quota exceeded

Original comment by lot...@foengarage.de on 20 Nov 2011 at 4:57