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

Additional after homing options #26469

Merged
merged 6 commits into from
Nov 28, 2023

Commits on Nov 26, 2023

  1. Update status_screen_DOGM.cpp

    Fix issue that Blink leaves a finished print showing 99% vs time completed.
    It will now stop displaying percentage at 98% and stay on elapsed time, same as when you start a print it stays on elapsed time until percentage is at 1% or above.
    mikemerryguy committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    a9d437a View commit details
    Browse the repository at this point in the history
  2. Fix Home Position after Z_Safe_Home

    Move to true "home" position after a Z safe Home
    helps users understand that home isn't in the center of the bed.
    
    Side Note, might be good even without Z Safe home as some endstops are MAX and the hot end will Park at the endstop after homeing and again a LOT of new users are confused and think that is "home" when home is front left 0,0
    mikemerryguy committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    a29d1be View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. code clean up

    capitalize and disable by default
    mikemerryguy committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e1286fe View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. more general option

    thinkyhead committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f761609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1774e5f View commit details
    Browse the repository at this point in the history
  3. EVENT_GCODE_AFTER_HOMING

    thinkyhead committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    dd5e916 View commit details
    Browse the repository at this point in the history