浏览代码

Complete CREALITY_ENDER revert

Scott Lahteine 7 年前
父节点
当前提交
186d71b361
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Marlin/src/pins/pins_SANGUINOLOLU_11.h

+ 2
- 2
Marlin/src/pins/pins_SANGUINOLOLU_11.h 查看文件

@@ -114,7 +114,7 @@
114 114
 
115 115
 #endif
116 116
 
117
-#if MB(AZTEEG_X1) || MB(STB_11) || MB(CREALITY_ENDER) || ENABLED(IS_MELZI)
117
+#if MB(AZTEEG_X1) || MB(STB_11) || ENABLED(IS_MELZI)
118 118
   #define FAN_PIN           4   // Works for Panelolu2 too
119 119
 #endif
120 120
 
@@ -187,7 +187,7 @@
187 187
         #define DOGLCD_CS       17
188 188
         #define LCD_BACKLIGHT_PIN 28   // PA3
189 189
 
190
-      #elif MB(CREALITY_ENDER)
190
+      #elif ENABLED(IS_MELZI)
191 191
 
192 192
         #define BEEPER_PIN      27
193 193
         #define DOGLCD_CS       28

正在加载...
取消
保存