mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 15:07:34 -06:00
parent
e89c866b61
commit
cf7689e806
337 changed files with 3370 additions and 337 deletions
|
@ -285,7 +285,13 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
|
||||
// Switch extruders by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.
|
||||
//#define MECHANICAL_SWITCHING_EXTRUDER
|
||||
|
||||
/**
|
||||
* A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles.
|
||||
* Can be combined with SWITCHING_EXTRUDER.
|
||||
*/
|
||||
//#define SWITCHING_NOZZLE
|
||||
#if ENABLED(SWITCHING_NOZZLE)
|
||||
#define SWITCHING_NOZZLE_SERVO_NR 0
|
||||
|
@ -294,6 +300,9 @@
|
|||
#define SWITCHING_NOZZLE_SERVO_DWELL 2500 // Dwell time to wait for servo to make physical move
|
||||
#endif
|
||||
|
||||
// Switch nozzles by bumping the toolhead. Requires EVENT_GCODE_TOOLCHANGE_#.
|
||||
//#define MECHANICAL_SWITCHING_NOZZLE
|
||||
|
||||
/**
|
||||
* Two separate X-carriages with extruders that connect to a moving part
|
||||
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue