gcode: Convert get_status() homing_xpos to use a namedtuple

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2020-08-15 17:33:48 -04:00
parent 39261d884d
commit c0daf43d2f
2 changed files with 2 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ gcode:
[menu __main __tune __offsetz]
type: input
name: Offset Z:{'%05.3f' % menu.input}
input: {printer.gcode.homing_zpos}
input: {printer.gcode.homing_origin.z}
input_min: -5
input_max: 5
input_step: 0.005