mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-01 19:05:56 +01:00
gcode: add 'abs_extrude' to get_status() dictionary
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
@@ -104,6 +104,7 @@ class GCodeParser:
|
||||
'speed_factor': self.speed_factor * 60.,
|
||||
'speed': self.speed,
|
||||
'extrude_factor': self.extrude_factor,
|
||||
'abs_extrude': self.absoluteextrude,
|
||||
'busy': busy,
|
||||
'last_xpos': self.last_position[0],
|
||||
'last_ypos': self.last_position[1],
|
||||
|
||||
Reference in New Issue
Block a user