mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
Renoved settings that already have a good default value in fdmprinter.def.json. Added support_use_towers to the PVA quality files.
Removed support_use_towers for AA and CC cores, they do not add anything to self support structures. Relates to PP-108
This commit is contained in:
parent
6b30273686
commit
ba275c546e
36 changed files with 59 additions and 53 deletions
|
@ -20,4 +20,5 @@ support_brim_enable = True
|
|||
support_infill_sparse_thickness = 0.3
|
||||
support_interface_enable = True
|
||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||
support_use_towers = True
|
Loading…
Add table
Add a link
Reference in a new issue