mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 06:27:35 -06:00
✏️ Fix Formbot T-Rex 3 X2_MAX_POS (#1057)
This commit is contained in:
parent
5eb004ea1d
commit
ea521a484c
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@
|
||||||
#define X1_MIN_POS X_MIN_POS // Set to X_MIN_POS
|
#define X1_MIN_POS X_MIN_POS // Set to X_MIN_POS
|
||||||
#define X1_MAX_POS X_BED_SIZE // A max coordinate so the X1 carriage can't hit the parked X2 carriage
|
#define X1_MAX_POS X_BED_SIZE // A max coordinate so the X1 carriage can't hit the parked X2 carriage
|
||||||
#define X2_MIN_POS 0 // A min coordinate so the X2 carriage can't hit the parked X1 carriage
|
#define X2_MIN_POS 0 // A min coordinate so the X2 carriage can't hit the parked X1 carriage
|
||||||
#define X2_MAX_POS (442-4.0) // The max position of the X2 carriage, typically also the home position
|
#define X2_MAX_POS 438 // The max position of the X2 carriage, typically also the home position
|
||||||
#define X2_HOME_POS X2_MAX_POS // Default X2 home position. Set to X2_MAX_POS.
|
#define X2_HOME_POS X2_MAX_POS // Default X2 home position. Set to X2_MAX_POS.
|
||||||
// NOTE: For Dual X Carriage use M218 T1 Xn to override the X2_HOME_POS.
|
// NOTE: For Dual X Carriage use M218 T1 Xn to override the X2_HOME_POS.
|
||||||
// This allows recalibration of endstops distance without a rebuild.
|
// This allows recalibration of endstops distance without a rebuild.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue