mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Start the Method machines at z=20mm to prevent touching the build plate. Removed formulas containing extruder_nr from the def.json files.
PP-502
This commit is contained in:
parent
69e6c4eaa0
commit
bb04c3bf4c
39 changed files with 76 additions and 15 deletions
|
@ -51,6 +51,8 @@ speed_wall = =speed_print / 6
|
|||
speed_wall_0 = =speed_wall
|
||||
speed_wall_x = =speed_wall
|
||||
support_angle = 50.0
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_infill_angles = [45 ]
|
||||
support_infill_rate = 12
|
||||
support_interface_density = 83
|
||||
|
|
|
@ -38,6 +38,7 @@ speed_wall_0 = 45
|
|||
speed_wall_x = 65
|
||||
support_angle = 52
|
||||
support_bottom_density = 24
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_bottom_line_width = 0.6
|
||||
support_bottom_stair_step_height = 0
|
||||
|
|
|
@ -40,6 +40,8 @@ speed_wall = 25
|
|||
speed_wall_0 = 20
|
||||
support_angle = 50
|
||||
support_bottom_density = 24
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_bottom_line_width = 0.6
|
||||
support_bottom_stair_step_height = 0
|
||||
support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135]
|
||||
|
|
|
@ -41,6 +41,8 @@ speed_wall_0 = =speed_print * 1/6
|
|||
speed_wall_x = =speed_wall
|
||||
support_angle = 50
|
||||
support_bottom_density = 24
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_bottom_line_width = 0.6
|
||||
support_bottom_stair_step_height = 0
|
||||
support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135]
|
||||
|
|
|
@ -31,11 +31,14 @@ speed_wall_0 = 45
|
|||
speed_wall_x = 65
|
||||
support_angle = 50
|
||||
support_bottom_density = 24
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_bottom_line_width = 0.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
|
||||
|
||||
|
|
|
@ -51,6 +51,8 @@ speed_wall = =speed_print / 6
|
|||
speed_wall_0 = =speed_wall
|
||||
speed_wall_x = =speed_wall
|
||||
support_angle = 50.0
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_infill_angles = [45 ]
|
||||
support_infill_rate = 12
|
||||
support_interface_density = 83
|
||||
|
|
|
@ -40,6 +40,8 @@ speed_wall = 25
|
|||
speed_wall_0 = 20
|
||||
support_angle = 50
|
||||
support_bottom_density = 24
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_bottom_line_width = 0.6
|
||||
support_bottom_stair_step_height = 0
|
||||
support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135]
|
||||
|
|
|
@ -41,6 +41,8 @@ speed_wall_0 = =speed_print * 1/6
|
|||
speed_wall_x = =speed_wall
|
||||
support_angle = 50
|
||||
support_bottom_density = 24
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_bottom_line_width = 0.6
|
||||
support_bottom_stair_step_height = 0
|
||||
support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135]
|
||||
|
|
|
@ -54,11 +54,11 @@ 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_pattern = grid
|
||||
support_roof_density = 95
|
||||
support_roof_height = =layer_height*8
|
||||
support_roof_line_width = 0.25
|
||||
support_xy_distance = 0.2
|
||||
switch_extruder_extra_prime_amount = 1
|
||||
switch_extruder_retraction_amount = 2.5
|
||||
switch_extruder_retraction_speeds = 3
|
||||
|
|
|
@ -31,7 +31,7 @@ support_conical_angle = 20
|
|||
support_conical_enabled = True
|
||||
support_conical_min_width = 20
|
||||
support_fan_enable = False
|
||||
support_interface_offset = 1
|
||||
support_roof_line_width = 0.25
|
||||
support_xy_distance = 0.2
|
||||
support_xy_distance_overhang = 0.15
|
||||
|
||||
|
|
|
@ -35,5 +35,5 @@ support_conical_angle = 20
|
|||
support_conical_enabled = True
|
||||
support_conical_min_width = 20
|
||||
support_fan_enable = False
|
||||
support_xy_distance = 0.2
|
||||
support_interface_offset = 1
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ speed_wall_0 = 45
|
|||
speed_wall_x = 65
|
||||
support_angle = 52
|
||||
support_bottom_density = 24
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_bottom_line_width = 0.6
|
||||
support_bottom_stair_step_height = 0
|
||||
|
|
|
@ -40,6 +40,8 @@ speed_wall = 25
|
|||
speed_wall_0 = 20
|
||||
support_angle = 50
|
||||
support_bottom_density = 24
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_bottom_line_width = 0.6
|
||||
support_bottom_stair_step_height = 0
|
||||
support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135]
|
||||
|
|
|
@ -41,6 +41,8 @@ speed_wall_0 = =speed_print * 1/6
|
|||
speed_wall_x = =speed_wall
|
||||
support_angle = 50
|
||||
support_bottom_density = 24
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_bottom_line_width = 0.6
|
||||
support_bottom_stair_step_height = 0
|
||||
support_infill_angles = [45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135]
|
||||
|
|
|
@ -31,11 +31,14 @@ speed_wall_0 = 45
|
|||
speed_wall_x = 65
|
||||
support_angle = 50
|
||||
support_bottom_density = 24
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_bottom_line_width = 0.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
|
||||
|
||||
|
|
|
@ -51,6 +51,8 @@ speed_wall = =speed_print / 6
|
|||
speed_wall_0 = =speed_wall
|
||||
speed_wall_x = =speed_wall
|
||||
support_angle = 50.0
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_infill_angles = [45 ]
|
||||
support_infill_rate = 12
|
||||
support_interface_density = 83
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue