feat(HappyHare): Support for multi-gate espooler display#1789
Merged
pedrolamas merged 4 commits intofluidd-core:developfrom Feb 12, 2026
Merged
feat(HappyHare): Support for multi-gate espooler display#1789pedrolamas merged 4 commits intofluidd-core:developfrom
pedrolamas merged 4 commits intofluidd-core:developfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Extends the MMU “espooler assist/rewind” visual indicator so it can render on multiple gates simultaneously when Happy Hare provides per-gate espooler state (v3.2.4+), while keeping legacy behavior as a fallback.
Changes:
- Add new
mmu.espoolertyping for per-gate espooler state. - Update
MmuSpoolto render rewind/assist arrows based on per-gate espooler array when present, else fall back toespooler_activeon the selected gate. - Minor SVG styling/position tweaks for the espooler indicator.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/typings/klipper.d.ts | Adds MmuState.espooler typing to represent per-gate espooler state. |
| src/components/widgets/mmu/MmuSpool.vue | Switches arrow rendering logic to support multi-gate espooler state with legacy fallback. |
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
pedrolamas
approved these changes
Feb 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Previously an arrow representing espooler assist or rewind operation was only rendered on active gate. With Happy Hare v3.2.4 then are features that allow other gate espoolers to activate independently. This PR uses this additional information (if new printer variable is available) to extend the visual feedback to any/all gates. The original functionality is a fallback for older versions of Happy Hare.
Related Tickets & Documents
n/a
Mobile & Desktop Screenshots/Recordings
This screenshot shows the espooler assist/rewind arrows simultaneous on different gates.

Signed-off-by: Paul Morgan moggieuk@hotmail.com