🍻 Retire NOZZLE_PARK_ON_TEMP_ERROR

This commit is contained in:
Scott Lahteine 2021-12-05 15:08:58 -06:00
parent a912d4f258
commit 0a50548f3e
294 changed files with 0 additions and 294 deletions

View file

@ -1896,7 +1896,6 @@
#define NOZZLE_PARK_Z_RAISE_MIN 2 // (mm) Always raise Z by at least this distance
#define NOZZLE_PARK_XY_FEEDRATE 100 // (mm/s) X and Y axes feedrate (also used for delta Z axis)
#define NOZZLE_PARK_Z_FEEDRATE 5 // (mm/s) Z axis feedrate (not used for delta printers)
//#define NOZZLE_PARK_ON_TEMP_ERROR // Park Nozzle before Halt on temperature error
#endif
/**