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

Use safe_delay for PSU_POWERUP_DELAY #18680

Merged
merged 3 commits into from
Jul 17, 2020

Commits on Jul 17, 2020

  1. Use dwell instead of delay for PSU_POWERUP_DELAY

    For long PSU_POWERUP_DELAY (I use 2500 ms) Marlin crashes when turning power on (at least on LPC1768 with TMC drivers).
    I suspect because the inactivity is not managed and triggers some watchdog.
    
    Using dwell instead seems to fix the problem.
    mtowara authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    ecc9a76 View commit details
    Browse the repository at this point in the history
  2. Update power.cpp

    thinkyhead authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    88d9251 View commit details
    Browse the repository at this point in the history
  3. Also delay in M80

    thinkyhead committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    256eadb View commit details
    Browse the repository at this point in the history