Added PVA robustness improvements. Turn of fan when used as support material, will improve strength. Dump extra material in the skirt to purge the hotend with fresh PVA.

Relates to PP-108
This commit is contained in:
p.kuiper 2022-06-08 15:10:41 +02:00
parent 8ef3444b4a
commit 8e3ec5655a
24 changed files with 49 additions and 3 deletions

View file

@ -19,3 +19,5 @@ retraction_count_max = 5
support_brim_enable = True
support_interface_height = 0.9
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))