fragmuffin / pygcode

GCODE Parser for Python
GNU General Public License v3.0
123 stars 38 forks source link

0.2.1 #7

Closed fragmuffin closed 6 years ago

fragmuffin commented 6 years ago

0.2.1

Improvements

pygcode-norm script:

Added "Final Machine Actions:"

Final Machine Actions:
  standardize what's done at the end of a gcode program.

  --zero_xy, -zxy       On completion, move straight up to
                        rapid_safety_height, then across to X0 Y0.
  --zero_z, -zz         On completion, move down to Z0 (done after zero_xy, if
                        set).
  --rapid_safety_height RAPID_SAFETY_HEIGHT, -rsh RAPID_SAFETY_HEIGHT
                        Z value to move to before traversing workpiece (if not
                        set, max value will be attempted).
  --spindle_off, -so    On completion, turn spindle off.

Added ability to remove all codes & parameters that cannot be parsed.

  --rm_invalid_modal, -rmim
                        Simply remove everything that isn't understood. Use
                        with caution.

Library Improvements

Bugfixes

(none)