Browse Source

Patch spacing in #3140

Scott Lahteine 8 years ago
parent
commit
cc9968f893

+ 2
- 2
Marlin/example_configurations/Felix/Configuration.h View File

@@ -405,10 +405,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
405 405
 
406 406
 #if ENABLED(MESH_BED_LEVELING)
407 407
   #define MESH_MIN_X 10
408
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
408
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
409 409
   #define MESH_MIN_Y 10
410 410
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
411
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
411
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
412 412
   #define MESH_NUM_Y_POINTS 3
413 413
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
414 414
 

+ 2
- 2
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

@@ -402,10 +402,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
402 402
 
403 403
 #if ENABLED(MESH_BED_LEVELING)
404 404
   #define MESH_MIN_X 10
405
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
405
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
406 406
   #define MESH_MIN_Y 10
407 407
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
408
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
408
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
409 409
   #define MESH_NUM_Y_POINTS 3
410 410
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
411 411
 

+ 2
- 2
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -415,10 +415,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
415 415
 
416 416
 #if ENABLED(MESH_BED_LEVELING)
417 417
   #define MESH_MIN_X 10
418
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
418
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
419 419
   #define MESH_MIN_Y 10
420 420
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
421
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
421
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
422 422
   #define MESH_NUM_Y_POINTS 3
423 423
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
424 424
 

+ 2
- 2
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -418,10 +418,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
418 418
 
419 419
 #if ENABLED(MESH_BED_LEVELING)
420 420
   #define MESH_MIN_X 10
421
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
421
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
422 422
   #define MESH_MIN_Y 10
423 423
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
424
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
424
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
425 425
   #define MESH_NUM_Y_POINTS 3
426 426
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
427 427
 

+ 2
- 2
Marlin/example_configurations/K8200/Configuration.h View File

@@ -438,10 +438,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
438 438
 
439 439
 #if ENABLED(MESH_BED_LEVELING)
440 440
   #define MESH_MIN_X 10
441
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
441
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
442 442
   #define MESH_MIN_Y 10
443 443
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
444
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
444
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
445 445
   #define MESH_NUM_Y_POINTS 3
446 446
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
447 447
 

+ 2
- 2
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -423,10 +423,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
423 423
 
424 424
 #if ENABLED(MESH_BED_LEVELING)
425 425
   #define MESH_MIN_X 10
426
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
426
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
427 427
   #define MESH_MIN_Y 10
428 428
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
429
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
429
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
430 430
   #define MESH_NUM_Y_POINTS 3
431 431
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
432 432
 

+ 2
- 2
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -417,10 +417,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
417 417
 
418 418
 #if ENABLED(MESH_BED_LEVELING)
419 419
   #define MESH_MIN_X 10
420
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
420
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
421 421
   #define MESH_MIN_Y 10
422 422
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
423
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
423
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
424 424
   #define MESH_NUM_Y_POINTS 3
425 425
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
426 426
 

+ 2
- 2
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -431,10 +431,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
431 431
 
432 432
 #if ENABLED(MESH_BED_LEVELING)
433 433
   #define MESH_MIN_X 10
434
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
434
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
435 435
   #define MESH_MIN_Y 10
436 436
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
437
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
437
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
438 438
   #define MESH_NUM_Y_POINTS 3
439 439
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
440 440
 

+ 2
- 2
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -443,10 +443,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
443 443
 
444 444
 #if ENABLED(MESH_BED_LEVELING)
445 445
   #define MESH_MIN_X 10
446
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
446
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
447 447
   #define MESH_MIN_Y 10
448 448
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
449
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
449
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
450 450
   #define MESH_NUM_Y_POINTS 3
451 451
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
452 452
 

+ 2
- 2
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -415,10 +415,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
415 415
 
416 416
 #if ENABLED(MESH_BED_LEVELING)
417 417
   #define MESH_MIN_X 10
418
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
418
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
419 419
   #define MESH_MIN_Y 10
420 420
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
421
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
421
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
422 422
   #define MESH_NUM_Y_POINTS 3
423 423
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
424 424
 

+ 2
- 2
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -445,10 +445,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
445 445
 
446 446
 #if ENABLED(MESH_BED_LEVELING)
447 447
   #define MESH_MIN_X 10
448
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
448
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
449 449
   #define MESH_MIN_Y 10
450 450
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
451
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
451
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
452 452
   #define MESH_NUM_Y_POINTS 3
453 453
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
454 454
 

+ 2
- 2
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -451,10 +451,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
451 451
 
452 452
 #if ENABLED(MESH_BED_LEVELING)
453 453
   #define MESH_MIN_X 10
454
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
454
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
455 455
   #define MESH_MIN_Y 10
456 456
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
457
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
457
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
458 458
   #define MESH_NUM_Y_POINTS 3
459 459
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
460 460
 

+ 2
- 2
Marlin/example_configurations/makibox/Configuration.h View File

@@ -426,10 +426,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
426 426
 
427 427
 #if ENABLED(MESH_BED_LEVELING)
428 428
   #define MESH_MIN_X 10
429
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
429
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
430 430
   #define MESH_MIN_Y 10
431 431
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
432
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
432
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
433 433
   #define MESH_NUM_Y_POINTS 3
434 434
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
435 435
 

+ 2
- 2
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -413,10 +413,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
413 413
 
414 414
 #if ENABLED(MESH_BED_LEVELING)
415 415
   #define MESH_MIN_X 10
416
-    #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
416
+  #define MESH_MAX_X (X_MAX_POS - (MESH_MIN_X))
417 417
   #define MESH_MIN_Y 10
418 418
   #define MESH_MAX_Y (Y_MAX_POS - (MESH_MIN_Y))
419
-#define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
419
+  #define MESH_NUM_X_POINTS 3  // Don't use more than 7 points per axis, implementation limited.
420 420
   #define MESH_NUM_Y_POINTS 3
421 421
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
422 422
 

Loading…
Cancel
Save