浏览代码

Allow Einsy RAMBo FAN1_PIN override

Scott Lahteine 6 年前
父节点
当前提交
0bda22367b
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      Marlin/src/pins/pins_EINSY_RAMBO.h

+ 4
- 1
Marlin/src/pins/pins_EINSY_RAMBO.h 查看文件

@@ -118,7 +118,10 @@
118 118
 #ifndef FAN_PIN
119 119
   #define FAN_PIN           8
120 120
 #endif
121
-#define FAN1_PIN            6
121
+
122
+#ifndef FAN1_PIN
123
+  #define FAN1_PIN          6
124
+#endif
122 125
 
123 126
 //
124 127
 // Misc. Functions

正在加载...
取消
保存