From 402110f65517ab357bd636907c8e8201059fda55 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 22 Apr 2020 15:20:59 -0400 Subject: gcode_arcs: Fix Z moves and E moves Fix Z moves so that the movement is spaced out among the arc movements. Fix extrude moves when in absolute extrude mode. Signed-off-by: Kevin O'Connor --- klippy/gcode.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'klippy/gcode.py') diff --git a/klippy/gcode.py b/klippy/gcode.py index 7e861864..463cb521 100644 --- a/klippy/gcode.py +++ b/klippy/gcode.py @@ -140,7 +140,8 @@ class GCodeParser: 'speed_factor': self._get_gcode_speed_override(), 'speed': self._get_gcode_speed(), 'extrude_factor': self.extrude_factor, - 'abs_extrude': self.absolute_extrude, + 'absolute_coordinates': self.absolute_coord, + 'absolute_extrude': self.absolute_extrude, 'busy': busy, 'move_xpos': move_position[0], 'move_ypos': move_position[1], -- cgit v1.2.3-70-g09d2