gcode: add 'abs_extrude' to get_status() dictionary

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2019-01-31 19:10:25 -05:00 committed by KevinOConnor
parent 6c10e4bcef
commit ca4e10dbd6
1 changed files with 1 additions and 0 deletions

View File

@ -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],