bugfix: display toolhead position instead of gcode position in the status panel
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
3e219e24ac
commit
b5b1f0d03a
@ -268,7 +268,7 @@
|
||||
print_stats_message: state => state.printer.print_stats.message,
|
||||
|
||||
absolute_coordinates: state => state.printer.gcode_move.absolute_coordinates,
|
||||
position: state => state.printer.gcode_move.position,
|
||||
position: state => state.printer.toolhead.position,
|
||||
gcode_position: state => state.printer.gcode_move.gcode_position,
|
||||
|
||||
filament_used: state => state.printer.print_stats.filament_used,
|
||||
|
Loading…
x
Reference in New Issue
Block a user