mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:19:05 +08:00
JSON fix: type boolean should be bool (CURA-1443)
This commit is contained in:
parent
2932558a90
commit
2b3efe4329
@ -1188,7 +1188,7 @@
|
|||||||
"acceleration_enabled": {
|
"acceleration_enabled": {
|
||||||
"label": "Enable Acceleration Control",
|
"label": "Enable Acceleration Control",
|
||||||
"description": "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality.",
|
"description": "Enables adjusting the print head acceleration. Increasing the accelerations can reduce printing time at the cost of print quality.",
|
||||||
"type": "boolean",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"global_only": "True"
|
"global_only": "True"
|
||||||
},
|
},
|
||||||
@ -1354,7 +1354,7 @@
|
|||||||
"jerk_enabled": {
|
"jerk_enabled": {
|
||||||
"label": "Enable Jerk Control",
|
"label": "Enable Jerk Control",
|
||||||
"description": "Enables adjusting the jerk of print head when the X ar Y axis halts or starts to move. Increasing the jerk can reduce printing time at the cost of print quality.",
|
"description": "Enables adjusting the jerk of print head when the X ar Y axis halts or starts to move. Increasing the jerk can reduce printing time at the cost of print quality.",
|
||||||
"type": "boolean",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"global_only": "True"
|
"global_only": "True"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user