mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-15 02:36:19 +00:00
Enable DUAL_NOZZLE_DUPLICATION_MODE (#16436)
This commit is contained in:
parent
5d270d271c
commit
0bc929aae7
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@
|
|||
#define AXIS_RELATIVE_MODES {false, false, false, false}
|
||||
|
||||
// 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.
|
||||
#define INVERT_X_STEP_PIN false
|
||||
|
|
Loading…
Add table
Reference in a new issue