Distribute config-changes to the other configurations
This commit is contained in:
parent
be24fdacea
commit
4b02f33e69
31 changed files with 131 additions and 21 deletions
|
|
@ -364,11 +364,13 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
|||
#define Z_ENABLE_ON 0
|
||||
#define E_ENABLE_ON 0 // For all extruders
|
||||
|
||||
// Disables axis when it's not being used.
|
||||
// Disables axis stepper immediately when it's not being used.
|
||||
// WARNING: When motors turn off there is a chance of losing position accuracy!
|
||||
#define DISABLE_X false
|
||||
#define DISABLE_Y false
|
||||
#define DISABLE_Z false // not for K8200 -> looses Steps
|
||||
// Warn on display about possibly reduced accuracy
|
||||
//#define WARN_REDUCED_ACCURACY
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue