Skip to content

Commit

Permalink
Update Configuration_adv.h
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanityAutomation committed Mar 8, 2022
1 parent 323ac94 commit 7627248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
#define X1_MIN_POS X_MIN_POS // Set to X_MIN_POS
#define X1_MAX_POS X_BED_SIZE // Set a maximum so the first X-carriage can't hit the parked second X-carriage
#define X2_MIN_POS 80 // Set a minimum to ensure the second X-carriage can't hit the parked first X-carriage
#define X2_MAX_POS 353 // Set this to the distance between toolheads when both heads are homed
#define X2_MAX_POS 353 // Set this to the maximum position of the X2 carriage, typically also the home position, referenced from X0
#define X2_HOME_DIR 1 // Set to 1. The second X-carriage always homes to the maximum endstop position
#define X2_HOME_POS X2_MAX_POS // Default X2 home position. Set to X2_MAX_POS.
// However: In this mode the HOTEND_OFFSET_X value for the second extruder provides a software
Expand Down

0 comments on commit 7627248

Please sign in to comment.