mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
cameo: new command "stats" to print path statistics
- README: documented the "stats" command - lang.l, lang.y: added "stats" command - path.h (path_stats), path.c (path_stats): calculate and print path statistics
This commit is contained in:
@@ -202,3 +202,10 @@ Tool path optimization:
|
||||
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.
|
||||
|
||||
|
||||
Statistics:
|
||||
|
||||
stats
|
||||
|
||||
Prints the number of paths and segments, plus their total length.
|
||||
|
||||
Reference in New Issue
Block a user