mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fixed the value of "retraction_amount"
This commit is contained in:
parent
c96777cb9e
commit
f5d94b9646
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
||||||
"material_print_temperature_layer_0": { "default_value": 220 },
|
"material_print_temperature_layer_0": { "default_value": 220 },
|
||||||
"material_initial_print_temperature": { "default_value": 220 },
|
"material_initial_print_temperature": { "default_value": 220 },
|
||||||
"material_final_print_temperature": { "default_value": 220 },
|
"material_final_print_temperature": { "default_value": 220 },
|
||||||
"retraction_amount": { "default_value": 4 },
|
"retraction_amount": { "default_value": 6.5 },
|
||||||
|
|
||||||
"speed_print": { "default_value": 40 },
|
"speed_print": { "default_value": 40 },
|
||||||
"speed_infill": { "default_value": 60 },
|
"speed_infill": { "default_value": 60 },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue