Add DUAL_NOZZLE_DUPLICATION_MODE option

This commit is contained in:
Scott Lahteine
2016-07-20 10:25:06 -07:00
parent 260bbb3109
commit 91777dd76c
19 changed files with 89 additions and 18 deletions

View File

@ -329,7 +329,10 @@
#define AXIS_RELATIVE_MODES {false, false, false, false}
//By default pololu step drivers require an active high signal. However, some high power drivers require an active low signal as step.
// Allow duplication mode with a basic dual-nozzle extruder
//#define DUAL_NOZZLE_DUPLICATION_MODE
// By default pololu step drivers require an active high signal. However, some high power drivers require an active low signal as step.
#define INVERT_X_STEP_PIN false
#define INVERT_Y_STEP_PIN false
#define INVERT_Z_STEP_PIN false