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

Respond dialog box #329

Open
benchdog93 opened this issue Jan 27, 2024 · 0 comments
Open

Respond dialog box #329

benchdog93 opened this issue Jan 27, 2024 · 0 comments
Labels
feature-request New feature or request

Comments

@benchdog93
Copy link

Feature Request

Problem Description

I run a MMU as part of my configuration and at the end of each print I have a respond popup prompt to decide to unload or not unload the filament. If I am away from my printer I am not able to respond to the prompt with Mobileraker. Would be very useful to avoid leaving the heaters on for any length of time.

Proposed Solution

I would like to see the respond prompt I created displayed in Mobileraker as it does in Fluidd so that make the appropriate response.

Additional Context

[gcode_macro BUTTON_UNLOAD_FILAMENT]
gcode:
    RESPOND TYPE=command MSG="action:prompt_begin Unload filament after print"
    RESPOND TYPE=command MSG="action:prompt_text Do you want to unload the filament?"
    RESPOND TYPE=command MSG="action:prompt_button_group_start"
    RESPOND TYPE=command MSG="action:prompt_button Yes|YES_FILAMENT_UNLOAD|primary"
    RESPOND TYPE=command MSG="action:prompt_button No|NO_FILAMENT_UNLOAD|secondary"
    RESPOND TYPE=command MSG="action:prompt_button_group_end"
    RESPOND TYPE=command MSG="action:prompt_show" ```

---
![Screenshot 2024-01-27 123609](https://github.com/Clon1998/mobileraker/assets/51010158/26b76180-250c-4872-b9d4-b85e9072461d)

Your input is valuable in shaping the development of our project. Thank you for taking the time to submit your feature request!
@benchdog93 benchdog93 added the feature-request New feature or request label Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant