Is there a list of usable machine parameters for the MASSO?

Hey Moar,

these are numbered parameters and are a part of g-code standard. It may be that not all numbered parameters are available on every CNC controller. The Buildbotics CNC Controller has its g-code patterned after the LinuxCNC g-code dialect, and the parameters are listed here.

The coordinate systems G54–G59.3 and their numbered parameters are described here and the corresponding G54–G59.3 commands here.


Image: RS274/NGC parameters table.

For moving in machine coordinates, there is the G53 command.

For G53 coordinates, on LinuxCNC and controllers with g-code patterned after LinuxCNC g-code dialect, there are the parameters #<_abs_x>, #<_abs_y>, #<_abs_z>, #<_abs_a> etc. but they do not work on the Onefinity/Buildbotics controller (don’t know for the MASSO, please report). A workaround on the Onefinity/Buildbotics is to use [#<_x> + #<_offset_x>]