-
Notifications
You must be signed in to change notification settings - Fork 0
Home
qgcoursera edited this page Feb 21, 2019
·
3 revisions
GCodeAdjust is a command-line utility used to process GCode.
Here is are current features:
- Translation in the X, Y and Z axies.
The GCode is input as console input i.e. stdin. Any parameters are passed in via arguments.
Here is an example,
Translate 50 mm along the x-axis, and 5.5 mm along the y-axis, and -1.1 mm along the z-axis:
GCodeAdjust 50 5.5 -1.1 <input.gcode >output.gcode