M73 Progress Bar graph working now

1 year ago
5

M73 Progress Bar graph working now
A Massive THANK YOU to [ellensp](https://github.com/ellensp)

I changed the Code to the working code that has ****:-
M73 Plugin
#if ENABLED(SET_PROGRESS_MANUALLY)
//#define SET_PROGRESS_PERCENT // Add 'P' parameter to set percentage done, otherwise use Marlin's estimate.Protomaker Sprint I had Bar Graph not displaying #25543
#define SET_REMAINING_TIME // Add 'R' parameter to set remaining time, otherwise use Marlin's estimate. Protomaker Sprint I had Bar Graph not displaying #25543
//#define SET_INTERACTION_TIME // Add 'C' parameter to set time until next filament change or other user interaction
#if ENABLED(SET_INTERACTION_TIME)
#define SHOW_INTERACTION_TIME // Display time until next user interaction ('C' = filament change)
#endif
//#define M73_REPORT // Report progress to host with 'M73'
#endif

Loading comments...