Browse Source

Fix some config spacing

Scott Lahteine 6 years ago
parent
commit
1204f2fca8

+ 5
- 5
config/examples/delta/Anycubic/Kossel/Configuration.h View File

662
 
662
 
663
   #if EITHER(DELTA_AUTO_CALIBRATION, DELTA_CALIBRATION_MENU)
663
   #if EITHER(DELTA_AUTO_CALIBRATION, DELTA_CALIBRATION_MENU)
664
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
664
     // Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
665
-    #define DELTA_CALIBRATION_RADIUS DELTA_PRINTABLE_RADIUS - MIN_PROBE_EDGE  // (mm)
665
+    #define DELTA_CALIBRATION_RADIUS DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)  // (mm)
666
     // Set the steprate for papertest probing
666
     // Set the steprate for papertest probing
667
     #define PROBE_MANUALLY_STEP 0.05      // (mm)
667
     #define PROBE_MANUALLY_STEP 0.05      // (mm)
668
   #endif
668
   #endif
1382
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1382
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1383
 
1383
 
1384
   // Set the boundaries for probing (where the probe can reach).
1384
   // Set the boundaries for probing (where the probe can reach).
1385
-  #define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1386
-  #define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1387
-  #define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1388
-  #define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1385
+  #define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1386
+  #define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1387
+  #define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1388
+  #define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1389
 
1389
 
1390
   // Probe along the Y axis, advancing X after each column
1390
   // Probe along the Y axis, advancing X after each column
1391
   //#define PROBE_Y_FIRST
1391
   //#define PROBE_Y_FIRST

+ 4
- 4
config/examples/delta/Geeetech/Rostock 301/Configuration.h View File

1309
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1309
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1310
 
1310
 
1311
   // Set the boundaries for probing (where the probe can reach).
1311
   // Set the boundaries for probing (where the probe can reach).
1312
-  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1313
-  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1314
-  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1315
-  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1312
+  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1313
+  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1314
+  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1315
+  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1316
 
1316
 
1317
   // Probe along the Y axis, advancing X after each column
1317
   // Probe along the Y axis, advancing X after each column
1318
   //#define PROBE_Y_FIRST
1318
   //#define PROBE_Y_FIRST

+ 4
- 4
config/examples/delta/Hatchbox_Alpha/Configuration.h View File

1324
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1324
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1325
 
1325
 
1326
   // Set the boundaries for probing (where the probe can reach).
1326
   // Set the boundaries for probing (where the probe can reach).
1327
-  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1328
-  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1329
-  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1330
-  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1327
+  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1328
+  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1329
+  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1330
+  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1331
 
1331
 
1332
   // Probe along the Y axis, advancing X after each column
1332
   // Probe along the Y axis, advancing X after each column
1333
   //#define PROBE_Y_FIRST
1333
   //#define PROBE_Y_FIRST

+ 4
- 4
config/examples/delta/MKS/SBASE/Configuration.h View File

1309
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1309
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1310
 
1310
 
1311
   // Set the boundaries for probing (where the probe can reach).
1311
   // Set the boundaries for probing (where the probe can reach).
1312
-  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1313
-  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1314
-  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1315
-  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1312
+  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1313
+  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1314
+  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1315
+  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1316
 
1316
 
1317
   // Probe along the Y axis, advancing X after each column
1317
   // Probe along the Y axis, advancing X after each column
1318
   //#define PROBE_Y_FIRST
1318
   //#define PROBE_Y_FIRST

+ 4
- 4
config/examples/delta/Tevo Little Monster/Configuration.h View File

1313
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1313
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1314
 
1314
 
1315
   // Set the boundaries for probing (where the probe can reach).
1315
   // Set the boundaries for probing (where the probe can reach).
1316
-  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1317
-  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1318
-  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1319
-  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1316
+  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1317
+  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1318
+  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1319
+  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1320
 
1320
 
1321
   // Probe along the Y axis, advancing X after each column
1321
   // Probe along the Y axis, advancing X after each column
1322
   //#define PROBE_Y_FIRST
1322
   //#define PROBE_Y_FIRST

+ 4
- 4
config/examples/delta/generic/Configuration.h View File

1309
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1309
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1310
 
1310
 
1311
   // Set the boundaries for probing (where the probe can reach).
1311
   // Set the boundaries for probing (where the probe can reach).
1312
-  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1313
-  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1314
-  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1315
-  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1312
+  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1313
+  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1314
+  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1315
+  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1316
 
1316
 
1317
   // Probe along the Y axis, advancing X after each column
1317
   // Probe along the Y axis, advancing X after each column
1318
   //#define PROBE_Y_FIRST
1318
   //#define PROBE_Y_FIRST

+ 4
- 4
config/examples/delta/kossel_mini/Configuration.h View File

1311
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1311
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1312
 
1312
 
1313
   // Set the boundaries for probing (where the probe can reach).
1313
   // Set the boundaries for probing (where the probe can reach).
1314
-  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1315
-  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1316
-  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1317
-  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1314
+  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1315
+  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1316
+  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1317
+  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1318
 
1318
 
1319
   // Probe along the Y axis, advancing X after each column
1319
   // Probe along the Y axis, advancing X after each column
1320
   //#define PROBE_Y_FIRST
1320
   //#define PROBE_Y_FIRST

+ 4
- 4
config/examples/delta/kossel_pro/Configuration.h View File

1312
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1312
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1313
 
1313
 
1314
   // Set the boundaries for probing (where the probe can reach).
1314
   // Set the boundaries for probing (where the probe can reach).
1315
-  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1316
-  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1317
-  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1318
-  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1315
+  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1316
+  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1317
+  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1318
+  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1319
 
1319
 
1320
   // Probe along the Y axis, advancing X after each column
1320
   // Probe along the Y axis, advancing X after each column
1321
   //#define PROBE_Y_FIRST
1321
   //#define PROBE_Y_FIRST

+ 4
- 4
config/examples/delta/kossel_xl/Configuration.h View File

1312
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1312
   #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
1313
 
1313
 
1314
   // Set the boundaries for probing (where the probe can reach).
1314
   // Set the boundaries for probing (where the probe can reach).
1315
-  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1316
-  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1317
-  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE))
1318
-  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS -(MIN_PROBE_EDGE)
1315
+  //#define LEFT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1316
+  //#define RIGHT_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1317
+  //#define FRONT_PROBE_BED_POSITION -(DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE))
1318
+  //#define BACK_PROBE_BED_POSITION DELTA_PRINTABLE_RADIUS - (MIN_PROBE_EDGE)
1319
 
1319
 
1320
   // Probe along the Y axis, advancing X after each column
1320
   // Probe along the Y axis, advancing X after each column
1321
   //#define PROBE_Y_FIRST
1321
   //#define PROBE_Y_FIRST

Loading…
Cancel
Save