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:
Paul Kuiper 2024-07-15 15:01:44 +02:00
parent bb04c3bf4c
commit bf594faa1a
8 changed files with 34 additions and 7 deletions

View File

@ -365,7 +365,7 @@
"retraction_hop": { "value": 0.4 }, "retraction_hop": { "value": 0.4 },
"retraction_hop_enabled": { "value": true }, "retraction_hop_enabled": { "value": true },
"retraction_hop_only_when_collides": { "value": false }, "retraction_hop_only_when_collides": { "value": false },
"retraction_min_travel": { "value": "0.6 if extruder_nr == support_extruder_nr else 5" }, "retraction_min_travel": { "value": "0.6" },
"retraction_prime_speed": { "value": "retraction_speed" }, "retraction_prime_speed": { "value": "retraction_speed" },
"retraction_speed": { "value": 5 }, "retraction_speed": { "value": 5 },
"roofing_layer_count": { "value": 2 }, "roofing_layer_count": { "value": 2 },
@ -394,24 +394,23 @@
"support_angle": { "value": 40 }, "support_angle": { "value": 40 },
"support_bottom_height": { "value": "2*support_infill_sparse_thickness" }, "support_bottom_height": { "value": "2*support_infill_sparse_thickness" },
"support_bottom_material_flow": { "value": "material_flow" }, "support_bottom_material_flow": { "value": "material_flow" },
"support_bottom_wall_count": { "value": "0 if extruder_nr == support_extruder_nr else support_wall_count" }, "support_bottom_wall_count": { "value": "0" },
"support_brim_enable": { "value": false }, "support_brim_enable": { "value": false },
"support_conical_min_width": { "value": 10 }, "support_conical_min_width": { "value": 10 },
"support_enable": { "value": true }, "support_enable": { "value": true },
"support_extruder_nr": { "value": "int(anyExtruderWithMaterial('material_is_support_material'))" }, "support_extruder_nr": { "value": "int(anyExtruderWithMaterial('material_is_support_material'))" },
"support_fan_enable": { "value": "true if extruder_nr == support_extruder_nr else false" }, "support_fan_enable": { "value": "True" },
"support_infill_rate": { "value": 20.0 }, "support_infill_rate": { "value": 20.0 },
"support_infill_sparse_thickness": { "value": "layer_height" }, "support_infill_sparse_thickness": { "value": "layer_height" },
"support_interface_enable": { "value": true }, "support_interface_enable": { "value": true },
"support_interface_height": { "value": "4*support_infill_sparse_thickness" }, "support_interface_height": { "value": "4*support_infill_sparse_thickness" },
"support_interface_material_flow": { "value": "material_flow" }, "support_interface_material_flow": { "value": "material_flow" },
"support_interface_offset": { "value": "0.8" },
"support_interface_pattern": { "value": "'lines'" }, "support_interface_pattern": { "value": "'lines'" },
"support_interface_wall_count": { "value": "1 if extruder_nr == support_extruder_nr else 2" }, "support_interface_wall_count": { "value": "1" },
"support_material_flow": { "value": "material_flow" }, "support_material_flow": { "value": "material_flow" },
"support_offset": { "value": "1.8 if extruder_nr == support_extruder_nr else 0.8" }, "support_offset": { "value": "1.8" },
"support_pattern": { "value": "'lines'" }, "support_pattern": { "value": "'lines'" },
"support_roof_height": { "value": "4*layer_height if extruder_nr == support_extruder_nr else 5*layer_height" }, "support_roof_height": { "value": "4*layer_height" },
"support_roof_material_flow": { "value": "material_flow" }, "support_roof_material_flow": { "value": "material_flow" },
"support_supported_skin_fan_speed": { "value": "cool_fan_speed_max" }, "support_supported_skin_fan_speed": { "value": "cool_fan_speed_max" },
"support_wall_count": { "value": "2 if support_conical_enabled or support_structure == 'tree' else 0" }, "support_wall_count": { "value": "2 if support_conical_enabled or support_structure == 'tree' else 0" },

