mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 13:49:00 +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")
|
name = self.getSettingValueByKey("name")
|
||||||
else:
|
else:
|
||||||
name = Application.getInstance().getPrintInformation().jobName
|
name = Application.getInstance().getPrintInformation().jobName
|
||||||
lcd_text = "M117 " + name + " layer: "
|
lcd_text = "M117 " + name + " layer "
|
||||||
i = 0
|
i = 0
|
||||||
for layer in data:
|
for layer in data:
|
||||||
display_text = lcd_text + str(i)
|
display_text = lcd_text + str(i)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user