Skip to content

Display Info on LCD #18766

@lethuer

Description

@lethuer

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

  1. Display Progress
    image
    With shown settings I get something like:
;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
  1. Filename and Layer
    image
    I get something like:
;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

Add your .zip and screenshots here ⬇️

Filename and Layer
Display Progress

Metadata

Metadata

Assignees

No one assigned

    Labels

    PR: Post Processing ➕Like adding beeps, more tunability or different Gcode pause at heightsStatus: Under InvestigationThe issue has been confirmed or is assumed to be likely to be a real issue. It's pending discussion.Type: BugThe code does not produce the intended behavior.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions