Kevin O'Connor d6b69938ab gcode: Don't apply the SET_GCODE_OFFSET to the next g-code command
The SET_GCODE_OFFSET command could cause unwanted behavior when an
offset is applied to the following g-code command.  (In particular,
when the following command is an extrude only move - as in
issue #1289.)

Don't apply the offset immediately.  Instead, add support for a MOVE=1
parameter which will schedule a move to apply the given offset.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-05-26 11:19:15 -04:00
..
2019-04-18 22:35:35 -04:00
2019-03-29 09:38:54 -04:00
2019-04-14 22:41:23 -04:00
2019-05-08 16:48:14 -04:00

Welcome to the Klipper documentation. The overview document is a good starting point.