FREEZE_FEATURE

MarlinFirmware/Marlin#17462
This commit is contained in:
Scott Lahteine 2021-05-13 23:59:11 -05:00
parent 45f29272ea
commit 26f354475a
239 changed files with 2390 additions and 0 deletions

View file

@ -3781,6 +3781,16 @@
#define GANTRY_CALIBRATION_COMMANDS_POST "G28" // G28 highly recommended to ensure an accurate position
#endif
/**
* Instant freeze / unfreeze functionality
* Specified pin has pullup and connecting to ground will instantly pause motion.
* Potentially useful for emergency stop that allows being resumed.
*/
//#define FREEZE_FEATURE
#if ENABLED(FREEZE_FEATURE)
//#define FREEZE_PIN 41 // Override the default (KILL) pin here
#endif
/**
* MAX7219 Debug Matrix
*