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

MMU maintenance: Sync with 32-bit FW a little bit #4647

Merged
merged 6 commits into from
Jul 24, 2024

Commits on Jul 6, 2024

  1. MMU: Sync code with 32-bit

    The changes in this commit are mainly formatting
    
    But there are some changes like adding a new function planner_draining()
    gudnimg committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    592fc56 View commit details
    Browse the repository at this point in the history
  2. MMU: allow inlining UInt16ToHex

    Saves 22 bytes of Flash
    gudnimg committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    61b4270 View commit details
    Browse the repository at this point in the history
  3. MMU: Revert changes to execute_extruder_sequence loop

    The previous for-loop is more memory efficient and saves 20 bytes of Flash
    gudnimg committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    09f1d85 View commit details
    Browse the repository at this point in the history
  4. MMU: revert WaitForHotendTargetTempBeep(); position in code

    The 8-bit FW uses a different Fullscreen UI which doesn't show the current temperature. So, for now, keep calling WaitForHotendTargetTempBeep  before showing the full-screen message.
    gudnimg committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    d548bb6 View commit details
    Browse the repository at this point in the history
  5. MMU: minor formatting sync

    gudnimg committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    99e306f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    4dc9fd4 View commit details
    Browse the repository at this point in the history