View File

@ -34,6 +34,7 @@ raft_surface_line_spacing = 0.44
raft_surface_speed = 20 raft_surface_speed = 20
raft_surface_thickness = 0.27 raft_surface_thickness = 0.27
raft_surface_z_offset = -0.075 raft_surface_z_offset = -0.075
retraction_min_travel = 5
retraction_speed = 1.75 retraction_speed = 1.75
speed_layer_0 = 10 speed_layer_0 = 10
speed_prime_tower = 10 speed_prime_tower = 10
@ -48,6 +49,7 @@ speed_wall_x = =speed_print
support_angle = 50 support_angle = 50
support_bottom_density = 99 support_bottom_density = 99
support_bottom_line_width = 1.2 support_bottom_line_width = 1.2
support_bottom_wall_count = =support_wall_count
support_conical_angle = 20 support_conical_angle = 20
support_conical_enabled = True support_conical_enabled = True
support_conical_min_width = 20 support_conical_min_width = 20
@ -55,6 +57,8 @@ support_fan_enable = False
support_infill_density_multiplier_initial_layer = 2 support_infill_density_multiplier_initial_layer = 2
support_infill_rate = 12 support_infill_rate = 12
support_interface_offset = 1 support_interface_offset = 1
support_interface_wall_count = 2
support_offset = 1.8
support_pattern = grid support_pattern = grid
support_roof_density = 95 support_roof_density = 95
support_roof_height = =layer_height*8 support_roof_height = =layer_height*8

View File

@ -34,6 +34,7 @@ raft_surface_line_spacing = 0.44
raft_surface_speed = 20 raft_surface_speed = 20
raft_surface_thickness = 0.27 raft_surface_thickness = 0.27
raft_surface_z_offset = -0.075 raft_surface_z_offset = -0.075
retraction_min_travel = 5
retraction_speed = 1.75 retraction_speed = 1.75
speed_layer_0 = 10 speed_layer_0 = 10
speed_prime_tower = 10 speed_prime_tower = 10
@ -48,6 +49,7 @@ speed_wall_x = =speed_print
support_angle = 50 support_angle = 50
support_bottom_density = 99 support_bottom_density = 99
support_bottom_line_width = 1.2 support_bottom_line_width = 1.2
support_bottom_wall_count = =support_wall_count
support_conical_angle = 20 support_conical_angle = 20
support_conical_enabled = True support_conical_enabled = True
support_conical_min_width = 20 support_conical_min_width = 20
@ -55,6 +57,8 @@ support_fan_enable = False
support_infill_density_multiplier_initial_layer = 2 support_infill_density_multiplier_initial_layer = 2
support_infill_rate = 12 support_infill_rate = 12
support_interface_offset = 1 support_interface_offset = 1
support_interface_wall_count = 2
support_offset = 1.8
support_pattern = grid support_pattern = grid
support_roof_density = 95 support_roof_density = 95
support_roof_height = =layer_height*8 support_roof_height = =layer_height*8

View File

@ -17,6 +17,7 @@ cool_fan_enabled = False
cool_min_temperature = =material_print_temperature cool_min_temperature = =material_print_temperature
raft_airgap = 0.0 raft_airgap = 0.0
retract_at_layer_change = True retract_at_layer_change = True
retraction_min_travel = 5
speed_prime_tower = 25.0 speed_prime_tower = 25.0
speed_print = 50 speed_print = 50
speed_roofing = =speed_print speed_roofing = =speed_print
@ -32,6 +33,9 @@ support_conical_enabled = True
support_conical_min_width = 20 support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_interface_offset = 1 support_interface_offset = 1
support_interface_wall_count = 2
support_offset = 1.8
support_roof_height = =5*layer_height
support_roof_line_width = 0.25 support_roof_line_width = 0.25
support_xy_distance_overhang = 0.15 support_xy_distance_overhang = 0.15

