mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,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