Update MarlinCore.h
This commit is contained in:
parent
1fe5ffbe60
commit
91c438fe25
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ extern bool wait_for_heatup;
|
|||
extern bool powersupply_on;
|
||||
#define PSU_PIN_ON() do{ OUT_WRITE(PS_ON_PIN, PSU_ACTIVE_STATE); powersupply_on = true; }while(0)
|
||||
#define PSU_PIN_OFF() do{ OUT_WRITE(PS_ON_PIN, !PSU_ACTIVE_STATE); powersupply_on = false; }while(0)
|
||||
#if (ENABLED(AUTO_POWER_CONTROL) || POWER_OFF_TIMEOUT > 0)
|
||||
#if ENABLED(AUTO_POWER_CONTROL)
|
||||
#define PSU_ON() powerManager.power_on()
|
||||
#define PSU_OFF() powerManager.power_off()
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue