forked from MarlinFirmware/Marlin
-
-
Notifications
You must be signed in to change notification settings - Fork 386
OctoPrint Settings
Jyers edited this page Nov 3, 2021
·
6 revisions
To update the progress bar and time remaining on the printer display during an OctoPrint job, you need a plugin that sends M73 commands to the printer. A common plugin for this purpose is "M73 Progress"
To increase the amount of data you can display during a print, there is an M117 message box located between the time indicators and the menu buttons. This can be used to display a vast range of print info using different plugins. Two plugins I use to get rotating data in the message box are "Detailed Progress" and "DisplayLayerProgress"
This section helps to avoid random/strange printer errors, particularly M112
These settings are required to ensure the print screen behaves properly during OctoPrint jobs.
;Jyers gcode
M75 ;Start Print Job on Display
M117 <F>{{ event.name }} ;Send Filename to Display
;Jyers gcode
M77 ;Stop Print Job on Display
;Jyers code
M77 ;Stop Print Job on Display
;Jyers code
M76 ;Pause Print Job on Display
;Jyers code
M75 ;Start Print Job on Display