Safety Stops

MarlinFirmware/Marlin#25758
This commit is contained in:
Scott Lahteine 2023-08-02 22:33:00 -05:00
parent 72dc37cb29
commit adada90c22
350 changed files with 5242 additions and 6 deletions

View file

@ -1785,6 +1785,21 @@
//#define V_HOME_DIR -1
//#define W_HOME_DIR -1
/**
* Safety Stops
* If an axis has endstops on both ends the one specified above is used for
* homing, while the other can be used for things like SD_ABORT_ON_ENDSTOP_HIT.
*/
//#define X_SAFETY_STOP
//#define Y_SAFETY_STOP
//#define Z_SAFETY_STOP
//#define I_SAFETY_STOP
//#define J_SAFETY_STOP
//#define K_SAFETY_STOP
//#define U_SAFETY_STOP
//#define V_SAFETY_STOP
//#define W_SAFETY_STOP
// @section geometry
// The size of the printable area