Add Coolant Control M7/M8/M9 (#10745)
This commit is contained in:
@ -172,6 +172,12 @@
|
||||
#if PIN_EXISTS(CONTROLLER_FAN)
|
||||
REPORT_NAME_DIGITAL(__LINE__, CONTROLLER_FAN_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(COOLANT_FLOOD)
|
||||
REPORT_NAME_DIGITAL(__LINE__, COOLANT_FLOOD_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(COOLANT_MIST)
|
||||
REPORT_NAME_DIGITAL(__LINE__, COOLANT_MIST_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(CUTOFF_RESET)
|
||||
REPORT_NAME_DIGITAL(__LINE__, CUTOFF_RESET_PIN)
|
||||
#endif
|
||||
|
@ -152,6 +152,12 @@
|
||||
#define SPINDLE_LASER_ENA_PIN 31 // Pin should have a pullup!
|
||||
#define SPINDLE_DIR_PIN 32
|
||||
|
||||
//
|
||||
// M7/M8/M9 - Coolant Control
|
||||
//
|
||||
#define COOLANT_MIST_PIN 22
|
||||
#define COOLANT_FLOOD_PIN 44
|
||||
|
||||
//
|
||||
// Průša i3 MK2 Multiplexer Support
|
||||
//
|
||||
|
Reference in New Issue
Block a user