You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gcodeplot.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -665,6 +665,7 @@ def help(error=False):
665
665
-L|--stroke-all*: stroke even regions specified by SVG to have no stroke
666
666
-O|--shading-avoid-outline*: avoid going over outline twice when shading
667
667
-o|--optimization-time=t: max time to spend optimizing (seconds; set to 0 to turn off optimization) [default 60]
668
+
-e|--direction=angle: for slanted pens: prefer to draw in given direction (degrees; 0=positive x, 90=positive y, none=no preferred direction) [default none]
668
669
-d|--sort*: sort paths from inside to outside for cutting [default off]
669
670
-c|--config-file=filename: read arguments, one per line, from filename
0 commit comments