Browse Source

Processed review comments of Rijk van Manen + cleanup redundant support_z related settings

Relates to PP-108
p.kuiper 2 years ago
parent
commit
bfc25b8350

+ 3 - 9
resources/definitions/ultimaker.def.json

@@ -214,20 +214,14 @@
         "jerk_skirt_brim": {
             "minimum_value_warning": 20
         },
-        "support_pattern": {
-            "value": "'zigzag'"
-        },
         "support_wall_count": {
             "value": "1 if support_structure == 'tree' else 0"
         },
         "zig_zaggify_support": {
             "value": true
         },
-        "support_connect_zigzags": {
-            "value": true
-        },
         "support_infill_rate": {
-            "value": "80 if support_interface_enable else 15"
+            "value": "80 if gradual_support_infill_steps != 0 else 15"
         },
         "gradual_support_infill_steps": {
             "value": "2 if support_interface_enable else 0"
@@ -248,13 +242,13 @@
             "value": "wall_line_width_0"
         },
         "minimum_support_area": {
-            "value": "pow((2 + support_offset), 2)"
+            "value": "(2 + support_offset)**2"
         },
         "support_interface_skip_height": {
             "value": "layer_height"
         },
         "support_interface_pattern": {
-            "value": "'zigzag'"
+            "value": "'concentric'"
         },
         "support_interface_offset": {
             "value": "support_offset"

+ 1 - 3
resources/quality/ultimaker2_plus/um2p_nylon_0.6_fast.inst.cfg

@@ -36,9 +36,7 @@ speed_travel = 150
 speed_wall_0 = =math.ceil(speed_print * 15 / 55)
 speed_wall_x = =math.ceil(speed_print * 40 / 55)
 support_angle = 45
-support_bottom_distance = 0.55
 support_enable = True
-support_top_distance = 0.55
-support_z_distance = =layer_height * 2
+support_z_distance = 0.55
 top_bottom_thickness = 1.2
 speed_infill = =math.ceil(speed_print * 55 / 55)

+ 2 - 3
resources/quality/ultimaker2_plus/um2p_nylon_0.8_draft.inst.cfg

@@ -35,8 +35,7 @@ speed_travel = 150
 speed_wall_0 = =math.ceil(speed_print * 15 / 55)
 speed_wall_x = =math.ceil(speed_print * 40 / 55)
 support_angle = 45
-support_bottom_distance = 0.65
 support_enable = True
-support_top_distance = 0.5
-support_z_distance = =layer_height * 2
+support_z_distance = 0.5
+support_bottom_distance = 0.65
 top_bottom_thickness = 1.2

+ 1 - 2
resources/quality/ultimaker2_plus/um2p_pp_0.4_fast.inst.cfg

@@ -56,10 +56,9 @@ speed_travel_layer_0 = 50
 speed_wall = =math.ceil(speed_print * 25 / 25)
 speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
 support_angle = 60
+support_z_distance = =layer_height * 2
 support_bottom_distance = =support_z_distance / 2
-support_top_distance = =support_z_distance
 support_xy_distance_overhang = =wall_line_width_0
-support_z_distance = =layer_height * 2
 travel_avoid_distance = 3
 wall_0_inset = 0
 speed_wall_x = =math.ceil(speed_print * 25 / 25)

+ 1 - 2
resources/quality/ultimaker2_plus/um2p_pp_0.4_normal.inst.cfg

@@ -47,8 +47,7 @@ speed_travel_layer_0 = 50
 speed_wall = =math.ceil(speed_print * 25 / 25)
 speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
 support_angle = 60
-support_bottom_distance = =support_z_distance / 2
-support_top_distance = =support_z_distance
 support_z_distance = =layer_height * 2
+support_bottom_distance = =support_z_distance / 2
 travel_avoid_distance = 3
 wall_0_inset = 0

+ 1 - 2
resources/quality/ultimaker2_plus/um2p_pp_0.6_draft.inst.cfg

@@ -46,9 +46,8 @@ speed_travel_layer_0 = 50
 speed_wall = =math.ceil(speed_print * 25 / 25)
 speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
 support_angle = 60
-support_bottom_distance = =support_z_distance / 2
-support_top_distance = =support_z_distance
 support_z_distance = =layer_height * 2
+support_bottom_distance = =support_z_distance / 2
 top_bottom_thickness = 1.1
 travel_avoid_distance = 3
 wall_0_inset = 0

+ 1 - 2
resources/quality/ultimaker2_plus/um2p_pp_0.6_fast.inst.cfg

@@ -55,9 +55,8 @@ speed_travel_layer_0 = 50
 speed_wall = =math.ceil(speed_print * 25 / 25)
 speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
 support_angle = 60
-support_bottom_distance = =support_z_distance / 2
-support_top_distance = =support_z_distance
 support_z_distance = =layer_height * 2
+support_bottom_distance = =support_z_distance / 2
 top_bottom_thickness = 1.1
 travel_avoid_distance = 3
 wall_0_inset = 0

+ 1 - 2
resources/quality/ultimaker2_plus/um2p_pp_0.8_draft.inst.cfg

@@ -46,9 +46,8 @@ speed_travel_layer_0 = 50
 speed_wall = =math.ceil(speed_print * 25 / 25)
 speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
 support_angle = 60
-support_bottom_distance = =support_z_distance / 2
-support_top_distance = =support_z_distance
 support_z_distance = =layer_height * 2
+support_bottom_distance = =support_z_distance / 2
 top_bottom_thickness = 1.5
 travel_avoid_distance = 3
 wall_0_inset = 0

+ 1 - 2
resources/quality/ultimaker2_plus/um2p_pp_0.8_verydraft.inst.cfg

@@ -55,9 +55,8 @@ speed_travel_layer_0 = 50
 speed_wall = =math.ceil(speed_print * 25 / 25)
 speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
 support_angle = 60
-support_bottom_distance = =support_z_distance / 2
-support_top_distance = =support_z_distance
 support_z_distance = =layer_height * 2
+support_bottom_distance = =support_z_distance / 2
 top_bottom_thickness = 1.5
 travel_avoid_distance = 3
 wall_0_inset = 0

+ 1 - 3
resources/quality/ultimaker2_plus_connect/um2pc_nylon_0.6_fast.inst.cfg

@@ -36,9 +36,7 @@ speed_travel = 150
 speed_wall_0 = =math.ceil(speed_print * 15 / 55)
 speed_wall_x = =math.ceil(speed_print * 40 / 55)
 support_angle = 45
-support_bottom_distance = 0.55
 support_enable = True
-support_top_distance = 0.55
-support_z_distance = =layer_height * 2
+support_z_distance = 0.55
 top_bottom_thickness = 1.2
 speed_infill = =math.ceil(speed_print * 55 / 55)

Some files were not shown because too many files changed in this diff