gcode: Remove unused move_xpos get_status() variables

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2020-08-15 15:58:47 -04:00
parent 5f47a91464
commit 39261d884d
1 changed files with 0 additions and 4 deletions

View File

@ -183,10 +183,6 @@ class GCodeParser:
'extrude_factor': self.extrude_factor,
'absolute_coordinates': self.absolute_coord,
'absolute_extrude': self.absolute_extrude,
'move_xpos': move_position[0],
'move_ypos': move_position[1],
'move_zpos': move_position[2],
'move_epos': move_position[3],
'last_xpos': self.last_position[0],
'last_ypos': self.last_position[1],
'last_zpos': self.last_position[2],