Use a, b, c instead of lx, ly, lz
This commit is contained in:
parent
f8c2473a71
commit
c5cac486f5
5 changed files with 116 additions and 111 deletions
|
|
@ -6892,8 +6892,7 @@ inline void gcode_M503() {
|
|||
KEEPALIVE_STATE(IN_HANDLER);
|
||||
|
||||
// Set extruder to saved position
|
||||
current_position[E_AXIS] = lastpos[E_AXIS];
|
||||
destination[E_AXIS] = lastpos[E_AXIS];
|
||||
destination[E_AXIS] = current_position[E_AXIS] = lastpos[E_AXIS];
|
||||
planner.set_e_position_mm(current_position[E_AXIS]);
|
||||
|
||||
#if IS_KINEMATIC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue