Bring some configs up to date
This commit is contained in:
		| @@ -1243,7 +1243,7 @@ | ||||
|    *   stepperY.interpolate(0); \ | ||||
|    * } | ||||
|    */ | ||||
|   #define  TMC_ADV() {  } | ||||
|   #define TMC_ADV() {  } | ||||
|  | ||||
| #endif // TMC2130 || TMC2208 | ||||
|  | ||||
|   | ||||
| @@ -871,8 +871,7 @@ | ||||
|   #define Z_PROBE_ALLEN_KEY_DEPLOY_3_FEEDRATE XY_PROBE_SPEED | ||||
|  | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_DEPTH 20 | ||||
|   // Move the probe into position | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_X -64.0 | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_X -64.0 // Move the probe into position | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_Y 56.0 | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_Z 23.0 | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_FEEDRATE XY_PROBE_SPEED | ||||
|   | ||||
| @@ -1243,7 +1243,7 @@ | ||||
|    *   stepperY.interpolate(0); \ | ||||
|    * } | ||||
|    */ | ||||
|   #define  TMC_ADV() {  } | ||||
|   #define TMC_ADV() {  } | ||||
|  | ||||
| #endif // TMC2130 || TMC2208 | ||||
|  | ||||
|   | ||||
| @@ -871,8 +871,7 @@ | ||||
|   #define Z_PROBE_ALLEN_KEY_DEPLOY_3_FEEDRATE XY_PROBE_SPEED | ||||
|  | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_DEPTH 20 | ||||
|   // Move the probe into position | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_X -64.0 | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_X -64.0 // Move the probe into position | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_Y 56.0 | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_Z 23.0 | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_FEEDRATE XY_PROBE_SPEED | ||||
| @@ -1120,6 +1119,7 @@ | ||||
| #if ENABLED(AUTO_BED_LEVELING_LINEAR) || ENABLED(AUTO_BED_LEVELING_BILINEAR) | ||||
|  | ||||
|   // Set the number of grid points per dimension. | ||||
|   // Works best with 5 or more points in each dimension. | ||||
|   #define GRID_MAX_POINTS_X 9 | ||||
|   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X | ||||
|  | ||||
|   | ||||
| @@ -1243,7 +1243,7 @@ | ||||
|    *   stepperY.interpolate(0); \ | ||||
|    * } | ||||
|    */ | ||||
|   #define  TMC_ADV() {  } | ||||
|   #define TMC_ADV() {  } | ||||
|  | ||||
| #endif // TMC2130 || TMC2208 | ||||
|  | ||||
|   | ||||
| @@ -1153,17 +1153,6 @@ | ||||
|  | ||||
|   #endif | ||||
|  | ||||
| #elif ENABLED(AUTO_BED_LEVELING_3POINT) | ||||
|  | ||||
|   // 3 arbitrary points to probe. | ||||
|   // A simple cross-product is used to estimate the plane of the bed. | ||||
|   #define PROBE_PT_1_X -116 | ||||
|   #define PROBE_PT_1_Y -67.5 | ||||
|   #define PROBE_PT_2_X 116 | ||||
|   #define PROBE_PT_2_Y -67.5 | ||||
|   #define PROBE_PT_3_X 0 | ||||
|   #define PROBE_PT_3_Y 135 | ||||
|  | ||||
| #elif ENABLED(AUTO_BED_LEVELING_UBL) | ||||
|  | ||||
|   //=========================================================================== | ||||
| @@ -1201,12 +1190,12 @@ | ||||
|  * Override if the automatically selected points are inadequate. | ||||
|  */ | ||||
| #if ENABLED(AUTO_BED_LEVELING_3POINT) || ENABLED(AUTO_BED_LEVELING_UBL) | ||||
|   //#define PROBE_PT_1_X 15 | ||||
|   //#define PROBE_PT_1_Y 180 | ||||
|   //#define PROBE_PT_2_X 15 | ||||
|   //#define PROBE_PT_2_Y 20 | ||||
|   //#define PROBE_PT_3_X 170 | ||||
|   //#define PROBE_PT_3_Y 20 | ||||
|   #define PROBE_PT_1_X -116 | ||||
|   #define PROBE_PT_1_Y -67.5 | ||||
|   #define PROBE_PT_2_X 116 | ||||
|   #define PROBE_PT_2_Y -67.5 | ||||
|   #define PROBE_PT_3_X 0 | ||||
|   #define PROBE_PT_3_Y 135 | ||||
| #endif | ||||
|  | ||||
| /** | ||||
|   | ||||
| @@ -1243,7 +1243,7 @@ | ||||
|    *   stepperY.interpolate(0); \ | ||||
|    * } | ||||
|    */ | ||||
|   #define  TMC_ADV() {  } | ||||
|   #define TMC_ADV() {  } | ||||
|  | ||||
| #endif // TMC2130 || TMC2208 | ||||
|  | ||||
|   | ||||
| @@ -861,8 +861,7 @@ | ||||
|   #define Z_PROBE_ALLEN_KEY_DEPLOY_3_FEEDRATE XY_PROBE_SPEED | ||||
|  | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_DEPTH 20 | ||||
|   // Move the probe into position | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_X -64.0 | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_X -64.0 // Move the probe into position | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_Y 56.0 | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_Z 23.0 | ||||
|   #define Z_PROBE_ALLEN_KEY_STOW_1_FEEDRATE XY_PROBE_SPEED | ||||
|   | ||||
| @@ -1243,7 +1243,7 @@ | ||||
|    *   stepperY.interpolate(0); \ | ||||
|    * } | ||||
|    */ | ||||
|   #define  TMC_ADV() {  } | ||||
|   #define TMC_ADV() {  } | ||||
|  | ||||
| #endif // TMC2130 || TMC2208 | ||||
|  | ||||
|   | ||||
| @@ -1248,7 +1248,7 @@ | ||||
|    *   stepperY.interpolate(0); \ | ||||
|    * } | ||||
|    */ | ||||
|   #define  TMC_ADV() {  } | ||||
|   #define TMC_ADV() {  } | ||||
|  | ||||
| #endif // TMC2130 || TMC2208 | ||||
|  | ||||
|   | ||||
| @@ -1243,7 +1243,7 @@ | ||||
|    *   stepperY.interpolate(0); \ | ||||
|    * } | ||||
|    */ | ||||
|   #define  TMC_ADV() {  } | ||||
|   #define TMC_ADV() {  } | ||||
|  | ||||
| #endif // TMC2130 || TMC2208 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user