Make DISABLE_INACTIVE_EXTRUDER a simple switch

This commit is contained in:
Scott Lahteine
2018-10-02 04:56:44 -05:00
parent 0dedb3e139
commit 0e5bcdf695
76 changed files with 152 additions and 152 deletions

View File

@ -861,8 +861,8 @@
// @section extruder
#define DISABLE_E false // For all extruders
#define DISABLE_INACTIVE_EXTRUDER true // Keep only the active extruder enabled.
#define DISABLE_E false // For all extruders
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
// @section machine

View File

@ -861,8 +861,8 @@
// @section extruder
#define DISABLE_E false // For all extruders
#define DISABLE_INACTIVE_EXTRUDER true // Keep only the active extruder enabled.
#define DISABLE_E false // For all extruders
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
// @section machine