Sfoglia il codice sorgente

Commented out FILAMENT_SENSOR #define

Commented out the FILAMENT_SENSOR define so that it is not enabled by
default.  Code does not work on all hardware variants.
Filip Mulier 10 anni fa
parent
commit
5c8107bcdd
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3
    1
      Marlin/Configuration.h

+ 3
- 1
Marlin/Configuration.h Vedi File

777
  * 301 - Rambo  - uses Analog input 3
777
  * 301 - Rambo  - uses Analog input 3
778
  * Note may require analog pins to be defined for different motherboards
778
  * Note may require analog pins to be defined for different motherboards
779
  **********************************************************************/
779
  **********************************************************************/
780
-#define FILAMENT_SENSOR
780
+// Uncomment below to enable
781
+//#define FILAMENT_SENSOR
782
+
781
 #define FILAMENT_SENSOR_EXTRUDER_NUM	0  //The number of the extruder that has the filament sensor (0,1,2)
783
 #define FILAMENT_SENSOR_EXTRUDER_NUM	0  //The number of the extruder that has the filament sensor (0,1,2)
782
 #define MEASUREMENT_DELAY_CM			14  //measurement delay in cm.  This is the distance from filament sensor to middle of barrel
784
 #define MEASUREMENT_DELAY_CM			14  //measurement delay in cm.  This is the distance from filament sensor to middle of barrel
783
 
785
 

Loading…
Annulla
Salva