Support #22
5axes
started this conversation in
Profile or Intent
Support
#22
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes you are right the Gradual Infill Step is activated by default and with the "Support" Configuration you can have this result. I will chnage that for a next release. Thanks your your report. Temporary solution : set the Gradual Infill Step = 0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Easy support remove
minimum_support_area = 8
support_bottom_density = 8
support_bottom_distance = _layer_height
support_bottom_enable = False
support_bottom_enable = True
support_bottom_height = round((_layer_height4),1)
support_brim_enable = True
support_brim_width = 3
support_enable = True
support_infill_rate = 7
support_interface_density = 30
support_interface_enable = True
support_interface_line_width = round((_line_width1.3),1)
support_interface_pattern = 'zigzag'
support_interface_skip_height = _layer_height
support_join_distance = 3
support_material_flow = 70
support_offset = round((_layer_height3),1)
support_pattern = 'lines' # or zigzag
support_roof_density = 90
support_roof_enable = True
support_roof_height = round((_layer_height6),1)
support_roof_offset = round((_layer_height3),1)
support_structure = 'normal'
support_top_distance = _layer_height
support_type = 'buildplate'
support_wall_count = 0
support_xy_distance = round((_line_width2),1)
support_xy_overrides_z = 'z_overrides_xy' # or xy_overrides_z
support_z_distance = round((_layer_height),1))
Beta Was this translation helpful? Give feedback.
All reactions