Set default infill density for tree support to 0% in profiles

In profiles that overwrite the support infill density, also keep it 0% for tree support.
Except PVA profiles. Those are probably better off with their normal infill density.

Fixes #5297.
This commit is contained in:
Ghostkeeper 2019-04-29 12:06:43 +02:00
parent e5d7387fed
commit 25bbc1e66e
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
42 changed files with 42 additions and 42 deletions

View file

@ -44,7 +44,7 @@ support_top_distance = 0.15
support_z_distance = 0.25
support_bottom_distance = 0.15
support_brim_width = 6
support_infill_rate = 15
support_infill_rate = =15 if support_enable else 0 if support_tree_enable else 15
support_line_distance = 1.7
support_line_width = 0.25
support_initial_layer_line_distance = 2.7

View file

@ -44,7 +44,7 @@ support_top_distance = 0.15
support_z_distance = 0.25
support_bottom_distance = 0.15
support_brim_width = 6
support_infill_rate = 15
support_infill_rate = =15 if support_enable else 0 if support_tree_enable else 15
support_line_distance = 1.7
support_line_width = 0.25
support_initial_layer_line_distance = 2.7

View file

@ -44,7 +44,7 @@ support_top_distance = 0.15
support_z_distance = 0.25
support_bottom_distance = 0.15
support_brim_width = 6
support_infill_rate = 15
support_infill_rate = =15 if support_enable else 0 if support_tree_enable else 15
support_line_distance = 1.7
support_line_width = 0.25
support_initial_layer_line_distance = 2.7