You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There's a gcode feature called action commands. It's used to prompt the user when something happens with the printer, for instance a filament runout is detected, or a filament change is going on and the printer wants to know if the color is correct, or a simple message like "bed leveling done".
Describe the solution you'd like
Similar to how octoprint implemented it (and i guess their plugin can be useful), we should implement a machine prompt modal.
I'm on it but i'm having an issue copying the notification logic to make prompts, strangely in the copy/pasted service i get some observable leak, would you mind having a look ?
Is your feature request related to a problem? Please describe.
There's a gcode feature called action commands. It's used to prompt the user when something happens with the printer, for instance a filament runout is detected, or a filament change is going on and the printer wants to know if the color is correct, or a simple message like "bed leveling done".
Describe the solution you'd like
Similar to how octoprint implemented it (and i guess their plugin can be useful), we should implement a machine prompt modal.
Link other projects
https://reprap.org/wiki/G-code#M876:_Dialog_handling
https://docs.octoprint.org/en/master/features/action_commands.html
https://docs.octoprint.org/en/master/bundledplugins/action_command_prompt.html
https://docs.octoprint.org/en/master/bundledplugins/action_command_notification.html
Additional context
The text was updated successfully, but these errors were encountered: