Browse Source

Fix comment on FILAMENT_RUNOUT_SENSOR

Scott Lahteine 8 years ago
parent
commit
a6f6ed352b

+ 1
- 1
Marlin/Configuration.h View File

@@ -642,7 +642,7 @@
642 642
 //========================= Filament Runout Sensor ==========================
643 643
 //===========================================================================
644 644
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
645
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
645
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
646 646
                                  // It is assumed that when logic high = filament available
647 647
                                  //                    when logic  low = filament ran out
648 648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

+ 1
- 1
Marlin/example_configurations/Cartesio/Configuration.h View File

@@ -642,7 +642,7 @@
642 642
 //========================= Filament Runout Sensor ==========================
643 643
 //===========================================================================
644 644
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
645
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
645
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
646 646
                                  // It is assumed that when logic high = filament available
647 647
                                  //                    when logic  low = filament ran out
648 648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -625,7 +625,7 @@
625 625
 //========================= Filament Runout Sensor ==========================
626 626
 //===========================================================================
627 627
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
628
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
628
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
629 629
                                  // It is assumed that when logic high = filament available
630 630
                                  //                    when logic  low = filament ran out
631 631
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -623,7 +623,7 @@
623 623
 //========================= Filament Runout Sensor ==========================
624 624
 //===========================================================================
625 625
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
626
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
626
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
627 627
                                  // It is assumed that when logic high = filament available
628 628
                                  //                    when logic  low = filament ran out
629 629
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -634,7 +634,7 @@
634 634
 //========================= Filament Runout Sensor ==========================
635 635
 //===========================================================================
636 636
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
637
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
637
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
638 638
                                  // It is assumed that when logic high = filament available
639 639
                                  //                    when logic  low = filament ran out
640 640
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -636,7 +636,7 @@
636 636
 //========================= Filament Runout Sensor ==========================
637 637
 //===========================================================================
638 638
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
639
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
639
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
640 640
                                  // It is assumed that when logic high = filament available
641 641
                                  //                    when logic  low = filament ran out
642 642
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -659,7 +659,7 @@
659 659
 //========================= Filament Runout Sensor ==========================
660 660
 //===========================================================================
661 661
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
662
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
662
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
663 663
                                  // It is assumed that when logic high = filament available
664 664
                                  //                    when logic  low = filament ran out
665 665
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

+ 1
- 1
Marlin/example_configurations/K8400/Configuration.h View File

@@ -642,7 +642,7 @@
642 642
 //========================= Filament Runout Sensor ==========================
643 643
 //===========================================================================
644 644
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
645
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
645
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
646 646
                                  // It is assumed that when logic high = filament available
647 647
                                  //                    when logic  low = filament ran out
648 648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

+ 1
- 1
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

@@ -642,7 +642,7 @@
642 642
 //========================= Filament Runout Sensor ==========================
643 643
 //===========================================================================
644 644
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
645
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
645
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
646 646
                                  // It is assumed that when logic high = filament available
647 647
                                  //                    when logic  low = filament ran out
648 648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -642,7 +642,7 @@
642 642
 //========================= Filament Runout Sensor ==========================
643 643
 //===========================================================================
644 644
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
645
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
645
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
646 646
                                  // It is assumed that when logic high = filament available
647 647
                                  //                    when logic  low = filament ran out
648 648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -640,7 +640,7 @@
640 640
 //========================= Filament Runout Sensor ==========================
641 641
 //===========================================================================
642 642
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
643
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
643
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
644 644
                                  // It is assumed that when logic high = filament available
645 645
                                  //                    when logic  low = filament ran out
646 646
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -650,7 +650,7 @@
650 650
 //========================= Filament Runout Sensor ==========================
651 651
 //===========================================================================
652 652
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
653
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
653
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
654 654
                                  // It is assumed that when logic high = filament available
655 655
                                  //                    when logic  low = filament ran out
656 656
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -663,7 +663,7 @@
663 663
 //========================= Filament Runout Sensor ==========================
664 664
 //===========================================================================
665 665
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
666
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
666
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
667 667
                                  // It is assumed that when logic high = filament available
668 668
                                  //                    when logic  low = filament ran out
669 669
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -634,7 +634,7 @@
634 634
 //========================= Filament Runout Sensor ==========================
635 635
 //===========================================================================
636 636
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
637
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
637
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
638 638
                                  // It is assumed that when logic high = filament available
639 639
                                  //                    when logic  low = filament ran out
640 640
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -642,7 +642,7 @@
642 642
 //========================= Filament Runout Sensor ==========================
643 643
 //===========================================================================
644 644
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
645
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
645
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
646 646
                                  // It is assumed that when logic high = filament available
647 647
                                  //                    when logic  low = filament ran out
648 648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -732,7 +732,7 @@
732 732
 //========================= Filament Runout Sensor ==========================
733 733
 //===========================================================================
734 734
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
735
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
735
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
736 736
                                  // It is assumed that when logic high = filament available
737 737
                                  //                    when logic  low = filament ran out
738 738
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -726,7 +726,7 @@
726 726
 //========================= Filament Runout Sensor ==========================
727 727
 //===========================================================================
728 728
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
729
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
729
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
730 730
                                  // It is assumed that when logic high = filament available
731 731
                                  //                    when logic  low = filament ran out
732 732
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -729,7 +729,7 @@
729 729
 //========================= Filament Runout Sensor ==========================
730 730
 //===========================================================================
731 731
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
732
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
732
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
733 733
                                  // It is assumed that when logic high = filament available
734 734
                                  //                    when logic  low = filament ran out
735 735
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -730,7 +730,7 @@
730 730
 //========================= Filament Runout Sensor ==========================
731 731
 //===========================================================================
732 732
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
733
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
733
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
734 734
                                  // It is assumed that when logic high = filament available
735 735
                                  //                    when logic  low = filament ran out
736 736
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -732,7 +732,7 @@
732 732
 //========================= Filament Runout Sensor ==========================
733 733
 //===========================================================================
734 734
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
735
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
735
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
736 736
                                  // It is assumed that when logic high = filament available
737 737
                                  //                    when logic  low = filament ran out
738 738
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -645,7 +645,7 @@
645 645
 //========================= Filament Runout Sensor ==========================
646 646
 //===========================================================================
647 647
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
648
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
648
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
649 649
                                  // It is assumed that when logic high = filament available
650 650
                                  //                    when logic  low = filament ran out
651 651
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

@@ -636,7 +636,7 @@
636 636
 //========================= Filament Runout Sensor ==========================
637 637
 //===========================================================================
638 638
 //#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
639
-                                 // In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
639
+                                 // RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
640 640
                                  // It is assumed that when logic high = filament available
641 641
                                  //                    when logic  low = filament ran out
642 642
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

Loading…
Cancel
Save