Add DUAL_NOZZLE_DUPLICATION_MODE option
This commit is contained in:
parent
260bbb3109
commit
91777dd76c
19 changed files with 89 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue