mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -06:00
parent
72dc37cb29
commit
adada90c22
350 changed files with 5242 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue