Skip to content

Commit 1d295f7

Browse files
committed
🔥 Clean up SCARA/TPARA
1 parent 669814d commit 1d295f7

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

Marlin/Configuration.h

+7-14
Original file line numberDiff line numberDiff line change
@@ -1006,9 +1006,6 @@
10061006
// Radius around the center where the arm cannot reach
10071007
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
10081008

1009-
#define THETA_HOMING_OFFSET 0 // Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
1010-
#define PSI_HOMING_OFFSET 0 // Calculated from Calibration Guide and M364 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
1011-
10121009
#elif ENABLED(MP_SCARA)
10131010

10141011
#define SCARA_OFFSET_THETA1 12 // degrees
@@ -1027,23 +1024,19 @@
10271024
#define DEFAULT_SEGMENTS_PER_SECOND 200
10281025

10291026
// Length of inner and outer support arms. Measure arm lengths precisely.
1030-
#define TPARA_LINKAGE_1 120 // (mm)
1031-
#define TPARA_LINKAGE_2 120 // (mm)
1027+
#define TPARA_LINKAGE_1 120 // (mm)
1028+
#define TPARA_LINKAGE_2 120 // (mm)
10321029

1033-
// SCARA tower offset (position of Tower relative to bed zero position)
1034-
// This needs to be reasonably accurate as it defines the printbed position in the SCARA space.
1035-
#define TPARA_OFFSET_X 0 // (mm)
1036-
#define TPARA_OFFSET_Y 0 // (mm)
1037-
#define TPARA_OFFSET_Z 0 // (mm)
1030+
// TPARA tower offset (position of Tower relative to bed zero position)
1031+
// This needs to be reasonably accurate as it defines the printbed position in the TPARA space.
1032+
#define TPARA_OFFSET_X 0 // (mm)
1033+
#define TPARA_OFFSET_Y 0 // (mm)
1034+
#define TPARA_OFFSET_Z 0 // (mm)
10381035

10391036
#define FEEDRATE_SCALING // Convert XY feedrate from mm/s to degrees/s on the fly
10401037

10411038
// Radius around the center where the arm cannot reach
10421039
#define MIDDLE_DEAD_ZONE_R 0 // (mm)
1043-
1044-
// Calculated from Calibration Guide and M360 / M114. See https://www.morgan3dp.com/morgan-calibration-guide/
1045-
#define THETA_HOMING_OFFSET 0
1046-
#define PSI_HOMING_OFFSET 0
10471040
#endif
10481041

10491042
// @section polar

0 commit comments

Comments
 (0)