View File

@ -21,6 +21,7 @@ raft_interface_speed = 70
raft_surface_speed = 90 raft_surface_speed = 90
retract_at_layer_change = True retract_at_layer_change = True
retraction_amount = 0.5 retraction_amount = 0.5
retraction_min_travel = 5
speed_prime_tower = 25.0 speed_prime_tower = 25.0
speed_print = 50 speed_print = 50
speed_roofing = =speed_print speed_roofing = =speed_print
@ -36,4 +37,7 @@ support_conical_enabled = True
support_conical_min_width = 20 support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_interface_offset = 1 support_interface_offset = 1
support_interface_wall_count = 2
support_offset = 0.8
support_roof_height = =5*layer_height

View File

@ -34,6 +34,7 @@ raft_surface_line_spacing = 0.44
raft_surface_speed = 20 raft_surface_speed = 20
raft_surface_thickness = 0.27 raft_surface_thickness = 0.27
raft_surface_z_offset = -0.075 raft_surface_z_offset = -0.075
retraction_min_travel = 5
retraction_speed = 1.75 retraction_speed = 1.75
speed_layer_0 = 10 speed_layer_0 = 10
speed_prime_tower = 10 speed_prime_tower = 10
@ -48,6 +49,7 @@ speed_wall_x = =speed_print
support_angle = 50 support_angle = 50
support_bottom_density = 99 support_bottom_density = 99
support_bottom_line_width = 1.2 support_bottom_line_width = 1.2
support_bottom_wall_count = =support_wall_count
support_conical_angle = 20 support_conical_angle = 20
support_conical_enabled = True support_conical_enabled = True
support_conical_min_width = 20 support_conical_min_width = 20
@ -55,6 +57,8 @@ support_fan_enable = False
support_infill_density_multiplier_initial_layer = 2 support_infill_density_multiplier_initial_layer = 2
support_infill_rate = 12 support_infill_rate = 12
support_interface_offset = 1 support_interface_offset = 1
support_interface_wall_count = 2
support_offset = 1.8
support_pattern = grid support_pattern = grid
support_roof_density = 95 support_roof_density = 95
support_roof_height = =layer_height*8 support_roof_height = =layer_height*8

View File

@ -17,6 +17,7 @@ cool_fan_enabled = False
cool_min_temperature = =material_print_temperature cool_min_temperature = =material_print_temperature
raft_airgap = 0.0 raft_airgap = 0.0
retract_at_layer_change = True retract_at_layer_change = True
retraction_min_travel = 5
speed_prime_tower = 25.0 speed_prime_tower = 25.0
speed_print = 50 speed_print = 50
speed_roofing = =speed_print speed_roofing = =speed_print
@ -32,6 +33,9 @@ support_conical_enabled = True
support_conical_min_width = 20 support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_interface_offset = 1 support_interface_offset = 1
support_interface_wall_count = 2
support_offset = 1.8
support_roof_height = =5*layer_height
support_roof_line_width = 0.25 support_roof_line_width = 0.25
support_xy_distance_overhang = 0.15 support_xy_distance_overhang = 0.15

View File

@ -21,6 +21,7 @@ raft_interface_speed = 70
raft_surface_speed = 90 raft_surface_speed = 90
retract_at_layer_change = True retract_at_layer_change = True
retraction_amount = 0.5 retraction_amount = 0.5
retraction_min_travel = 5
speed_prime_tower = 25.0 speed_prime_tower = 25.0
speed_print = 50 speed_print = 50
speed_roofing = =speed_print speed_roofing = =speed_print
@ -36,4 +37,7 @@ support_conical_enabled = True
support_conical_min_width = 20 support_conical_min_width = 20
support_fan_enable = False support_fan_enable = False
support_interface_offset = 1 support_interface_offset = 1
support_interface_wall_count = 2
support_offset = 0.8
support_roof_height = =5*layer_height