Enabled coolant control (vaccum and air)
This commit is contained in:
parent
50a96dbd68
commit
0667ec6b73
@ -3497,7 +3497,7 @@
|
|||||||
*
|
*
|
||||||
* Note: COOLANT_MIST_PIN and/or COOLANT_FLOOD_PIN must also be defined.
|
* Note: COOLANT_MIST_PIN and/or COOLANT_FLOOD_PIN must also be defined.
|
||||||
*/
|
*/
|
||||||
//#define COOLANT_CONTROL
|
#define COOLANT_CONTROL
|
||||||
#if ENABLED(COOLANT_CONTROL)
|
#if ENABLED(COOLANT_CONTROL)
|
||||||
#define COOLANT_MIST // Enable if mist coolant is present
|
#define COOLANT_MIST // Enable if mist coolant is present
|
||||||
#define COOLANT_FLOOD // Enable if flood coolant is present
|
#define COOLANT_FLOOD // Enable if flood coolant is present
|
||||||
|
@ -506,6 +506,20 @@
|
|||||||
#undef HEATER_0_PIN
|
#undef HEATER_0_PIN
|
||||||
#define SPINDLE_LASER_ENA_PIN P2_07
|
#define SPINDLE_LASER_ENA_PIN P2_07
|
||||||
|
|
||||||
|
//
|
||||||
|
// MPCNC
|
||||||
|
// Vacuum cleaner
|
||||||
|
//
|
||||||
|
#undef FAN1_PIN
|
||||||
|
#define COOLANT_FLOOD_PIN P2_04
|
||||||
|
|
||||||
|
//
|
||||||
|
// MPCNC
|
||||||
|
// Cooling Air
|
||||||
|
//
|
||||||
|
#undef HEATER_BED_PIN
|
||||||
|
#define COOLANT_MIST_PIN P2_05
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Special pins
|
* Special pins
|
||||||
* P1_30 (37) (NOT 5V tolerant)
|
* P1_30 (37) (NOT 5V tolerant)
|
||||||
|
Loading…
Reference in New Issue
Block a user