diff --git a/src/ArduinoAVR/Repetier/BedLeveling.cpp b/src/ArduinoAVR/Repetier/BedLeveling.cpp index 55ec3670e..57fc7fd54 100644 --- a/src/ArduinoAVR/Repetier/BedLeveling.cpp +++ b/src/ArduinoAVR/Repetier/BedLeveling.cpp @@ -291,7 +291,9 @@ S = 2 : Like s = 1 plus store results in EEPROM for next connection. */ bool runBedLeveling(int s) { bool success = true; +#if DRIVE_SYSTEM != DELTA Printer::prepareForProbing(); +#endif #if defined(Z_PROBE_MIN_TEMPERATURE) && Z_PROBE_MIN_TEMPERATURE && Z_PROBE_REQUIRES_HEATING float actTemp[NUM_EXTRUDER]; for(int i = 0; i < NUM_EXTRUDER; i++) diff --git a/src/ArduinoDUE/Repetier/BedLeveling.cpp b/src/ArduinoDUE/Repetier/BedLeveling.cpp index 55ec3670e..57fc7fd54 100644 --- a/src/ArduinoDUE/Repetier/BedLeveling.cpp +++ b/src/ArduinoDUE/Repetier/BedLeveling.cpp @@ -291,7 +291,9 @@ S = 2 : Like s = 1 plus store results in EEPROM for next connection. */ bool runBedLeveling(int s) { bool success = true; +#if DRIVE_SYSTEM != DELTA Printer::prepareForProbing(); +#endif #if defined(Z_PROBE_MIN_TEMPERATURE) && Z_PROBE_MIN_TEMPERATURE && Z_PROBE_REQUIRES_HEATING float actTemp[NUM_EXTRUDER]; for(int i = 0; i < NUM_EXTRUDER; i++)