mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
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:
parent
8ef3444b4a
commit
8e3ec5655a
24 changed files with 49 additions and 3 deletions
|
@ -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))
|
Loading…
Add table
Add a link
Reference in a new issue