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
Would be great to have Filament Runout Detection working with OctoPrint. Currently it doesn't send a Pause via Serial to OctoPrint, so it can't be detected.
The text was updated successfully, but these errors were encountered:
Some features add reason codes to extend these commands.
Host Prompt Support enables Marlin to use the host for user prompts so
filament runout and other processes can be managed from the host side.
*/
//#define HOST_ACTION_COMMANDS
#if ENABLED(HOST_ACTION_COMMANDS)
//#define HOST_PROMPT_SUPPORT
#endif
Would be great to have Filament Runout Detection working with OctoPrint. Currently it doesn't send a Pause via Serial to OctoPrint, so it can't be detected.
The text was updated successfully, but these errors were encountered: