Make dual_x_carriage_mode an enumeration
This commit is contained in:
parent
d6c36f5bb9
commit
2495ab7af2
20 changed files with 28 additions and 24 deletions
|
|
@ -313,7 +313,7 @@
|
|||
// once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
|
||||
|
||||
// This is the default power-up mode which can be later using M605.
|
||||
#define DEFAULT_DUAL_X_CARRIAGE_MODE 0
|
||||
#define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
|
||||
|
||||
// Default settings in "Auto-park Mode"
|
||||
#define TOOLCHANGE_PARK_ZLIFT 0.2 // the distance to raise Z axis when parking an extruder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue