mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 12:08:59 +08:00
Remove : from display script as it breaks on some machines
This commit is contained in:
parent
0c57aa5054
commit
31a8421fd4
@ -36,7 +36,7 @@ class DisplayFilenameAndLayerOnLCD(Script):
|
||||
name = self.getSettingValueByKey("name")
|
||||
else:
|
||||
name = Application.getInstance().getPrintInformation().jobName
|
||||
lcd_text = "M117 " + name + " layer: "
|
||||
lcd_text = "M117 " + name + " layer "
|
||||
i = 0
|
||||
for layer in data:
|
||||
display_text = lcd_text + str(i)
|
||||
|
Loading…
x
Reference in New Issue
Block a user