Renkforce RF100 (V1), V2, XL, and XL Plus (#15695)
This commit is contained in:
parent
f786cc5145
commit
1cea1687f3
@ -229,7 +229,9 @@
|
|||||||
|
|
||||||
#ifndef FAN_PIN
|
#ifndef FAN_PIN
|
||||||
#if EITHER(IS_RAMPS_EFB, IS_RAMPS_EFF) // Hotend, Fan, Bed or Hotend, Fan, Fan
|
#if EITHER(IS_RAMPS_EFB, IS_RAMPS_EFF) // Hotend, Fan, Bed or Hotend, Fan, Fan
|
||||||
|
#ifndef FAN_PIN
|
||||||
#define FAN_PIN RAMPS_D9_PIN
|
#define FAN_PIN RAMPS_D9_PIN
|
||||||
|
#endif
|
||||||
#elif EITHER(IS_RAMPS_EEF, IS_RAMPS_SF) // Hotend, Hotend, Fan or Spindle, Fan
|
#elif EITHER(IS_RAMPS_EEF, IS_RAMPS_SF) // Hotend, Hotend, Fan or Spindle, Fan
|
||||||
#define FAN_PIN RAMPS_D8_PIN
|
#define FAN_PIN RAMPS_D8_PIN
|
||||||
#elif ENABLED(IS_RAMPS_EEB) // Hotend, Hotend, Bed
|
#elif ENABLED(IS_RAMPS_EEB) // Hotend, Hotend, Bed
|
||||||
@ -576,7 +578,10 @@
|
|||||||
#define BEEPER_PIN 37
|
#define BEEPER_PIN 37
|
||||||
#define BTN_ENC 35
|
#define BTN_ENC 35
|
||||||
#define SD_DETECT_PIN 49
|
#define SD_DETECT_PIN 49
|
||||||
|
|
||||||
|
#ifndef KILL_PIN
|
||||||
#define KILL_PIN 41
|
#define KILL_PIN 41
|
||||||
|
#endif
|
||||||
|
|
||||||
#if ENABLED(MKS_MINI_12864) // Added in Marlin 1.1.6
|
#if ENABLED(MKS_MINI_12864) // Added in Marlin 1.1.6
|
||||||
|
|
||||||
|
2213
config/examples/Renkforce/RF100/Configuration.h
Normal file
2213
config/examples/Renkforce/RF100/Configuration.h
Normal file
File diff suppressed because it is too large
Load Diff
2867
config/examples/Renkforce/RF100/Configuration_adv.h
Normal file
2867
config/examples/Renkforce/RF100/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load Diff
2213
config/examples/Renkforce/RF100XL/Configuration.h
Normal file
2213
config/examples/Renkforce/RF100XL/Configuration.h
Normal file
File diff suppressed because it is too large
Load Diff
2867
config/examples/Renkforce/RF100XL/Configuration_adv.h
Normal file
2867
config/examples/Renkforce/RF100XL/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load Diff
2213
config/examples/Renkforce/RF100v2/Configuration.h
Normal file
2213
config/examples/Renkforce/RF100v2/Configuration.h
Normal file
File diff suppressed because it is too large
Load Diff
2867
config/examples/Renkforce/RF100v2/Configuration_adv.h
Normal file
2867
config/examples/Renkforce/RF100v2/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user