mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add message while pausing
This way you can display instructions during the print. Implements issue CURA-6759.
This commit is contained in:
parent
db604cdd16
commit
c1b4bcebec
2 changed files with 12 additions and 2 deletions
|
@ -69,7 +69,7 @@ class DisplayFilenameAndLayerOnLCD(Script):
|
|||
else:
|
||||
lcd_text = "M117 Printing Layer "
|
||||
else:
|
||||
lcd_text = "M117 Printing " + name + " - Layer "
|
||||
lcd_text = "M117 Printing " + name + " - Layer "
|
||||
i = self.getSettingValueByKey("startNum")
|
||||
for layer in data:
|
||||
display_text = lcd_text + str(i) + " " + name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue