瀏覽代碼

Update pins_RAMPS_13.h (PR#64)

Now all ramps configuration can enable Filament sensor not only EEB
RicardoGA 9 年之前
父節點
當前提交
e09ff79635
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/pins_RAMPS_13.h

+ 1
- 1
Marlin/pins_RAMPS_13.h 查看文件

@@ -66,7 +66,7 @@
66 66
 #define SDSS               53
67 67
 #define LED_PIN            13
68 68
 
69
-#if MB(RAMPS_13_EEB) && ENABLED(FILAMENT_SENSOR)  // FMM added for Filament Extruder
69
+#if ENABLED(FILAMENT_SENSOR)  // FMM added for Filament Extruder
70 70
   // define analog pin for the filament width sensor input
71 71
   // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
72 72
   #define FILWIDTH_PIN      5

Loading…
取消
儲存