mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON: fix: retraction settings not visible for UM2 anymore (CURA-875)
This commit is contained in:
parent
1271a7407e
commit
9545f7da36
1 changed files with 5 additions and 1 deletions
|
@ -87,6 +87,10 @@
|
|||
"material_print_temperature": { "enabled": "False" },
|
||||
"material_bed_temperature": { "enabled": "False" },
|
||||
"material_diameter": { "enabled": "False" },
|
||||
"material_flow": { "enabled": "False" }
|
||||
"material_flow": { "enabled": "False" },
|
||||
"retraction_amount": { "enabled": "False" },
|
||||
"retraction_speed": { "enabled": "False" },
|
||||
"retraction_retract_speed": { "enabled": "False" },
|
||||
"retraction_prime_speed": { "enabled": "False" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue