disable sled pin by default
This commit is contained in:
@ -2023,12 +2023,12 @@ inline void gcode_G28() {
|
||||
|
||||
if (home_all_axis || homeZ) {
|
||||
|
||||
#ifdef Z_SAFE_HOMING
|
||||
#ifdef Z_SAFE_HOMING
|
||||
|
||||
if (home_all_axis) {
|
||||
|
||||
current_position[Z_AXIS] = 0;
|
||||
sync_plan_position();
|
||||
sync_plan_position();
|
||||
|
||||
//
|
||||
// Set the probe (or just the nozzle) destination to the safe homing point
|
||||
|
Reference in New Issue
Block a user