mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
Fix typo in blocks_base definition
Contributes to CURA-10101
This commit is contained in:
parent
a28fc03628
commit
d95314250a
1 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@
|
||||||
"retraction_hop_enabled": { "value": "False" },
|
"retraction_hop_enabled": { "value": "False" },
|
||||||
"retraction_prime_speed":
|
"retraction_prime_speed":
|
||||||
{
|
{
|
||||||
"deafult_value": 20,
|
"default_value": 20,
|
||||||
"maximum_value": 200
|
"maximum_value": 200
|
||||||
},
|
},
|
||||||
"retraction_retract_speed":
|
"retraction_retract_speed":
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
},
|
},
|
||||||
"retraction_speed":
|
"retraction_speed":
|
||||||
{
|
{
|
||||||
"deafult_value": 40,
|
"default_value": 40,
|
||||||
"maximum_value": 200
|
"maximum_value": 200
|
||||||
},
|
},
|
||||||
"roofing_layer_count": { "value": 1 },
|
"roofing_layer_count": { "value": 1 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue