Add DUAL_NOZZLE_DUPLICATION_MODE option
This commit is contained in:
@ -572,6 +572,23 @@
|
||||
#error "TEMP_SENSOR_1 is required with TEMP_SENSOR_1_AS_REDUNDANT."
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Basic 2-nozzle duplication mode
|
||||
*/
|
||||
#if ENABLED(DUAL_NOZZLE_DUPLICATION_MODE)
|
||||
#if HOTENDS != 2
|
||||
#error "DUAL_NOZZLE_DUPLICATION_MODE requires exactly 2 hotends."
|
||||
#elif ENABLED(DUAL_X_CARRIAGE)
|
||||
#error "DUAL_NOZZLE_DUPLICATION_MODE is incompatible with DUAL_X_CARRIAGE."
|
||||
#elif ENABLED(SINGLENOZZLE)
|
||||
#error "DUAL_NOZZLE_DUPLICATION_MODE is incompatible with SINGLENOZZLE."
|
||||
#elif ENABLED(MIXING_EXTRUDER)
|
||||
#error "DUAL_NOZZLE_DUPLICATION_MODE is incompatible with MIXING_EXTRUDER."
|
||||
#elif ENABLED(SWITCHING_EXTRUDER)
|
||||
#error "DUAL_NOZZLE_DUPLICATION_MODE is incompatible with SWITCHING_EXTRUDER."
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Test Extruder Pins
|
||||
*/
|
||||
|
Reference in New Issue
Block a user