Browse Source

Fix comment on FILAMENT_RUNOUT_SENSOR

Scott Lahteine 8 years ago
parent
commit
a6f6ed352b

+ 1
- 1
Marlin/Configuration.h View File

642
 //========================= Filament Runout Sensor ==========================
642
 //========================= Filament Runout Sensor ==========================
643
 //===========================================================================
643
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
646
                                  // It is assumed that when logic high = filament available
647
                                  //                    when logic  low = filament ran out
647
                                  //                    when logic  low = filament ran out
648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

642
 //========================= Filament Runout Sensor ==========================
642
 //========================= Filament Runout Sensor ==========================
643
 //===========================================================================
643
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
646
                                  // It is assumed that when logic high = filament available
647
                                  //                    when logic  low = filament ran out
647
                                  //                    when logic  low = filament ran out
648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

625
 //========================= Filament Runout Sensor ==========================
625
 //========================= Filament Runout Sensor ==========================
626
 //===========================================================================
626
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
629
                                  // It is assumed that when logic high = filament available
630
                                  //                    when logic  low = filament ran out
630
                                  //                    when logic  low = filament ran out
631
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
631
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

623
 //========================= Filament Runout Sensor ==========================
623
 //========================= Filament Runout Sensor ==========================
624
 //===========================================================================
624
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
627
                                  // It is assumed that when logic high = filament available
628
                                  //                    when logic  low = filament ran out
628
                                  //                    when logic  low = filament ran out
629
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
629
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

634
 //========================= Filament Runout Sensor ==========================
634
 //========================= Filament Runout Sensor ==========================
635
 //===========================================================================
635
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
638
                                  // It is assumed that when logic high = filament available
639
                                  //                    when logic  low = filament ran out
639
                                  //                    when logic  low = filament ran out
640
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
640
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

636
 //========================= Filament Runout Sensor ==========================
636
 //========================= Filament Runout Sensor ==========================
637
 //===========================================================================
637
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
640
                                  // It is assumed that when logic high = filament available
641
                                  //                    when logic  low = filament ran out
641
                                  //                    when logic  low = filament ran out
642
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
642
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

659
 //========================= Filament Runout Sensor ==========================
659
 //========================= Filament Runout Sensor ==========================
660
 //===========================================================================
660
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
663
                                  // It is assumed that when logic high = filament available
664
                                  //                    when logic  low = filament ran out
664
                                  //                    when logic  low = filament ran out
665
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
665
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

642
 //========================= Filament Runout Sensor ==========================
642
 //========================= Filament Runout Sensor ==========================
643
 //===========================================================================
643
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
646
                                  // It is assumed that when logic high = filament available
647
                                  //                    when logic  low = filament ran out
647
                                  //                    when logic  low = filament ran out
648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

642
 //========================= Filament Runout Sensor ==========================
642
 //========================= Filament Runout Sensor ==========================
643
 //===========================================================================
643
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
646
                                  // It is assumed that when logic high = filament available
647
                                  //                    when logic  low = filament ran out
647
                                  //                    when logic  low = filament ran out
648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

642
 //========================= Filament Runout Sensor ==========================
642
 //========================= Filament Runout Sensor ==========================
643
 //===========================================================================
643
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
646
                                  // It is assumed that when logic high = filament available
647
                                  //                    when logic  low = filament ran out
647
                                  //                    when logic  low = filament ran out
648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

640
 //========================= Filament Runout Sensor ==========================
640
 //========================= Filament Runout Sensor ==========================
641
 //===========================================================================
641
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
644
                                  // It is assumed that when logic high = filament available
645
                                  //                    when logic  low = filament ran out
645
                                  //                    when logic  low = filament ran out
646
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
646
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

650
 //========================= Filament Runout Sensor ==========================
650
 //========================= Filament Runout Sensor ==========================
651
 //===========================================================================
651
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
654
                                  // It is assumed that when logic high = filament available
655
                                  //                    when logic  low = filament ran out
655
                                  //                    when logic  low = filament ran out
656
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
656
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

663
 //========================= Filament Runout Sensor ==========================
663
 //========================= Filament Runout Sensor ==========================
664
 //===========================================================================
664
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
667
                                  // It is assumed that when logic high = filament available
668
                                  //                    when logic  low = filament ran out
668
                                  //                    when logic  low = filament ran out
669
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
669
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

634
 //========================= Filament Runout Sensor ==========================
634
 //========================= Filament Runout Sensor ==========================
635
 //===========================================================================
635
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
638
                                  // It is assumed that when logic high = filament available
639
                                  //                    when logic  low = filament ran out
639
                                  //                    when logic  low = filament ran out
640
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
640
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

642
 //========================= Filament Runout Sensor ==========================
642
 //========================= Filament Runout Sensor ==========================
643
 //===========================================================================
643
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
646
                                  // It is assumed that when logic high = filament available
647
                                  //                    when logic  low = filament ran out
647
                                  //                    when logic  low = filament ran out
648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
648
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

732
 //========================= Filament Runout Sensor ==========================
732
 //========================= Filament Runout Sensor ==========================
733
 //===========================================================================
733
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
736
                                  // It is assumed that when logic high = filament available
737
                                  //                    when logic  low = filament ran out
737
                                  //                    when logic  low = filament ran out
738
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
738
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

726
 //========================= Filament Runout Sensor ==========================
726
 //========================= Filament Runout Sensor ==========================
727
 //===========================================================================
727
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
730
                                  // It is assumed that when logic high = filament available
731
                                  //                    when logic  low = filament ran out
731
                                  //                    when logic  low = filament ran out
732
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
732
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

729
 //========================= Filament Runout Sensor ==========================
729
 //========================= Filament Runout Sensor ==========================
730
 //===========================================================================
730
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
733
                                  // It is assumed that when logic high = filament available
734
                                  //                    when logic  low = filament ran out
734
                                  //                    when logic  low = filament ran out
735
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
735
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

730
 //========================= Filament Runout Sensor ==========================
730
 //========================= Filament Runout Sensor ==========================
731
 //===========================================================================
731
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
734
                                  // It is assumed that when logic high = filament available
735
                                  //                    when logic  low = filament ran out
735
                                  //                    when logic  low = filament ran out
736
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
736
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

732
 //========================= Filament Runout Sensor ==========================
732
 //========================= Filament Runout Sensor ==========================
733
 //===========================================================================
733
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
736
                                  // It is assumed that when logic high = filament available
737
                                  //                    when logic  low = filament ran out
737
                                  //                    when logic  low = filament ran out
738
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
738
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

645
 //========================= Filament Runout Sensor ==========================
645
 //========================= Filament Runout Sensor ==========================
646
 //===========================================================================
646
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
649
                                  // It is assumed that when logic high = filament available
650
                                  //                    when logic  low = filament ran out
650
                                  //                    when logic  low = filament ran out
651
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
651
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

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

636
 //========================= Filament Runout Sensor ==========================
636
 //========================= Filament Runout Sensor ==========================
637
 //===========================================================================
637
 //===========================================================================
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
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
                                  // It is assumed that when logic high = filament available
640
                                  // It is assumed that when logic high = filament available
641
                                  //                    when logic  low = filament ran out
641
                                  //                    when logic  low = filament ran out
642
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
642
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)

Loading…
Cancel
Save