Update ultralcd.cpp to facilitate bear extruder
This commit is contained in:
parent
bb1b5a0beb
commit
cfcd83fcbf
|
|
@ -2877,7 +2877,7 @@ calibrated:
|
|||
current_position[Z_AXIS] = Z_MAX_POS-3.f;
|
||||
}
|
||||
else {
|
||||
current_position[Z_AXIS] = Z_MAX_POS+4.f;
|
||||
current_position[Z_AXIS] = Z_MAX_POS-3.f;
|
||||
}
|
||||
plan_set_position_curposXYZE();
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue