Add switch unused feeder(s) off

Having the non-active feeder motors powered on all the time is not
necessary. A feature to deactivate the unused feeder motors has been
implemented. The feature is enabled on default but can be switched off
in the configuration.
This commit is contained in:
Dim3nsioneer
2014-06-02 08:13:09 +02:00
parent 5a18324030
commit 29e7639933
2 changed files with 17 additions and 4 deletions

View File

@ -305,6 +305,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
#define DISABLE_Y false
#define DISABLE_Z false
#define DISABLE_E false // For all extruders
#define DISABLE_UNSELECTED_E true //disable only not selected extruders and keep selected extruder active
#define INVERT_X_DIR true // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR false // for Mendel set to true, for Orca set to false