Switching nozzle mount for Bowden extruders
by fixoid
104
Downloads
74
Likes
1
Makes
Also check this pretty Remixed tubes and mount for more compact size.
Firmware settings (for Marlin-1.1.2):
Configuration.h
#define MOTHERBOARD BOARD_RAMPS_14_EEB //D10 – D8: extruder, extruder, bed
..
#define EXTRUDERS 2
..
#define SWITCHING_NOZZLE
#if ENABLED(SWITCHING_NOZZLE)
#define SWITCHING_NOZZLE_SERVO_NR 0
#define SWITCHING_NOZZLE_SERVO_ANGLES { 20, 137 } // Angles for E0, E1
//#define HOTEND_OFFSET_Z { 0.0, 0.0 }
#endif
..
#define TEMP_SENSOR_1 1
..
#define N
Firmware settings (for Marlin-1.1.2):
Configuration.h
#define MOTHERBOARD BOARD_RAMPS_14_EEB //D10 – D8: extruder, extruder, bed
..
#define EXTRUDERS 2
..
#define SWITCHING_NOZZLE
#if ENABLED(SWITCHING_NOZZLE)
#define SWITCHING_NOZZLE_SERVO_NR 0
#define SWITCHING_NOZZLE_SERVO_ANGLES { 20, 137 } // Angles for E0, E1
//#define HOTEND_OFFSET_Z { 0.0, 0.0 }
#endif
..
#define TEMP_SENSOR_1 1
..
#define N
Sign in to leave a comment
Sign in