mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
cameo: added optimization of movements between tool paths
- ops.h, ops.c (optimize_paths): reorder toolpaths to reduce the distance between them - lang.l, lang.y: added command "optimize" - README: documented "optimize"
This commit is contained in:
@@ -179,3 +179,12 @@ and write the toolpaths to the file "drill.gp". Next, we retrieve the
|
||||
remaining paths, generate toolpaths for a 0.8 mm endmill, and write
|
||||
them to the file "mill.gp". Finally, we check that all paths have been
|
||||
processed.
|
||||
|
||||
|
||||
Tool path optimization:
|
||||
|
||||
optimize
|
||||
|
||||
Try to reduce the movements made between paths by reordering the paths.
|
||||
Note that this disturbs the order generated by "offset" and should thus
|
||||
not be used on paths that to be executed in a specific sequence.
|
||||
|
||||
Reference in New Issue
Block a user