mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove stray comma from json
This commit is contained in:
parent
e8528e6735
commit
feff96288f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class DisplayFilenameAndLayerOnLCD(Script):
|
||||||
"description": "This will add the prefix 'Printing'",
|
"description": "This will add the prefix 'Printing'",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": true
|
"default_value": true
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
}"""
|
}"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue