NOZZLE_PARK_ON_TEMP_ERROR

MarlinFirmware/Marlin#23172
This commit is contained in:
Scott Lahteine 2021-11-23 12:58:05 -06:00
parent d46323511d
commit 51dba3212c
293 changed files with 293 additions and 0 deletions

View file

@ -1897,6 +1897,7 @@
#define NOZZLE_PARK_Z_RAISE_MIN 2 // (mm) Always raise Z by at least this distance
#define NOZZLE_PARK_XY_FEEDRATE 60 // (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
/**