🔧 More endstops refactoring (#25758)

This commit is contained in:
Scott Lahteine
2023-08-01 23:03:06 -05:00
committed by GitHub
parent 5da7143fe5
commit bed26734a2
32 changed files with 883 additions and 731 deletions

View File

@@ -1751,6 +1751,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