Browse Source

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

pull/1/head
Dirk O. Kaar 5 years ago
committed by Scott Lahteine
parent
commit
1cea1687f3
  1. 9
      Marlin/src/pins/ramps/pins_RAMPS.h
  2. 2213
      config/examples/Renkforce/RF100/Configuration.h
  3. 2867
      config/examples/Renkforce/RF100/Configuration_adv.h
  4. 2213
      config/examples/Renkforce/RF100XL/Configuration.h
  5. 2867
      config/examples/Renkforce/RF100XL/Configuration_adv.h
  6. 2213
      config/examples/Renkforce/RF100v2/Configuration.h
  7. 2867
      config/examples/Renkforce/RF100v2/Configuration_adv.h

9
Marlin/src/pins/ramps/pins_RAMPS.h

@ -229,7 +229,9 @@
#ifndef FAN_PIN
#if EITHER(IS_RAMPS_EFB, IS_RAMPS_EFF) // Hotend, Fan, Bed or Hotend, Fan, Fan
#define FAN_PIN RAMPS_D9_PIN
#ifndef FAN_PIN
#define FAN_PIN RAMPS_D9_PIN
#endif
#elif EITHER(IS_RAMPS_EEF, IS_RAMPS_SF) // Hotend, Hotend, Fan or Spindle, Fan
#define FAN_PIN RAMPS_D8_PIN
#elif ENABLED(IS_RAMPS_EEB) // Hotend, Hotend, Bed
@ -576,7 +578,10 @@
#define BEEPER_PIN 37
#define BTN_ENC 35
#define SD_DETECT_PIN 49
#define KILL_PIN 41
#ifndef KILL_PIN
#define KILL_PIN 41
#endif
#if ENABLED(MKS_MINI_12864) // Added in Marlin 1.1.6

2213
config/examples/Renkforce/RF100/Configuration.h

File diff suppressed because it is too large

2867
config/examples/Renkforce/RF100/Configuration_adv.h

File diff suppressed because it is too large

2213
config/examples/Renkforce/RF100XL/Configuration.h

File diff suppressed because it is too large

2867
config/examples/Renkforce/RF100XL/Configuration_adv.h

File diff suppressed because it is too large

2213
config/examples/Renkforce/RF100v2/Configuration.h

File diff suppressed because it is too large

2867
config/examples/Renkforce/RF100v2/Configuration_adv.h

File diff suppressed because it is too large
Loading…
Cancel
Save