mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Remove : from display script as it breaks on some machines
This commit is contained in:
parent
0c57aa5054
commit
31a8421fd4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue