-
-
Notifications
You must be signed in to change notification settings - Fork 475
feat: Addition of sub menu to non-selected MMU gate #1679
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
Merged
Merged
Conversation
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
Signed-off-by: Paul Morgan [email protected]
Signed-off-by: Pedro Lamas <[email protected]> # Conflicts: # src/components/widgets/spoolman/SpoolSelectionDialog.vue
…s for main panel and gate editor dialog
…y mapping for a print
Signed-off-by: Pedro Lamas <[email protected]> # Conflicts: # src/components/widgets/filesystem/FileSystem.vue # src/components/widgets/spoolman/SpoolSelectionDialog.vue # src/components/widgets/status/PrinterStatusCard.vue
Signed-off-by: Pedro Lamas <[email protected]> # Conflicts: # src/components/widgets/spoolman/SpoolSelectionDialog.vue
…TG map is updated
Signed-off-by: Pedro Lamas <[email protected]>
Signed-off-by: Pedro Lamas <[email protected]>
Signed-off-by: Pedro Lamas <[email protected]>
Signed-off-by: Pedro Lamas <[email protected]>
Signed-off-by: Pedro Lamas <[email protected]>
Signed-off-by: Pedro Lamas <[email protected]>
Signed-off-by: Pedro Lamas <[email protected]>
…ion of Firefox to prevent rendering problem
Signed-off-by: Pedro Lamas <[email protected]>
Signed-off-by: Pedro Lamas <[email protected]>
…rendering of filament position in extruder
(BTW Any git experts who can explain how to make a PR from existing fork without the full history of commits?) |
Signed-off-by: Pedro Lamas <[email protected]>
Signed-off-by: Pedro Lamas <[email protected]>
@moggieuk thank you for the PR, I've made some minor changes, please double-check if these are ok and if so, I will merge the PR as it currently is. |
Thank you @pedrolamas Sorry - I forgot you moved the icons.. old habits |
pedrolamas
approved these changes
Apr 29, 2025
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.
Small enhancement for type-B MMU's (like BoxTurtle, QuatroBox, 3MS, etc). Allows pre-loading and ejection of filaments in the non selected gate (even if loaded). Happy Hare backend supports this so this provides access via the UI. This feature is disabled on type-A MMU's where the operation is not possible.
Shown is the pop-up menu when clicking on gate 5 (gate 4 is selected and loaded).
Signed-off-by: Paul Morgan [[email protected])