mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-15 08:59:32 -07:00
Update resources/definitions/ultimaker_method_base.def.json
Co-authored-by: Erwan MATHIEU <erwan.mathieu@ultimaker.com>
This commit is contained in:
parent
7623bf8a09
commit
fb274df527
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@
|
|||
"support_conical_min_width": { "value": 10 },
|
||||
"support_enable": { "value": true },
|
||||
"support_extruder_nr": { "value": "int(anyExtruderWithMaterial('material_is_support_material'))" },
|
||||
"support_fan_enable": { "value": "true if extruder_nr == support_extruder_nr else false" },
|
||||
"support_fan_enable": { "value": "extruder_nr == support_extruder_nr" },
|
||||
"support_infill_rate": { "value": 20.0 },
|
||||
"support_infill_sparse_thickness": { "value": "layer_height" },
|
||||
"support_interface_enable": { "value": true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue