Enable DUAL_NOZZLE_DUPLICATION_MODE (#16436)
This commit is contained in:
parent
2a4bcb6c38
commit
7df68aae9c
|
@ -399,7 +399,7 @@
|
||||||
#define AXIS_RELATIVE_MODES {false, false, false, false}
|
#define AXIS_RELATIVE_MODES {false, false, false, false}
|
||||||
|
|
||||||
// Allow duplication mode with a basic dual-nozzle extruder
|
// Allow duplication mode with a basic dual-nozzle extruder
|
||||||
//#define DUAL_NOZZLE_DUPLICATION_MODE
|
#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.
|
// 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_X_STEP_PIN false
|
||||||
|
|
Loading…
Reference in New Issue