Enable and disable power supply automatically
This commit is contained in:
parent
80946a17ee
commit
254417e8b0
8 changed files with 215 additions and 5 deletions
|
|
@ -444,6 +444,10 @@ void report_current_position();
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if HAS_CONTROLLERFAN
|
||||
extern int controllerFanSpeed;
|
||||
#endif
|
||||
|
||||
#if ENABLED(BARICUDA)
|
||||
extern uint8_t baricuda_valve_pressure, baricuda_e_to_p_pressure;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue