Skip to content
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

Clone this wiki locally