|
1006 | 1006 | // Radius around the center where the arm cannot reach
|
1007 | 1007 | #define MIDDLE_DEAD_ZONE_R 0 // (mm)
|
1008 | 1008 |
|
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 |
| - |
1012 | 1009 | #elif ENABLED(MP_SCARA)
|
1013 | 1010 |
|
1014 | 1011 | #define SCARA_OFFSET_THETA1 12 // degrees
|
|
1027 | 1024 | #define DEFAULT_SEGMENTS_PER_SECOND 200
|
1028 | 1025 |
|
1029 | 1026 | // 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) |
1032 | 1029 |
|
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) |
1038 | 1035 |
|
1039 | 1036 | #define FEEDRATE_SCALING // Convert XY feedrate from mm/s to degrees/s on the fly
|
1040 | 1037 |
|
1041 | 1038 | // Radius around the center where the arm cannot reach
|
1042 | 1039 | #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 |
1047 | 1040 | #endif
|
1048 | 1041 |
|
1049 | 1042 | // @section polar
|
|
0 commit comments