Commit graph

27 commits

Author SHA1 Message Date
GregValiant
f6486bdffc Update DisplayInfoOnLCD.py
If the printer was a UM then the statistics and model list weren't being added.  This is the fix.
2025-08-01 14:28:38 -04:00
GregValiant
3ad2c1b578 Update DisplayInfoOnLCD.py
Add "Electricity Cost" to the statistics added to the gcode.

Update DisplayInfoOnLCD.py

Formatting changes for layer heights
2025-07-02 06:45:55 -04:00
GregValiant
e63243bca8 Update DisplayInfoOnLCD.py
It turns out that some firmware doesn't like colons within M118 commands.
2025-06-07 09:09:59 -04:00
GregValiant
6152306217 Update DisplayInfoOnLCD.py
Made some changes to the print stats that are added to the gcode.

Update DisplayInfoOnLCD.py
2025-05-22 12:20:44 -04:00
GregValiant
bf8d31aa51 Update DisplayInfoOnLCD.py
Add the 'Quality Name' to the gcode with the other settings.

Update DisplayInfoOnLCD.py

Touchups.

Update DisplayInfoOnLCD.py

Minor change
2025-04-15 19:29:52 -04:00
GregValiant
1b518b8c92 Update DisplayInfoOnLCD.py
Changes to the print statistics entered into the gcode.
2025-04-12 14:13:53 -04:00
GregValiant
e1246beb67 Update DisplayInfoOnLCD.py
Minor changes to the statistics added to the beginning of the gcode.
2025-04-12 14:11:09 -04:00
GregValiant
f0d198507a Update DisplayInfoOnLCD.py
Requested changes
2025-03-23 07:30:23 -04:00
GregValiant
ee5c37bd80 Update DisplayInfoOnLCD.py
Fixed the m118_str/m118_text confusion.
2025-03-23 07:09:04 -04:00
GregValiant
416b159a7e Update DisplayInfoOnLCD.py
Added the "time to pause" to the user message.

Update DisplayInfoOnLCD.py

update
2025-03-22 23:32:06 -04:00
GregValiant
017a05fff7 Update DisplayInfoOnLCD.py
Changed the fialment type 'get' from:
'getProperty'
   to
'material.getMetaDataEntry'
2025-02-02 08:02:59 -05:00
GregValiant
0284771430 Update DisplayInfoOnLCD.py
Split functions from Execute.
Added function "Add Settings" so it also works with the "filename_layer" option.
2025-01-11 10:12:42 -05:00
GregValiant
a8849f7081 Update DisplayInfoOnLCD.py
Added a condition so the pause_cmd setting box is hidden unless the 'display_option' == "display_progress".
2025-01-10 17:26:43 -05:00
GregValiant
043afdb6ed Update DisplayInfoOnLCD.py
Update.  Remove vestigial line of code at line 530.
2025-01-10 09:01:44 -05:00
GregValiant
984c19decc Update DisplayInfoOnLCD.py
Bug fix.
2025-01-08 23:01:19 -05:00
GregValiant
da0b99cb82 Update DisplayInfoOnLCD.py
Added "global_stack" variable.
2025-01-08 07:46:42 -05:00
GregValiant
e7a1bf89ec Update DisplayInfoOnLCD.py
Revised the M118 lines and insertion point in the gcode.
Revised M117 same.
Added nozzle size and filament type to data[0]
2024-12-30 16:35:02 -05:00
GregValiant
da0fe19c96 Update DisplayInfoOnLCD.py
Bug fix for "remaining_time".
Affected M118 and M73_time

Update DisplayInfoOnLCD.py

Add options for Time-to-pause to include Filament Change.

Update DisplayInfoOnLCD.py

Make M117 optional.
Combine M73 R and M73 P lines into a single line.
Add A and P parameters for M118 lines.

Update DisplayInfoOnLCD

A TouchUp.

Update DisplayInfoOnLCD.py

TouchUp

Update DisplayInfoOnLCD.py

TuneUp
2024-04-03 11:30:58 -04:00
Dmitry Gribenchuk
8116df6c21
cleanup unused import and fix comment space 2023-12-13 20:10:28 +02:00
GregValiant
d251d4c042 Update DisplayInfoOnLCD.py
Added M73 options.  Verbiage changes.
2023-11-28 16:38:52 +01:00
GregValiant
cd6e583f43 Update DisplayInfoOnLCD.py
Add pause count notification

Update DisplayInfoOnLCD.py

Moved some line insertions to accommodate newer Creality firmware.

Change DisplayFIlename and DIsplayProgress

Add messages to use DIsplay Info and add exit code.

Update DisplayInfoOnLCD.py

Some changes
2023-10-20 09:07:10 -04:00
GregValiant
c40dad5119 Update DisplayInfoOnLCD.py
Added Print Finish Time option.  Changed a couple of if statements to "line.startswith".
2023-10-11 19:47:57 -04:00
GregValiant
4d5e4ce3c5 Update DisplayInfoOnLCD.py
Add a line below the ";TIME:" line to convert "seconds" to Hours:Minutes
2023-09-24 09:40:02 -04:00
GregValiant
c2a541f5e1 Update DisplayInfoOnLCD.py
Changed "name" variable to "file_name" to avoid any conficts.
2023-09-14 22:16:28 -04:00
GregValiant
099cfe8294 Add 'Print Finish Time' estimate as a message
Get the current print time estimate, adjust it by the Fudge Factor, and add it to the current time +10 minutes (to actually start the print.)

Update DisplayInfoOnLCD.py

Change message format for Finish Time Estimate.
2023-09-10 09:20:04 -04:00
GregValiant
362b4d894f Update DisplayInfoOnLCD.py
Added TimeToPause to DisplayProgress
2023-08-12 08:58:34 -04:00
GregValiant
5f3b96c26c Update DisplayInfoOnLCD.py
Remove code that added the PP name to the gcode.

Create DisplayInfoOnLCD.py

This post processor combines DisplayLayerAndFilename with DisplayProgress.  Those two post processors would be obsolete.
2023-07-16 14:52:17 -04:00