mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
raft surface thickness = layer height
To avoid flow jumps set raft surface thickness equal to the layer height. In the future we will set initial layer height to layer height as well, so no need to set this to initial layer height now. PP-243
This commit is contained in:
parent
834cc4129e
commit
071bf77ac9
@ -27,7 +27,6 @@ raft_base_line_width = 1.2
|
|||||||
raft_interface_line_spacing = 1.4
|
raft_interface_line_spacing = 1.4
|
||||||
raft_interface_line_width = 1.2
|
raft_interface_line_width = 1.2
|
||||||
raft_surface_line_width = 0.57
|
raft_surface_line_width = 0.57
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
speed_layer_0 = =round(speed_print * 30 / 50)
|
speed_layer_0 = =round(speed_print * 30 / 50)
|
||||||
speed_print = 25
|
speed_print = 25
|
||||||
speed_topbottom = =math.ceil(speed_print * 20 / 25)
|
speed_topbottom = =math.ceil(speed_print * 20 / 25)
|
||||||
|
@ -27,7 +27,6 @@ raft_base_line_width = 1.2
|
|||||||
raft_interface_line_spacing = 1.4
|
raft_interface_line_spacing = 1.4
|
||||||
raft_interface_line_width = 1.2
|
raft_interface_line_width = 1.2
|
||||||
raft_surface_line_width = 0.57
|
raft_surface_line_width = 0.57
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 35)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 35)
|
||||||
speed_print = 35
|
speed_print = 35
|
||||||
speed_topbottom = =math.ceil(speed_print * 20 / 35)
|
speed_topbottom = =math.ceil(speed_print * 20 / 35)
|
||||||
|
@ -25,7 +25,6 @@ raft_base_line_width = 1.6
|
|||||||
raft_interface_line_spacing = 1.8
|
raft_interface_line_spacing = 1.8
|
||||||
raft_interface_line_width = 1.6
|
raft_interface_line_width = 1.6
|
||||||
raft_surface_line_width = 0.7
|
raft_surface_line_width = 0.7
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
speed_layer_0 = =round(speed_print * 30 / 25)
|
speed_layer_0 = =round(speed_print * 30 / 25)
|
||||||
speed_print = 25
|
speed_print = 25
|
||||||
speed_topbottom = =math.ceil(speed_print * 20 / 25)
|
speed_topbottom = =math.ceil(speed_print * 20 / 25)
|
||||||
|
@ -25,7 +25,6 @@ raft_base_line_width = 1.6
|
|||||||
raft_interface_line_spacing = 1.8
|
raft_interface_line_spacing = 1.8
|
||||||
raft_interface_line_width = 1.6
|
raft_interface_line_width = 1.6
|
||||||
raft_surface_line_width = 0.7
|
raft_surface_line_width = 0.7
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_topbottom = =math.ceil(speed_print * 20 / 30)
|
speed_topbottom = =math.ceil(speed_print * 20 / 30)
|
||||||
|
@ -25,7 +25,6 @@ raft_base_line_width = 0.8
|
|||||||
raft_interface_line_spacing = 1
|
raft_interface_line_spacing = 1
|
||||||
raft_interface_line_width = 0.8
|
raft_interface_line_width = 0.8
|
||||||
raft_surface_line_width = 0.5
|
raft_surface_line_width = 0.5
|
||||||
raft_surface_thickness = 0.15
|
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_print = 45
|
speed_print = 45
|
||||||
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
||||||
|
@ -25,7 +25,6 @@ raft_base_line_width = 0.8
|
|||||||
raft_interface_line_spacing = 1
|
raft_interface_line_spacing = 1
|
||||||
raft_interface_line_width = 0.8
|
raft_interface_line_width = 0.8
|
||||||
raft_surface_line_width = 0.5
|
raft_surface_line_width = 0.5
|
||||||
raft_surface_thickness = 0.15
|
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_print = 45
|
speed_print = 45
|
||||||
speed_travel = 150
|
speed_travel = 150
|
||||||
|
@ -25,7 +25,6 @@ raft_base_line_width = 1.2
|
|||||||
raft_interface_line_spacing = 1.4
|
raft_interface_line_spacing = 1.4
|
||||||
raft_interface_line_width = 1.2
|
raft_interface_line_width = 1.2
|
||||||
raft_surface_line_width = 0.6
|
raft_surface_line_width = 0.6
|
||||||
raft_surface_thickness = 0.15
|
|
||||||
retraction_hop_enabled = 0.2
|
retraction_hop_enabled = 0.2
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
||||||
speed_print = 55
|
speed_print = 55
|
||||||
|
@ -25,7 +25,6 @@ raft_base_line_width = 1.2
|
|||||||
raft_interface_line_spacing = 1.4
|
raft_interface_line_spacing = 1.4
|
||||||
raft_interface_line_width = 1.2
|
raft_interface_line_width = 1.2
|
||||||
raft_surface_line_width = 0.6
|
raft_surface_line_width = 0.6
|
||||||
raft_surface_thickness = 0.15
|
|
||||||
retraction_hop_enabled = 0.2
|
retraction_hop_enabled = 0.2
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
||||||
speed_print = 55
|
speed_print = 55
|
||||||
|
@ -24,7 +24,6 @@ raft_base_line_width = 1.6
|
|||||||
raft_interface_line_spacing = 1.8
|
raft_interface_line_spacing = 1.8
|
||||||
raft_interface_line_width = 1.6
|
raft_interface_line_width = 1.6
|
||||||
raft_surface_line_width = 0.7
|
raft_surface_line_width = 0.7
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
retraction_hop_enabled = 0.2
|
retraction_hop_enabled = 0.2
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
||||||
speed_print = 55
|
speed_print = 55
|
||||||
|
@ -24,7 +24,6 @@ raft_base_line_width = 1.6
|
|||||||
raft_interface_line_spacing = 1.8
|
raft_interface_line_spacing = 1.8
|
||||||
raft_interface_line_width = 1.6
|
raft_interface_line_width = 1.6
|
||||||
raft_surface_line_width = 0.7
|
raft_surface_line_width = 0.7
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
retraction_hop_enabled = 0.2
|
retraction_hop_enabled = 0.2
|
||||||
speed_layer_0 = =round(speed_print * 30 / 55)
|
speed_layer_0 = =round(speed_print * 30 / 55)
|
||||||
speed_print = 55
|
speed_print = 55
|
||||||
|
@ -26,7 +26,6 @@ raft_base_line_width = 1.2
|
|||||||
raft_interface_line_spacing = 1.4
|
raft_interface_line_spacing = 1.4
|
||||||
raft_interface_line_width = 1.2
|
raft_interface_line_width = 1.2
|
||||||
raft_surface_line_width = 0.6
|
raft_surface_line_width = 0.6
|
||||||
raft_surface_thickness = 0.15
|
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_print = 45
|
speed_print = 45
|
||||||
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
||||||
|
@ -26,7 +26,6 @@ raft_base_line_width = 1.2
|
|||||||
raft_interface_line_spacing = 1.4
|
raft_interface_line_spacing = 1.4
|
||||||
raft_interface_line_width = 1.2
|
raft_interface_line_width = 1.2
|
||||||
raft_surface_line_width = 0.6
|
raft_surface_line_width = 0.6
|
||||||
raft_surface_thickness = 0.15
|
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_print = 45
|
speed_print = 45
|
||||||
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
||||||
|
@ -25,7 +25,6 @@ raft_base_line_width = 1.6
|
|||||||
raft_interface_line_spacing = 1.8
|
raft_interface_line_spacing = 1.8
|
||||||
raft_interface_line_width = 1.6
|
raft_interface_line_width = 1.6
|
||||||
raft_surface_line_width = 0.7
|
raft_surface_line_width = 0.7
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||||
speed_print = 40
|
speed_print = 40
|
||||||
support_angle = 45
|
support_angle = 45
|
||||||
|
@ -25,7 +25,6 @@ raft_base_line_width = 1.6
|
|||||||
raft_interface_line_spacing = 1.8
|
raft_interface_line_spacing = 1.8
|
||||||
raft_interface_line_width = 1.6
|
raft_interface_line_width = 1.6
|
||||||
raft_surface_line_width = 0.7
|
raft_surface_line_width = 0.7
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||||
speed_print = 40
|
speed_print = 40
|
||||||
support_angle = 45
|
support_angle = 45
|
||||||
|
@ -25,7 +25,6 @@ raft_base_line_width = 1.2
|
|||||||
raft_interface_line_spacing = 1.4
|
raft_interface_line_spacing = 1.4
|
||||||
raft_interface_line_width = 1.2
|
raft_interface_line_width = 1.2
|
||||||
raft_surface_line_width = 0.57
|
raft_surface_line_width = 0.57
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
retraction_combing_max_distance = 50
|
retraction_combing_max_distance = 50
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
speed_layer_0 = =round(speed_print * 30 / 50)
|
speed_layer_0 = =round(speed_print * 30 / 50)
|
||||||
|
@ -25,7 +25,6 @@ raft_base_line_width = 1.2
|
|||||||
raft_interface_line_spacing = 1.4
|
raft_interface_line_spacing = 1.4
|
||||||
raft_interface_line_width = 1.2
|
raft_interface_line_width = 1.2
|
||||||
raft_surface_line_width = 0.57
|
raft_surface_line_width = 0.57
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
retraction_combing_max_distance = 50
|
retraction_combing_max_distance = 50
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 35)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 35)
|
||||||
|
@ -24,7 +24,6 @@ raft_base_line_width = 1.6
|
|||||||
raft_interface_line_spacing = 1.8
|
raft_interface_line_spacing = 1.8
|
||||||
raft_interface_line_width = 1.6
|
raft_interface_line_width = 1.6
|
||||||
raft_surface_line_width = 0.7
|
raft_surface_line_width = 0.7
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
speed_layer_0 = =round(speed_print * 30 / 25)
|
speed_layer_0 = =round(speed_print * 30 / 25)
|
||||||
speed_print = 25
|
speed_print = 25
|
||||||
speed_topbottom = =math.ceil(speed_print * 20 / 25)
|
speed_topbottom = =math.ceil(speed_print * 20 / 25)
|
||||||
|
@ -24,7 +24,6 @@ raft_base_line_width = 1.6
|
|||||||
raft_interface_line_spacing = 1.8
|
raft_interface_line_spacing = 1.8
|
||||||
raft_interface_line_width = 1.6
|
raft_interface_line_width = 1.6
|
||||||
raft_surface_line_width = 0.7
|
raft_surface_line_width = 0.7
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_topbottom = =math.ceil(speed_print * 20 / 30)
|
speed_topbottom = =math.ceil(speed_print * 20 / 30)
|
||||||
|
@ -24,7 +24,6 @@ raft_base_line_width = 0.8
|
|||||||
raft_interface_line_spacing = 1
|
raft_interface_line_spacing = 1
|
||||||
raft_interface_line_width = 0.8
|
raft_interface_line_width = 0.8
|
||||||
raft_surface_line_width = 0.5
|
raft_surface_line_width = 0.5
|
||||||
raft_surface_thickness = 0.15
|
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_print = 45
|
speed_print = 45
|
||||||
|
@ -24,7 +24,6 @@ raft_base_line_width = 0.8
|
|||||||
raft_interface_line_spacing = 1
|
raft_interface_line_spacing = 1
|
||||||
raft_interface_line_width = 0.8
|
raft_interface_line_width = 0.8
|
||||||
raft_surface_line_width = 0.5
|
raft_surface_line_width = 0.5
|
||||||
raft_surface_thickness = 0.15
|
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_print = 45
|
speed_print = 45
|
||||||
|
@ -24,7 +24,6 @@ raft_base_line_width = 1.2
|
|||||||
raft_interface_line_spacing = 1.4
|
raft_interface_line_spacing = 1.4
|
||||||
raft_interface_line_width = 1.2
|
raft_interface_line_width = 1.2
|
||||||
raft_surface_line_width = 0.6
|
raft_surface_line_width = 0.6
|
||||||
raft_surface_thickness = 0.15
|
|
||||||
retraction_hop_enabled = 0.2
|
retraction_hop_enabled = 0.2
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
||||||
|
@ -24,7 +24,6 @@ raft_base_line_width = 1.2
|
|||||||
raft_interface_line_spacing = 1.4
|
raft_interface_line_spacing = 1.4
|
||||||
raft_interface_line_width = 1.2
|
raft_interface_line_width = 1.2
|
||||||
raft_surface_line_width = 0.6
|
raft_surface_line_width = 0.6
|
||||||
raft_surface_thickness = 0.15
|
|
||||||
retraction_hop_enabled = 0.2
|
retraction_hop_enabled = 0.2
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
||||||
|
@ -23,7 +23,6 @@ raft_base_line_width = 1.6
|
|||||||
raft_interface_line_spacing = 1.8
|
raft_interface_line_spacing = 1.8
|
||||||
raft_interface_line_width = 1.6
|
raft_interface_line_width = 1.6
|
||||||
raft_surface_line_width = 0.7
|
raft_surface_line_width = 0.7
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
retraction_hop_enabled = 0.2
|
retraction_hop_enabled = 0.2
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
||||||
speed_print = 55
|
speed_print = 55
|
||||||
|
@ -23,7 +23,6 @@ raft_base_line_width = 1.6
|
|||||||
raft_interface_line_spacing = 1.8
|
raft_interface_line_spacing = 1.8
|
||||||
raft_interface_line_width = 1.6
|
raft_interface_line_width = 1.6
|
||||||
raft_surface_line_width = 0.7
|
raft_surface_line_width = 0.7
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
retraction_hop_enabled = 0.2
|
retraction_hop_enabled = 0.2
|
||||||
speed_layer_0 = =round(speed_print * 30 / 55)
|
speed_layer_0 = =round(speed_print * 30 / 55)
|
||||||
speed_print = 55
|
speed_print = 55
|
||||||
|
@ -25,7 +25,6 @@ raft_base_line_width = 1.2
|
|||||||
raft_interface_line_spacing = 1.4
|
raft_interface_line_spacing = 1.4
|
||||||
raft_interface_line_width = 1.2
|
raft_interface_line_width = 1.2
|
||||||
raft_surface_line_width = 0.6
|
raft_surface_line_width = 0.6
|
||||||
raft_surface_thickness = 0.15
|
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_print = 45
|
speed_print = 45
|
||||||
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
||||||
|
@ -25,7 +25,6 @@ raft_base_line_width = 1.2
|
|||||||
raft_interface_line_spacing = 1.4
|
raft_interface_line_spacing = 1.4
|
||||||
raft_interface_line_width = 1.2
|
raft_interface_line_width = 1.2
|
||||||
raft_surface_line_width = 0.6
|
raft_surface_line_width = 0.6
|
||||||
raft_surface_thickness = 0.15
|
|
||||||
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_print = 45
|
speed_print = 45
|
||||||
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
||||||
|
@ -24,7 +24,6 @@ raft_base_line_width = 1.6
|
|||||||
raft_interface_line_spacing = 1.8
|
raft_interface_line_spacing = 1.8
|
||||||
raft_interface_line_width = 1.6
|
raft_interface_line_width = 1.6
|
||||||
raft_surface_line_width = 0.7
|
raft_surface_line_width = 0.7
|
||||||
raft_surface_thickness = 0.2
|
|
||||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||||
speed_print = 40
|
speed_print = 40
|
||||||
support_angle = 45
|
support_angle = 45
|
||||||
|
@ -20,7 +20,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 3)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 3)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
retraction_min_travel = 5
|
retraction_min_travel = 5
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_print = 70
|
speed_print = 70
|
||||||
|
@ -22,7 +22,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
|
@ -22,7 +22,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
|
@ -21,7 +21,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
|
@ -21,7 +21,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
speed_layer_0 = =math.ceil(speed_print * 20 / 70)
|
||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
|
@ -22,7 +22,6 @@ prime_tower_enable = True
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
support_angle = 70
|
support_angle = 70
|
||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
|
@ -23,7 +23,6 @@ prime_tower_enable = True
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
support_angle = 70
|
support_angle = 70
|
||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
|
@ -23,7 +23,6 @@ prime_tower_enable = True
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
support_angle = 70
|
support_angle = 70
|
||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
|
@ -20,7 +20,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = 0.4
|
raft_airgap = 0.4
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 3)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 3)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
retraction_min_travel = 5
|
retraction_min_travel = 5
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_print = 70
|
speed_print = 70
|
||||||
|
@ -21,7 +21,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = 0.4
|
raft_airgap = 0.4
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_layer_0 = 10
|
speed_layer_0 = 10
|
||||||
|
@ -21,7 +21,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = 0.4
|
raft_airgap = 0.4
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_layer_0 = 10
|
speed_layer_0 = 10
|
||||||
|
@ -20,7 +20,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = 0.4
|
raft_airgap = 0.4
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_layer_0 = 10
|
speed_layer_0 = 10
|
||||||
|
@ -20,7 +20,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = 0.4
|
raft_airgap = 0.4
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_layer_0 = 10
|
speed_layer_0 = 10
|
||||||
|
@ -24,7 +24,6 @@ prime_tower_enable = True
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
support_angle = 70
|
support_angle = 70
|
||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
|
@ -24,7 +24,6 @@ prime_tower_enable = True
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
support_angle = 70
|
support_angle = 70
|
||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
|
@ -24,7 +24,6 @@ prime_tower_enable = True
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
support_angle = 70
|
support_angle = 70
|
||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
|
@ -21,7 +21,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 3)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 3)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
retraction_min_travel = 5
|
retraction_min_travel = 5
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_print = 70
|
speed_print = 70
|
||||||
|
@ -21,7 +21,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = 0.4
|
raft_airgap = 0.4
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_layer_0 = 10
|
speed_layer_0 = 10
|
||||||
|
@ -21,7 +21,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = 0.4
|
raft_airgap = 0.4
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_layer_0 = 10
|
speed_layer_0 = 10
|
||||||
|
@ -20,7 +20,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = 0.4
|
raft_airgap = 0.4
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_layer_0 = 10
|
speed_layer_0 = 10
|
||||||
|
@ -20,7 +20,6 @@ ooze_shield_angle = 40
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = 0.4
|
raft_airgap = 0.4
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
skin_overlap = 50
|
skin_overlap = 50
|
||||||
speed_layer_0 = 10
|
speed_layer_0 = 10
|
||||||
|
@ -22,7 +22,6 @@ prime_tower_enable = True
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
support_angle = 70
|
support_angle = 70
|
||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
|
@ -22,7 +22,6 @@ prime_tower_enable = True
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
support_angle = 70
|
support_angle = 70
|
||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
|
@ -24,7 +24,6 @@ prime_tower_enable = True
|
|||||||
raft_acceleration = =acceleration_layer_0
|
raft_acceleration = =acceleration_layer_0
|
||||||
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
raft_airgap = =round(layer_height_0 * 0.85, 2)
|
||||||
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
raft_interface_thickness = =round(machine_nozzle_size * 0.3 / 0.4, 2)
|
||||||
raft_surface_thickness = =round(machine_nozzle_size * 0.2 / 0.4, 2)
|
|
||||||
support_angle = 70
|
support_angle = 70
|
||||||
switch_extruder_prime_speed = 30
|
switch_extruder_prime_speed = 30
|
||||||
switch_extruder_retraction_amount = 30
|
switch_extruder_retraction_amount = 30
|
||||||
|
Loading…
x
Reference in New Issue
Block a user