mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Merge pull request #11675 from Ultimaker/PP-115_unify-wall-thickness
PP-115_unify-wall-thickness
This commit is contained in:
commit
40fc587d64
313 changed files with 40 additions and 390 deletions
|
@ -47,6 +47,9 @@
|
|||
"line_width": {
|
||||
"value": "machine_nozzle_size"
|
||||
},
|
||||
"wall_thickness": {
|
||||
"value": "wall_line_width_0 + wall_line_width_x"
|
||||
},
|
||||
"infill_before_walls": {
|
||||
"value": "False"
|
||||
},
|
||||
|
|
|
@ -166,7 +166,6 @@
|
|||
"top_bottom_thickness": { "value": "1" },
|
||||
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
|
||||
"wall_0_inset": { "value": "0" },
|
||||
"wall_thickness": { "value": "1" },
|
||||
"zig_zaggify_infill": { "value": "gradual_infill_steps == 0" }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -159,7 +159,6 @@
|
|||
"travel_avoid_supports": { "value": "True" },
|
||||
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
|
||||
"wall_0_inset": { "value": "0" },
|
||||
"wall_thickness": { "value": "1" },
|
||||
"meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" },
|
||||
"meshfix_maximum_deviation": { "value": "layer_height / 4" },
|
||||
"initial_layer_line_width_factor": { "value": "120" },
|
||||
|
|
|
@ -161,7 +161,6 @@
|
|||
"travel_avoid_supports": { "value": "True" },
|
||||
"travel_avoid_distance": { "value": "3 if extruders_enabled_count > 1 else machine_nozzle_tip_outer_diameter / 2 * 1.5" },
|
||||
"wall_0_inset": { "value": "0" },
|
||||
"wall_thickness": { "value": "1" },
|
||||
"meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" },
|
||||
"meshfix_maximum_deviation": { "value": "layer_height / 4" },
|
||||
"optimize_wall_printing_order": { "value": "True" },
|
||||
|
|
|
@ -18,8 +18,7 @@ speed_wall = =speed_print
|
|||
speed_wall_0 = =speed_wall
|
||||
speed_wall_x = =speed_wall
|
||||
speed_layer_0 = 20
|
||||
top_bottom_thickness = =wall_thickness
|
||||
wall_thickness = =line_width * 2
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 15
|
||||
|
||||
jerk_print = 30
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -18,8 +18,7 @@ speed_wall = =speed_print
|
|||
speed_wall_0 = =speed_wall
|
||||
speed_wall_x = =speed_wall
|
||||
speed_layer_0 = 20
|
||||
top_bottom_thickness = =wall_thickness
|
||||
wall_thickness = =line_width * 2
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 15
|
||||
|
||||
jerk_print = 30
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -35,5 +35,4 @@ speed_wall_0 = =speed_wall
|
|||
speed_wall_x = =speed_wall
|
||||
speed_layer_0 = 20
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 0.8
|
|
@ -18,8 +18,7 @@ speed_wall = =speed_print
|
|||
speed_wall_0 = =speed_wall
|
||||
speed_wall_x = =speed_wall
|
||||
speed_layer_0 = 20
|
||||
top_bottom_thickness = =wall_thickness
|
||||
wall_thickness = =line_width * 2
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 15
|
||||
|
||||
jerk_print = 30
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -35,5 +35,4 @@ speed_wall_0 = =speed_wall
|
|||
speed_wall_x = =speed_wall
|
||||
speed_layer_0 = 20
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 0.8
|
|
@ -18,8 +18,7 @@ speed_wall = =speed_print
|
|||
speed_wall_0 = =speed_wall
|
||||
speed_wall_x = =speed_wall
|
||||
speed_layer_0 = 20
|
||||
top_bottom_thickness = =wall_thickness
|
||||
wall_thickness = =line_width * 2
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 15
|
||||
|
||||
jerk_print = 30
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -18,8 +18,7 @@ speed_wall = =speed_print
|
|||
speed_wall_0 = =speed_wall
|
||||
speed_wall_x = =speed_wall
|
||||
speed_layer_0 = 20
|
||||
top_bottom_thickness = =wall_thickness
|
||||
wall_thickness = =line_width * 2
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 15
|
||||
|
||||
jerk_print = 30
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -35,5 +35,4 @@ speed_wall_0 = =speed_wall
|
|||
speed_wall_x = =speed_wall
|
||||
speed_layer_0 = 20
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 0.8
|
|
@ -18,8 +18,7 @@ speed_wall = =speed_print
|
|||
speed_wall_0 = =speed_wall
|
||||
speed_wall_x = =speed_wall
|
||||
speed_layer_0 = 20
|
||||
top_bottom_thickness = =wall_thickness
|
||||
wall_thickness = =line_width * 2
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 15
|
||||
|
||||
jerk_print = 30
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -13,5 +13,4 @@ variant = AA 0.4
|
|||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
wall_thickness = =wall_line_width * 3
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
|
@ -35,5 +35,4 @@ speed_wall_0 = =speed_wall
|
|||
speed_wall_x = =speed_wall
|
||||
speed_layer_0 = 20
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
top_bottom_thickness = =wall_thickness
|
||||
top_bottom_thickness = 0.8
|
|
@ -17,5 +17,4 @@ cool_min_layer_time = 3
|
|||
speed_wall_0 = =math.ceil(speed_print * 40 / 60)
|
||||
speed_wall_x = =math.ceil(speed_print * 80 / 60)
|
||||
speed_infill = =math.ceil(speed_print * 100 / 60)
|
||||
wall_thickness = 1
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 60)
|
||||
|
|
|
@ -18,4 +18,3 @@ infill_sparse_density = 22
|
|||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 0.88
|
||||
|
|
|
@ -21,4 +21,3 @@ speed_topbottom = =math.ceil(speed_print * 30 / 60)
|
|||
speed_travel = 150
|
||||
speed_wall = =math.ceil(speed_print * 50 / 60)
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 0.7
|
||||
|
|
|
@ -19,4 +19,3 @@ speed_layer_0 = =round(speed_print * 30 / 50)
|
|||
speed_print = 50
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 50)
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
||||
|
|
|
@ -19,4 +19,3 @@ speed_layer_0 = =round(speed_print * 30 / 50)
|
|||
speed_print = 50
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 50)
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 1.05
|
||||
|
|
|
@ -21,4 +21,3 @@ speed_topbottom = =math.ceil(speed_print * 20 / 55)
|
|||
speed_wall = =math.ceil(speed_print * 40 / 55)
|
||||
speed_wall_0 = =math.ceil(speed_print * 25 / 55)
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.59
|
||||
|
|
|
@ -19,4 +19,3 @@ speed_layer_0 = =round(speed_print * 30 / 40)
|
|||
speed_print = 40
|
||||
speed_wall_0 = =math.ceil(speed_print * 25 / 40)
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
|
|
|
@ -20,4 +20,3 @@ infill_sparse_density = 22
|
|||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 0.88
|
||||
|
|
|
@ -23,7 +23,6 @@ speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
|||
speed_travel = 150
|
||||
speed_wall = =math.ceil(speed_print * 40 / 55)
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 0.7
|
||||
speed_wall_0 = =math.ceil(speed_print * 40 / 55)
|
||||
speed_wall_x = =math.ceil(speed_print * 80 / 55)
|
||||
speed_infill = =math.ceil(speed_print * 100 / 55)
|
||||
|
|
|
@ -21,6 +21,5 @@ speed_layer_0 = =round(speed_print * 30 / 45)
|
|||
speed_print = 45
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
||||
speed_topbottom = =math.ceil(speed_print * 15 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
|
|
|
@ -21,4 +21,3 @@ speed_layer_0 = =round(speed_print * 30 / 45)
|
|||
speed_print = 45
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 1.05
|
||||
|
|
|
@ -21,4 +21,3 @@ speed_infill = =math.ceil(speed_print * 55 / 40)
|
|||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.59
|
||||
|
|
|
@ -20,4 +20,3 @@ infill_sparse_density = 20
|
|||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
|
|
|
@ -20,4 +20,3 @@ infill_sparse_density = 22
|
|||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 0.88
|
||||
|
|
|
@ -22,7 +22,6 @@ speed_print = 45
|
|||
speed_travel = 150
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 0.7
|
||||
speed_wall_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
||||
|
|
|
@ -21,6 +21,5 @@ speed_layer_0 = =round(speed_print * 30 / 45)
|
|||
speed_print = 45
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
||||
speed_topbottom = =math.ceil(speed_print * 15 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
|
|
|
@ -21,4 +21,3 @@ speed_layer_0 = =round(speed_print * 30 / 45)
|
|||
speed_print = 45
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 1.05
|
||||
|
|
|
@ -20,4 +20,3 @@ infill_sparse_density = 20
|
|||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.59
|
||||
|
|
|
@ -20,4 +20,3 @@ infill_sparse_density = 20
|
|||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
|
|
|
@ -38,4 +38,3 @@ support_infill_rate = =20 if support_enable and support_structure == 'normal' el
|
|||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.5
|
||||
wall_thickness = 1.14
|
||||
|
|
|
@ -38,4 +38,3 @@ support_infill_rate = =20 if support_enable and support_structure == 'normal' el
|
|||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.5
|
||||
wall_thickness = 1.14
|
||||
|
|
|
@ -43,4 +43,3 @@ support_pattern = lines
|
|||
support_xy_distance = 0.6
|
||||
support_z_distance = 0.22
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.14
|
||||
|
|
|
@ -43,4 +43,3 @@ support_pattern = lines
|
|||
support_xy_distance = 0.6
|
||||
support_z_distance = 0.22
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.14
|
||||
|
|
|
@ -38,4 +38,3 @@ support_infill_rate = =20 if support_enable and support_structure == 'normal' el
|
|||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
|
|
|
@ -38,4 +38,3 @@ support_infill_rate = =20 if support_enable and support_structure == 'normal' el
|
|||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
|
|
|
@ -40,5 +40,4 @@ support_pattern = lines
|
|||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1
|
||||
speed_infill = =math.ceil(speed_print * 40 / 40)
|
||||
|
|
|
@ -40,4 +40,3 @@ support_pattern = lines
|
|||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1
|
||||
|
|
|
@ -39,7 +39,6 @@ support_pattern = lines
|
|||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.06
|
||||
speed_wall_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
|
|
|
@ -38,4 +38,3 @@ support_pattern = lines
|
|||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.06
|
||||
|
|
|
@ -44,5 +44,4 @@ support_top_distance = 0.55
|
|||
support_xy_distance = 0.7
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
speed_infill = =math.ceil(speed_print * 55 / 55)
|
||||
|
|
|
@ -42,4 +42,3 @@ support_pattern = lines
|
|||
support_xy_distance = 0.7
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
|
|
|
@ -43,4 +43,3 @@ support_top_distance = 0.5
|
|||
support_xy_distance = 0.75
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.4
|
||||
|
|
|
@ -43,4 +43,3 @@ support_top_distance = 0.5
|
|||
support_xy_distance = 0.75
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.4
|
||||
|
|
|
@ -34,6 +34,5 @@ support_enable = True
|
|||
support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.19
|
||||
wall_thickness = 0.88
|
||||
speed_topbottom = =math.ceil(speed_print * 15 / 30)
|
||||
speed_infill = =math.ceil(speed_print * 80 / 30)
|
||||
|
|
|
@ -34,4 +34,3 @@ support_enable = True
|
|||
support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.19
|
||||
wall_thickness = 0.88
|
||||
|
|
|
@ -35,6 +35,5 @@ support_enable = True
|
|||
support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.19
|
||||
wall_thickness = 1.2
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
|
|
|
@ -35,4 +35,3 @@ support_enable = True
|
|||
support_infill_rate = =20 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.19
|
||||
wall_thickness = 1.2
|
||||
|
|
|
@ -41,5 +41,4 @@ support_line_distance = 3.5333
|
|||
support_pattern = lines
|
||||
support_z_distance = 0.21
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.06
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
|
|
|
@ -41,4 +41,3 @@ support_line_distance = 3.5333
|
|||
support_pattern = lines
|
||||
support_z_distance = 0.21
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.06
|
||||
|
|
|
@ -35,4 +35,3 @@ support_infill_rate = =20 if support_enable and support_structure == 'normal' el
|
|||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 2.0
|
||||
wall_thickness = 2.1
|
||||
|
|
|
@ -35,4 +35,3 @@ support_infill_rate = =20 if support_enable and support_structure == 'normal' el
|
|||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
|
|
|
@ -64,6 +64,5 @@ support_xy_distance_overhang = =wall_line_width_0
|
|||
support_z_distance = =layer_height * 2
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_thickness = 0.76
|
||||
speed_wall_x = =math.ceil(speed_print * 25 / 25)
|
||||
speed_infill = =math.ceil(speed_print * 25 / 25)
|
||||
|
|
|
@ -64,4 +64,3 @@ support_xy_distance_overhang = =wall_line_width_0
|
|||
support_z_distance = =layer_height * 2
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_thickness = 0.76
|
||||
|
|
|
@ -64,4 +64,3 @@ support_z_distance = =layer_height * 2
|
|||
top_bottom_thickness = 1.1
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_thickness = 1.14
|
||||
|
|
|
@ -64,6 +64,5 @@ support_z_distance = =layer_height * 2
|
|||
top_bottom_thickness = 1.1
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_thickness = 1.14
|
||||
speed_wall_x = =math.ceil(speed_print * 25 / 25)
|
||||
speed_infill = =math.ceil(speed_print * 25 / 25)
|
||||
|
|
|
@ -64,4 +64,3 @@ support_z_distance = =layer_height * 2
|
|||
top_bottom_thickness = 1.5
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_thickness = 1.52
|
||||
|
|
|
@ -64,4 +64,3 @@ support_z_distance = =layer_height * 2
|
|||
top_bottom_thickness = 1.5
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_thickness = 1.52
|
||||
|
|
|
@ -39,5 +39,4 @@ support_infill_rate = =25 if support_enable and support_structure == 'normal' el
|
|||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 0.88
|
||||
speed_infill = =math.ceil(speed_print * 40 / 40)
|
||||
|
|
|
@ -37,4 +37,3 @@ support_infill_rate = =25 if support_enable and support_structure == 'normal' el
|
|||
support_xy_distance = 0.65
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.05
|
||||
|
|
|
@ -40,5 +40,4 @@ support_infill_rate = =25 if support_enable and support_structure == 'normal' el
|
|||
support_xy_distance = 0.7
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.14
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
|
|
|
@ -20,4 +20,3 @@ infill_sparse_density = 20
|
|||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 0.88
|
||||
|
|
|
@ -18,7 +18,6 @@ cool_min_layer_time_fan_speed_max = 15
|
|||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 0.7
|
||||
speed_print = 55
|
||||
speed_travel = 150
|
||||
speed_layer_0 = =round(speed_print * 30 / 55)
|
||||
|
|
|
@ -18,7 +18,6 @@ cool_min_layer_time_fan_speed_max = 15
|
|||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
||||
speed_print = 45
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
|
|
|
@ -18,7 +18,6 @@ cool_min_layer_time_fan_speed_max = 15
|
|||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 1.05
|
||||
speed_print = 45
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
|
|
|
@ -21,4 +21,3 @@ speed_infill = =math.ceil(speed_print * 55 / 40)
|
|||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.59
|
||||
|
|
|
@ -20,4 +20,3 @@ infill_sparse_density = 20
|
|||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
|
|
|
@ -20,5 +20,4 @@ infill_sparse_density = 20
|
|||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 0.88
|
||||
retraction_combing_max_distance = 50
|
|
@ -24,7 +24,6 @@ speed_print = 45
|
|||
speed_travel = 150
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 0.7
|
||||
speed_wall_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
||||
|
|
|
@ -23,6 +23,5 @@ speed_layer_0 = =round(speed_print * 30 / 45)
|
|||
speed_print = 45
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
||||
speed_topbottom = =math.ceil(speed_print * 15 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
|
@ -23,4 +23,3 @@ speed_layer_0 = =round(speed_print * 30 / 45)
|
|||
speed_print = 45
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 1.05
|
|
@ -22,4 +22,3 @@ retraction_prime_speed = =retraction_speed
|
|||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.59
|
||||
|
|
|
@ -20,5 +20,4 @@ infill_sparse_density = 20
|
|||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
retraction_combing_max_distance = 50
|
|
@ -39,4 +39,3 @@ support_infill_rate = =0 if support_enable and support_structure == 'tree' else
|
|||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.5
|
||||
wall_thickness = 1.14
|
|
@ -39,4 +39,3 @@ support_infill_rate = =0 if support_enable and support_structure == 'tree' else
|
|||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.5
|
||||
wall_thickness = 1.14
|
|
@ -43,4 +43,3 @@ support_pattern = lines
|
|||
support_xy_distance = 0.6
|
||||
support_z_distance = 0.22
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.14
|
|
@ -43,4 +43,3 @@ support_pattern = lines
|
|||
support_xy_distance = 0.6
|
||||
support_z_distance = 0.22
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.14
|
|
@ -37,5 +37,4 @@ support_infill_rate = =0 if support_enable and support_structure == 'tree' else
|
|||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
retraction_combing_max_distance = 50
|
|
@ -37,5 +37,4 @@ support_infill_rate = =0 if support_enable and support_structure == 'tree' else
|
|||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
retraction_combing_max_distance = 50
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue