Browse Source

Renkforce RF100 (V1), V2, XL, and XL Plus (#15695)

Dirk O. Kaar 4 years ago
parent
commit
1cea1687f3

+ 7
- 2
Marlin/src/pins/ramps/pins_RAMPS.h View File

@@ -229,7 +229,9 @@
229 229
 
230 230
 #ifndef FAN_PIN
231 231
   #if EITHER(IS_RAMPS_EFB, IS_RAMPS_EFF)          // Hotend, Fan, Bed or Hotend, Fan, Fan
232
-    #define FAN_PIN        RAMPS_D9_PIN
232
+    #ifndef FAN_PIN
233
+      #define FAN_PIN      RAMPS_D9_PIN
234
+    #endif
233 235
   #elif EITHER(IS_RAMPS_EEF, IS_RAMPS_SF)         // Hotend, Hotend, Fan or Spindle, Fan
234 236
     #define FAN_PIN        RAMPS_D8_PIN
235 237
   #elif ENABLED(IS_RAMPS_EEB)                  // Hotend, Hotend, Bed
@@ -576,7 +578,10 @@
576 578
       #define BEEPER_PIN        37
577 579
       #define BTN_ENC           35
578 580
       #define SD_DETECT_PIN     49
579
-      #define KILL_PIN          41
581
+
582
+      #ifndef KILL_PIN
583
+        #define KILL_PIN        41
584
+      #endif
580 585
 
581 586
       #if ENABLED(MKS_MINI_12864)   // Added in Marlin 1.1.6
582 587
 

+ 2213
- 0
config/examples/Renkforce/RF100/Configuration.h
File diff suppressed because it is too large
View File


+ 2867
- 0
config/examples/Renkforce/RF100/Configuration_adv.h
File diff suppressed because it is too large
View File


+ 2213
- 0
config/examples/Renkforce/RF100XL/Configuration.h
File diff suppressed because it is too large
View File


+ 2867
- 0
config/examples/Renkforce/RF100XL/Configuration_adv.h
File diff suppressed because it is too large
View File


+ 2213
- 0
config/examples/Renkforce/RF100v2/Configuration.h
File diff suppressed because it is too large
View File


+ 2867
- 0
config/examples/Renkforce/RF100v2/Configuration_adv.h
File diff suppressed because it is too large
View File


Loading…
Cancel
Save