The BuildBee maintenance console features a GCODE terminal where you can enter custom GCODE commands to control your 3D printer.
- Log in to an account with the right to access the maintenance console.
M851 (Returns the current Z-Offset value) M851 Z10 (Will set the Z-Offset value to whatever number comes after 'Z') M500 (Saves settings to memory) M501 (Reads settings from memory to confirm they have been saved)
M115 (Get firmware version)
M119 (Reports limit switch status)
M303 S215 C10 U1 (Runs a PID tune, where 'S' is the target temperature,
'C' is the number of cycles and 'U1' will save the settings once the
tune has finished.)