Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] AUTO_POWER_CONTROL broken for SKR14T in b9ed139 #21182

Closed
Evg33 opened this issue Feb 24, 2021 · 3 comments
Closed

[BUG] AUTO_POWER_CONTROL broken for SKR14T in b9ed139 #21182

Evg33 opened this issue Feb 24, 2021 · 3 comments

Comments

@Evg33
Copy link
Contributor

Evg33 commented Feb 24, 2021

SKR14T not boot If AUTO_POWER_CONTROL defined. (bugfix-2.0.x)
Broken in b9ed139
Before b9ed139 working ok. With b9ed139 not boot.

#define AUTO_POWER_CONTROL      // Enable automatic control of the PS_ON pin
  #if ENABLED(AUTO_POWER_CONTROL)
    #define AUTO_POWER_FANS         // Turn on PSU if fans need power
    #define AUTO_POWER_E_FANS
    //#define AUTO_POWER_CONTROLLERFAN
    //#define AUTO_POWER_CHAMBER_FAN
    #define AUTO_POWER_E_TEMP          50 // (В°C) Turn on PSU if any extruder is over this temperature
    //#define AUTO_POWER_CHAMBER_TEMP  30 // (В°C) Turn on PSU if the chamber is over this temperature
    #define POWER_TIMEOUT             180 // (s) Turn off power if the machine is idle for this duration
    //#define POWER_OFF_DELAY          60 // (s) Delay of poweroff after M81 command. Useful to let fans run for extra time.
  #endif

and i tested with:

  #define AUTO_POWER_CONTROL      // Enable automatic control of the PS_ON pin
  #if ENABLED(AUTO_POWER_CONTROL)
    //#define AUTO_POWER_FANS         // Turn on PSU if fans need power
    //#define AUTO_POWER_E_FANS
    //#define AUTO_POWER_CONTROLLERFAN
    //#define AUTO_POWER_CHAMBER_FAN
    //#define AUTO_POWER_E_TEMP          50 // (В°C) Turn on PSU if any extruder is over this temperature
    //#define AUTO_POWER_CHAMBER_TEMP  30 // (В°C) Turn on PSU if the chamber is over this temperature
    //#define POWER_TIMEOUT             180 // (s) Turn off power if the machine is idle for this duration
    #define POWER_TIMEOUT             30 // (s) Turn off power if the machine is idle for this duration
    #define POWER_OFF_DELAY          60 // (s) Delay of poweroff after M81 command. Useful to let fans run for extra time.
  #endif

@Evg33 Evg33 changed the title [BUG] PSU_CONTROL broken for SKR14T [BUG] AUTO_POWER_CONTROL broken for SKR14T Feb 24, 2021
@FanDjango
Copy link
Contributor

FanDjango commented Feb 24, 2021

Duplicate of #21046. Temporary fix is easy

@Evg33 Evg33 changed the title [BUG] AUTO_POWER_CONTROL broken for SKR14T [BUG] AUTO_POWER_CONTROL broken for SKR14T in b9ed139 Feb 24, 2021
@Evg33 Evg33 changed the title [BUG] AUTO_POWER_CONTROL broken for SKR14T in b9ed139 [BUG] AUTO_POWER_CONTROL broken for SKR14T in #b9ed139 Feb 24, 2021
@Evg33 Evg33 changed the title [BUG] AUTO_POWER_CONTROL broken for SKR14T in #b9ed139 [BUG] AUTO_POWER_CONTROL broken for SKR14T in b9ed139 Feb 24, 2021
@thisiskeithb
Copy link
Member

Duplicate of #21046

@thisiskeithb thisiskeithb marked this as a duplicate of #21046 Feb 25, 2021
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants