Commit graph

18 commits

Author SHA1 Message Date
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