mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
JSON fix type (CURA-1049)
This commit is contained in:
parent
ff025a753f
commit
63f5889eae
1 changed files with 1 additions and 1 deletions
|
@ -1569,7 +1569,7 @@
|
||||||
"max_feedrate_z_override":
|
"max_feedrate_z_override":
|
||||||
{
|
{
|
||||||
"label": "Maximum Z Speed",
|
"label": "Maximum Z Speed",
|
||||||
"description": "The maximal speed with which the bed is moved. Setting this to zero causes the print to use the firmware defaults for the maximum z speed.",
|
"description": "The maximum speed with which the bed is moved. Setting this to zero causes the print to use the firmware defaults for the maximum z speed.",
|
||||||
"unit": "mm/s",
|
"unit": "mm/s",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 0,
|
"default_value": 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue