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:
p.kuiper 2022-06-08 21:33:14 +02:00
parent 6b30273686
commit ba275c546e
36 changed files with 59 additions and 53 deletions

View file

@ -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