Set default Raptor runout/caselight pins
This commit is contained in:
@ -149,6 +149,10 @@
|
||||
#define FAN_PIN 9
|
||||
#endif
|
||||
|
||||
#ifndef FIL_RUNOUT_PIN
|
||||
#define FIL_RUNOUT_PIN 57
|
||||
#endif
|
||||
|
||||
#if !HAS_FILAMENT_SENSOR
|
||||
#define FAN1_PIN 4
|
||||
#endif
|
||||
@ -169,6 +173,8 @@
|
||||
#define PS_ON_PIN 12
|
||||
#endif
|
||||
|
||||
#define CASE_LIGHT_PIN 5
|
||||
|
||||
//
|
||||
// LCD / Controller
|
||||
//
|
||||
|
@ -29,12 +29,12 @@
|
||||
|
||||
#define FAN_PIN 6
|
||||
|
||||
#include "pins_FORMBOT_RAPTOR.h"
|
||||
|
||||
#ifndef FIL_RUNOUT_PIN
|
||||
#define FIL_RUNOUT_PIN 22
|
||||
#endif
|
||||
|
||||
#include "pins_FORMBOT_RAPTOR.h"
|
||||
|
||||
#define GREEDY_PANEL ANY(PANEL_ONE, VIKI2, miniVIKI, MINIPANEL, REPRAPWORLD_KEYPAD)
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user