Remove dual x-carriage functionality that could/should be implemented in slicer
Also added a couple of missed merge lines in homeaxis() from previous commit.
This commit is contained in:
parent
d7390e13d9
commit
39cd3dbdbe
2 changed files with 13 additions and 81 deletions
|
|
@ -169,11 +169,6 @@
|
|||
#define X2_STEP_PIN 25
|
||||
#define X2_DIR_PIN 23
|
||||
|
||||
// The following settings control the behaviour of the automatic parking and unparking of inactive extruder
|
||||
#define TOOLCHANGE_PARK_ZLIFT 0.1 // the distance to raise Z axis when parking an extruder
|
||||
#define TOOLCHANGE_UNPARK_ZLIFT 1 // the distance to raise Z axis when unparking an extruder
|
||||
#define TOOLCHANGE_UNPARK_SKIP_TRAVEL_MOVES // disable if slicer natively suports dual x-carriage mode.
|
||||
// When enabled this avoids unnecessary & inadvertant moves from the last position of old extruder.
|
||||
#endif // DUAL_X_CARRIAGE
|
||||
|
||||
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue