Merge pull request #7298 from Ultimaker/CURA-7311_stair_step_height_0_for_pva

Reduce stair step height to 0 for PVA
This commit is contained in:
konskarm 2020-03-19 14:12:28 +01:00 committed by GitHub
commit 90ed7ac184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -70,7 +70,7 @@ speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
support_angle = 60
support_bottom_height = =layer_height * 2
support_bottom_pattern = zigzag
support_bottom_stair_step_height = =layer_height
support_bottom_stair_step_height = 0
support_infill_rate = 50
support_infill_sparse_thickness = 0.4
support_interface_enable = True

View File

@ -37,7 +37,7 @@ speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
support_bottom_height = =layer_height * 2
support_bottom_pattern = zigzag
support_bottom_stair_step_height = =layer_height
support_bottom_stair_step_height = 0
support_infill_rate = 50
support_infill_sparse_thickness = 0.2
support_interface_enable = True

View File

@ -70,7 +70,7 @@ speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
support_angle = 60
support_bottom_height = =layer_height * 2
support_bottom_pattern = zigzag
support_bottom_stair_step_height = =layer_height
support_bottom_stair_step_height = 0
support_infill_rate = 50
support_infill_sparse_thickness = 0.4
support_interface_enable = True

View File

@ -37,7 +37,7 @@ speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
support_bottom_height = =layer_height * 2
support_bottom_pattern = zigzag
support_bottom_stair_step_height = =layer_height
support_bottom_stair_step_height = 0
support_infill_rate = 50
support_infill_sparse_thickness = 0.2
support_interface_enable = True

View File

@ -70,7 +70,7 @@ speed_prime_tower = =math.ceil(speed_print * 7 / 35)
support_angle = 60
support_bottom_height = =layer_height * 2
support_bottom_pattern = zigzag
support_bottom_stair_step_height = =layer_height
support_bottom_stair_step_height = 0
support_infill_rate = 50
support_infill_sparse_thickness = 0.4
support_interface_enable = True

View File

@ -37,7 +37,7 @@ speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
support_bottom_height = =layer_height * 2
support_bottom_pattern = zigzag
support_bottom_stair_step_height = =layer_height
support_bottom_stair_step_height = 0
support_infill_rate = 50
support_infill_sparse_thickness = 0.2
support_interface_enable = True

View File

@ -70,7 +70,7 @@ speed_prime_tower = =math.ceil(speed_print * 7 / 35)
support_angle = 60
support_bottom_height = =layer_height * 2
support_bottom_pattern = zigzag
support_bottom_stair_step_height = =layer_height
support_bottom_stair_step_height = 0
support_infill_rate = 50
support_infill_sparse_thickness = 0.4
support_interface_enable = True

View File

@ -37,7 +37,7 @@ speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
support_bottom_height = =layer_height * 2
support_bottom_pattern = zigzag
support_bottom_stair_step_height = =layer_height
support_bottom_stair_step_height = 0
support_infill_rate = 50
support_infill_sparse_thickness = 0.2
support_interface_enable = True