✏️ Fix Formbot T-Rex 3 X2_MAX_POS (#1057)

This commit is contained in:
Keith Bennett 2024-06-10 10:53:04 -07:00 committed by GitHub
parent 5eb004ea1d
commit ea521a484c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -824,7 +824,7 @@
#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 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.
// NOTE: For Dual X Carriage use M218 T1 Xn to override the X2_HOME_POS.
// This allows recalibration of endstops distance without a rebuild.