Sfoglia il codice sorgente

Tweak #endif comment for ABL GRID

Scott Lahteine 9 anni fa
parent
commit
28fb1f8994

+ 1
- 1
Marlin/Configuration.h Vedi File

585
     #define ABL_PROBE_PT_3_X 170
585
     #define ABL_PROBE_PT_3_X 170
586
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
590
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
591
   // X and Y offsets must be integers.
591
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h Vedi File

567
     #define ABL_PROBE_PT_3_X 170
567
     #define ABL_PROBE_PT_3_X 170
568
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
572
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
573
   // X and Y offsets must be integers.
573
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h Vedi File

565
     #define ABL_PROBE_PT_3_X 170
565
     #define ABL_PROBE_PT_3_X 170
566
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
570
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
571
   // X and Y offsets must be integers.
571
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h Vedi File

577
     #define ABL_PROBE_PT_3_X 170
577
     #define ABL_PROBE_PT_3_X 170
578
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
582
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
583
   // X and Y offsets must be integers.
583
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h Vedi File

579
     #define ABL_PROBE_PT_3_X ((X_MIN_POS + X_MAX_POS) / 2)
579
     #define ABL_PROBE_PT_3_X ((X_MIN_POS + X_MAX_POS) / 2)
580
     #define ABL_PROBE_PT_3_Y Y_MAX_POS - (Y_PROBE_OFFSET_FROM_EXTRUDER)
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
584
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
585
   // X and Y offsets must be integers.
585
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h Vedi File

602
     #define ABL_PROBE_PT_3_X 170
602
     #define ABL_PROBE_PT_3_X 170
603
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
607
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
608
   // X and Y offsets must be integers.
608
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Vedi File

585
     #define ABL_PROBE_PT_3_X 170
585
     #define ABL_PROBE_PT_3_X 170
586
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
590
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
591
   // X and Y offsets must be integers.
591
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h Vedi File

579
     #define ABL_PROBE_PT_3_X 170
579
     #define ABL_PROBE_PT_3_X 170
580
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
584
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
585
   // X and Y offsets must be integers.
585
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h Vedi File

593
     #define ABL_PROBE_PT_3_X 170
593
     #define ABL_PROBE_PT_3_X 170
594
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
598
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
599
   // X and Y offsets must be integers.
599
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration.h Vedi File

606
     #define ABL_PROBE_PT_3_X 170
606
     #define ABL_PROBE_PT_3_X 170
607
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
611
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
612
   // X and Y offsets must be integers.
612
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h Vedi File

577
     #define ABL_PROBE_PT_3_X 170
577
     #define ABL_PROBE_PT_3_X 170
578
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
582
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
583
   // X and Y offsets must be integers.
583
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h Vedi File

585
     #define ABL_PROBE_PT_3_X 170
585
     #define ABL_PROBE_PT_3_X 170
586
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
590
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
591
   // X and Y offsets must be integers.
591
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h Vedi File

631
     #define ABL_PROBE_PT_3_X 170
631
     #define ABL_PROBE_PT_3_X 170
632
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
636
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
637
   // X and Y offsets must be integers.
637
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h Vedi File

631
     #define ABL_PROBE_PT_3_X 170
631
     #define ABL_PROBE_PT_3_X 170
632
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
636
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
637
   // X and Y offsets must be integers.
637
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h Vedi File

631
     #define ABL_PROBE_PT_3_X 170
631
     #define ABL_PROBE_PT_3_X 170
632
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
636
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
637
   // X and Y offsets must be integers.
637
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h Vedi File

620
     #define ABL_PROBE_PT_3_X 170
620
     #define ABL_PROBE_PT_3_X 170
621
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
625
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
626
   // X and Y offsets must be integers.
626
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h Vedi File

629
     #define ABL_PROBE_PT_3_X 170
629
     #define ABL_PROBE_PT_3_X 170
630
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
634
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
635
   // X and Y offsets must be integers.
635
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h Vedi File

588
     #define ABL_PROBE_PT_3_X 170
588
     #define ABL_PROBE_PT_3_X 170
589
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
593
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
594
   // X and Y offsets must be integers.
594
   // X and Y offsets must be integers.

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h Vedi File

575
     #define ABL_PROBE_PT_3_X 170
575
     #define ABL_PROBE_PT_3_X 170
576
     #define ABL_PROBE_PT_3_Y 20
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
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
580
   // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
581
   // X and Y offsets must be integers.
581
   // X and Y offsets must be integers.

Loading…
Annulla
Salva