Introduction
This guide assumes that you are some what familiar with editing your firmware. The guide focuses on the latest Marlin firmware.
-
-
Set SWITCHING_NOZZLE_SERVO_ANGLES to 165 and 0. You will likely need to adjust this later on when fine tuning your setup.
-
-
-
For the low temp. side, set this to 275.
-
For the high temp. side, set this to 450.
-
-
-
Set z-probe for homing.
-
Define nozzle/probe offset.
-
In lib/src/pins/...your control board
-
Here, the Z_MIN_PROBE_PIN is pointing to pin 4.
-
-
-
Set NUM_SERVOS 1
-
Set servo delay to 300.
-
Make sure that DEACTIVATE SERVOS AFTER MOVE is commented out (has two dashes in front of it).
-
Almost done!
Finish Line