Quellcode durchsuchen

Tweak #endif comment for ABL GRID

Scott Lahteine vor 9 Jahren
Ursprung
Commit
28fb1f8994

+ 1
- 1
Marlin/Configuration.h Datei anzeigen

@@ -585,7 +585,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
585 585
     #define ABL_PROBE_PT_3_X 170
586 586
     #define ABL_PROBE_PT_3_Y 20
587 587
 
588
-  #endif // AUTO_BED_LEVELING_GRID
588
+  #endif // !AUTO_BED_LEVELING_GRID
589 589
 
590 590
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
591 591
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h Datei anzeigen

@@ -567,7 +567,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
567 567
     #define ABL_PROBE_PT_3_X 170
568 568
     #define ABL_PROBE_PT_3_Y 20
569 569
 
570
-  #endif // AUTO_BED_LEVELING_GRID
570
+  #endif // !AUTO_BED_LEVELING_GRID
571 571
 
572 572
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
573 573
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h Datei anzeigen

@@ -565,7 +565,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
565 565
     #define ABL_PROBE_PT_3_X 170
566 566
     #define ABL_PROBE_PT_3_Y 20
567 567
 
568
-  #endif // AUTO_BED_LEVELING_GRID
568
+  #endif // !AUTO_BED_LEVELING_GRID
569 569
 
570 570
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
571 571
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h Datei anzeigen

@@ -577,7 +577,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
577 577
     #define ABL_PROBE_PT_3_X 170
578 578
     #define ABL_PROBE_PT_3_Y 20
579 579
 
580
-  #endif // AUTO_BED_LEVELING_GRID
580
+  #endif // !AUTO_BED_LEVELING_GRID
581 581
 
582 582
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
583 583
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h Datei anzeigen

@@ -579,7 +579,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
579 579
     #define ABL_PROBE_PT_3_X ((X_MIN_POS + X_MAX_POS) / 2)
580 580
     #define ABL_PROBE_PT_3_Y Y_MAX_POS - (Y_PROBE_OFFSET_FROM_EXTRUDER)
581 581
 
582
-  #endif // AUTO_BED_LEVELING_GRID
582
+  #endif // !AUTO_BED_LEVELING_GRID
583 583
 
584 584
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
585 585
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h Datei anzeigen

@@ -602,7 +602,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
602 602
     #define ABL_PROBE_PT_3_X 170
603 603
     #define ABL_PROBE_PT_3_Y 20
604 604
 
605
-  #endif // AUTO_BED_LEVELING_GRID
605
+  #endif // !AUTO_BED_LEVELING_GRID
606 606
 
607 607
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
608 608
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Datei anzeigen

@@ -585,7 +585,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
585 585
     #define ABL_PROBE_PT_3_X 170
586 586
     #define ABL_PROBE_PT_3_Y 20
587 587
 
588
-  #endif // AUTO_BED_LEVELING_GRID
588
+  #endif // !AUTO_BED_LEVELING_GRID
589 589
 
590 590
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
591 591
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h Datei anzeigen

@@ -579,7 +579,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
579 579
     #define ABL_PROBE_PT_3_X 170
580 580
     #define ABL_PROBE_PT_3_Y 20
581 581
 
582
-  #endif // AUTO_BED_LEVELING_GRID
582
+  #endif // !AUTO_BED_LEVELING_GRID
583 583
 
584 584
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
585 585
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h Datei anzeigen

@@ -593,7 +593,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
593 593
     #define ABL_PROBE_PT_3_X 170
594 594
     #define ABL_PROBE_PT_3_Y 20
595 595
 
596
-  #endif // AUTO_BED_LEVELING_GRID
596
+  #endif // !AUTO_BED_LEVELING_GRID
597 597
 
598 598
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
599 599
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration.h Datei anzeigen

@@ -606,7 +606,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
606 606
     #define ABL_PROBE_PT_3_X 170
607 607
     #define ABL_PROBE_PT_3_Y 20
608 608
 
609
-  #endif // AUTO_BED_LEVELING_GRID
609
+  #endif // !AUTO_BED_LEVELING_GRID
610 610
 
611 611
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
612 612
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h Datei anzeigen

@@ -577,7 +577,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
577 577
     #define ABL_PROBE_PT_3_X 170
578 578
     #define ABL_PROBE_PT_3_Y 20
579 579
 
580
-  #endif // AUTO_BED_LEVELING_GRID
580
+  #endif // !AUTO_BED_LEVELING_GRID
581 581
 
582 582
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
583 583
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h Datei anzeigen

@@ -585,7 +585,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
585 585
     #define ABL_PROBE_PT_3_X 170
586 586
     #define ABL_PROBE_PT_3_Y 20
587 587
 
588
-  #endif // AUTO_BED_LEVELING_GRID
588
+  #endif // !AUTO_BED_LEVELING_GRID
589 589
 
590 590
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
591 591
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h Datei anzeigen

@@ -631,7 +631,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
631 631
     #define ABL_PROBE_PT_3_X 170
632 632
     #define ABL_PROBE_PT_3_Y 20
633 633
 
634
-  #endif // AUTO_BED_LEVELING_GRID
634
+  #endif // !AUTO_BED_LEVELING_GRID
635 635
 
636 636
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
637 637
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h Datei anzeigen

@@ -631,7 +631,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
631 631
     #define ABL_PROBE_PT_3_X 170
632 632
     #define ABL_PROBE_PT_3_Y 20
633 633
 
634
-  #endif // AUTO_BED_LEVELING_GRID
634
+  #endif // !AUTO_BED_LEVELING_GRID
635 635
 
636 636
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
637 637
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h Datei anzeigen

@@ -631,7 +631,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
631 631
     #define ABL_PROBE_PT_3_X 170
632 632
     #define ABL_PROBE_PT_3_Y 20
633 633
 
634
-  #endif // AUTO_BED_LEVELING_GRID
634
+  #endif // !AUTO_BED_LEVELING_GRID
635 635
 
636 636
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
637 637
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h Datei anzeigen

@@ -620,7 +620,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
620 620
     #define ABL_PROBE_PT_3_X 170
621 621
     #define ABL_PROBE_PT_3_Y 20
622 622
 
623
-  #endif // AUTO_BED_LEVELING_GRID
623
+  #endif // !AUTO_BED_LEVELING_GRID
624 624
 
625 625
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
626 626
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h Datei anzeigen

@@ -629,7 +629,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
629 629
     #define ABL_PROBE_PT_3_X 170
630 630
     #define ABL_PROBE_PT_3_Y 20
631 631
 
632
-  #endif // AUTO_BED_LEVELING_GRID
632
+  #endif // !AUTO_BED_LEVELING_GRID
633 633
 
634 634
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
635 635
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h Datei anzeigen

@@ -588,7 +588,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
588 588
     #define ABL_PROBE_PT_3_X 170
589 589
     #define ABL_PROBE_PT_3_Y 20
590 590
 
591
-  #endif // AUTO_BED_LEVELING_GRID
591
+  #endif // !AUTO_BED_LEVELING_GRID
592 592
 
593 593
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
594 594
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h Datei anzeigen

@@ -575,7 +575,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
575 575
     #define ABL_PROBE_PT_3_X 170
576 576
     #define ABL_PROBE_PT_3_Y 20
577 577
 
578
-  #endif // AUTO_BED_LEVELING_GRID
578
+  #endif // !AUTO_BED_LEVELING_GRID
579 579
 
580 580
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
581 581
   // X and Y offsets must be integers.

Laden…
Abbrechen
Speichern