mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -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":
|
||||
{
|
||||
"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",
|
||||
"type": "float",
|
||||
"default_value": 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue