-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Cura Version
5.6.0 + Plugin"DisplayInfoOnLCD"
Operating System
Windows 11
Printer
Artillery Genius (NOT Pro)
Reproduction steps
Use latest cura release and a copy of new plugin "DisplayInfoOnLCD"
In the past there exist two seperate plugins DisplayProgressOnLCD.py + DisplayFilenameAndLayerOnLCD.py.
These are now combined in DisplayInfoOnLCD.py.
I found this pull request: #15866
Actual results
;LAYER:14
M117 15/83 | ET 23m
M73 P18
M118 15/83 | ET 23m
a. M118 only icluded if "Display remaining time" is selected, it should be possible to include M118 messages also if "left time" information isn't used, so only "data left" information is needed. Maybe activate seperate checkboxes just like it is done with M73 line(s)
b. M117 messages are always included, it should be possible to insert ONLY M118
c. Percentage information not used in M118 statement ?! In shown example shouldn't it be M118 18/100 ? Not sure in this case because 15/83 = 18 percent...
d. "M118 A1 P0 ation:notification ... " missing. With old "Display Progress On LCD" I got this in the past wich is the format I need for my genius printer:
M118 A1 P0 action:notification Time Left 0h27m15s
M118 A1 P0 action:notification Data Left 5/100
;LAYER:0
M117 Layer 0 of 82 AG_20mm_calibration_cube
M118 Layer 0 of 82 AG_20mm_calibration_cube
a. If "Text to display" is empty always the filename in inserted, which can be prevented by inserting a whitespace. This already was the case in old "Display Filename And Layer On LCD" plugin. Maybe use a checkbox if filename should be included and if unchecked don't write in in gcode.
b. M117 messages are always included, it should be possible to insert ONLY M118
c. "M118 A1 P0 ation:notification ... " missing. I would need something like this to update layer information on my Genius:
M118 A1 P0 action:notification Layer Left [layer_num]/[LAYER_COUNT]
Expected results
See above