mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
* Fix z distance Method PVA from 0.4 to 0 and interface line width from 0.25mm to 0.4mm
* Set seam position to sharpest corner + smart hiding (all Ultimaker machines, [not affecting Method machines, was already set to this]) * Enable Use support towers for Method supports materials and all Ultimaker materials, disable for Method model materials. * Interface support horizontal expansion: 0mm for all Method support materials PP-504
This commit is contained in:
parent
bf203bf9ce
commit
bc95ae1009
103 changed files with 20 additions and 181 deletions
|
@ -50,7 +50,6 @@ support_line_width = 0.35
|
|||
support_material_flow = 90
|
||||
support_roof_density = 82
|
||||
support_roof_line_width = 0.4
|
||||
support_use_towers = True
|
||||
support_xy_distance = 0.3
|
||||
support_xy_distance_overhang = 0.25
|
||||
support_z_distance = 0.15
|
||||
|
|
|
@ -55,7 +55,6 @@ support_roof_density = 85
|
|||
support_roof_wall_count = 1
|
||||
support_supported_skin_fan_speed = 60.0
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = False
|
||||
support_xy_distance = 0.35
|
||||
support_xy_distance_overhang = 0.25
|
||||
support_xy_overrides_z = xy_overrides_z
|
||||
|
|
|
@ -52,7 +52,6 @@ support_material_flow = =0.85*material_flow
|
|||
support_roof_density = 85
|
||||
support_supported_skin_fan_speed = 60.0
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = False
|
||||
support_xy_distance = 0.35
|
||||
support_xy_distance_overhang = 0.25
|
||||
support_xy_overrides_z = xy_overrides_z
|
||||
|
|
|
@ -38,7 +38,6 @@ support_bottom_stair_step_height = 0
|
|||
support_infill_rate = 12.0
|
||||
support_line_width = =line_width * 0.75
|
||||
support_roof_density = 85
|
||||
support_use_towers = True
|
||||
support_xy_distance = 0.3
|
||||
support_z_distance = 0.25
|
||||
|
||||
|
|
|
@ -55,7 +55,6 @@ support_roof_density = 85
|
|||
support_roof_wall_count = 1
|
||||
support_supported_skin_fan_speed = 60.0
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = False
|
||||
support_xy_distance = 0.35
|
||||
support_xy_distance_overhang = 0.25
|
||||
support_xy_overrides_z = xy_overrides_z
|
||||
|
|
|
@ -52,7 +52,6 @@ support_material_flow = =0.85*material_flow
|
|||
support_roof_density = 85
|
||||
support_supported_skin_fan_speed = 60.0
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = False
|
||||
support_xy_distance = 0.35
|
||||
support_xy_distance_overhang = 0.25
|
||||
support_xy_overrides_z = xy_overrides_z
|
||||
|
|
|
@ -56,14 +56,14 @@ support_conical_min_width = 20
|
|||
support_fan_enable = False
|
||||
support_infill_density_multiplier_initial_layer = 2
|
||||
support_infill_rate = 12
|
||||
support_interface_offset = 1
|
||||
support_interface_offset = 0
|
||||
support_interface_wall_count = 2
|
||||
support_offset = 1.8
|
||||
support_pattern = grid
|
||||
support_roof_density = 95
|
||||
support_roof_height = =layer_height*8
|
||||
support_roof_line_width = 0.25
|
||||
support_top_distance = 0.4
|
||||
support_roof_line_width = 0.4
|
||||
support_use_towers = True
|
||||
switch_extruder_extra_prime_amount = 1
|
||||
switch_extruder_retraction_amount = 2.5
|
||||
switch_extruder_retraction_speeds = 3
|
||||
|
|
|
@ -32,10 +32,11 @@ support_conical_angle = 20
|
|||
support_conical_enabled = True
|
||||
support_conical_min_width = 20
|
||||
support_fan_enable = False
|
||||
support_interface_offset = 1
|
||||
support_interface_offset = 0
|
||||
support_interface_wall_count = 2
|
||||
support_offset = 1.8
|
||||
support_roof_height = =5*layer_height
|
||||
support_roof_line_width = 0.25
|
||||
support_use_towers = True
|
||||
support_xy_distance_overhang = 0.15
|
||||
|
||||
|
|
|
@ -36,8 +36,9 @@ support_conical_angle = 20
|
|||
support_conical_enabled = True
|
||||
support_conical_min_width = 20
|
||||
support_fan_enable = False
|
||||
support_interface_offset = 1
|
||||
support_interface_offset = 0
|
||||
support_interface_wall_count = 2
|
||||
support_offset = 0.8
|
||||
support_roof_height = =5*layer_height
|
||||
support_use_towers = True
|
||||
|
||||
|
|
|
@ -50,7 +50,6 @@ support_line_width = 0.35
|
|||
support_material_flow = 90
|
||||
support_roof_density = 82
|
||||
support_roof_line_width = 0.4
|
||||
support_use_towers = True
|
||||
support_xy_distance = 0.3
|
||||
support_xy_distance_overhang = 0.25
|
||||
support_z_distance = 0.15
|
||||
|
|
|
@ -55,7 +55,6 @@ support_roof_density = 85
|
|||
support_roof_wall_count = 1
|
||||
support_supported_skin_fan_speed = 60.0
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = False
|
||||
support_xy_distance = 0.35
|
||||
support_xy_distance_overhang = 0.25
|
||||
support_xy_overrides_z = xy_overrides_z
|
||||
|
|
|
@ -52,7 +52,6 @@ support_material_flow = =0.85*material_flow
|
|||
support_roof_density = 85
|
||||
support_supported_skin_fan_speed = 60.0
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = False
|
||||
support_xy_distance = 0.35
|
||||
support_xy_distance_overhang = 0.25
|
||||
support_xy_overrides_z = xy_overrides_z
|
||||
|
|
|
@ -38,7 +38,6 @@ support_bottom_stair_step_height = 0
|
|||
support_infill_rate = 12.0
|
||||
support_line_width = =line_width * 0.75
|
||||
support_roof_density = 85
|
||||
support_use_towers = True
|
||||
support_xy_distance = 0.3
|
||||
support_z_distance = 0.25
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue