mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06: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_prime_speed":
|
||||
{
|
||||
"deafult_value": 20,
|
||||
"default_value": 20,
|
||||
"maximum_value": 200
|
||||
},
|
||||
"retraction_retract_speed":
|
||||
|
@ -74,7 +74,7 @@
|
|||
},
|
||||
"retraction_speed":
|
||||
{
|
||||
"deafult_value": 40,
|
||||
"default_value": 40,
|
||||
"maximum_value": 200
|
||||
},
|
||||
"roofing_layer_count": { "value": 1 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue