ソースを参照

Merge pull request #1138 from filipmu/Marlin_v1

Comment out the FILAMENT_SENSOR define by default in config.
Bernhard Kubicek 10年前
コミット
4ffdbcbd4e
1個のファイルの変更3行の追加1行の削除
  1. 3
    1
      Marlin/Configuration.h

+ 3
- 1
Marlin/Configuration.h ファイルの表示

@@ -777,7 +777,9 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
777 777
  * 301 - Rambo  - uses Analog input 3
778 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 783
 #define FILAMENT_SENSOR_EXTRUDER_NUM	0  //The number of the extruder that has the filament sensor (0,1,2)
782 784
 #define MEASUREMENT_DELAY_CM			14  //measurement delay in cm.  This is the distance from filament sensor to middle of barrel
783 785
 

読み込み中…
キャンセル
保存