mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
Moved some setting functions back to definitions
CURA-3018
This commit is contained in:
parent
1e54fcda82
commit
510c988c43
@ -109,15 +109,12 @@
|
|||||||
"multiple_mesh_overlap": { "value": "0" },
|
"multiple_mesh_overlap": { "value": "0" },
|
||||||
"prime_tower_enable": { "value": "True" },
|
"prime_tower_enable": { "value": "True" },
|
||||||
"raft_airgap": { "value": "0" },
|
"raft_airgap": { "value": "0" },
|
||||||
"raft_base_speed": { "value": "20" },
|
|
||||||
"raft_base_thickness": { "value": "0.3" },
|
"raft_base_thickness": { "value": "0.3" },
|
||||||
"raft_interface_line_spacing": { "value": "0.5" },
|
"raft_interface_line_spacing": { "value": "0.5" },
|
||||||
"raft_interface_line_width": { "value": "0.5" },
|
"raft_interface_line_width": { "value": "0.5" },
|
||||||
"raft_interface_speed": { "value": "20" },
|
|
||||||
"raft_interface_thickness": { "value": "0.2" },
|
"raft_interface_thickness": { "value": "0.2" },
|
||||||
"raft_jerk": { "value": "jerk_layer_0" },
|
"raft_jerk": { "value": "jerk_layer_0" },
|
||||||
"raft_margin": { "value": "10" },
|
"raft_margin": { "value": "10" },
|
||||||
"raft_speed": { "value": "25" },
|
|
||||||
"raft_surface_layers": { "value": "1" },
|
"raft_surface_layers": { "value": "1" },
|
||||||
"retraction_amount": { "value": "2" },
|
"retraction_amount": { "value": "2" },
|
||||||
"retraction_count_max": { "value": "10" },
|
"retraction_count_max": { "value": "10" },
|
||||||
|
@ -12,15 +12,12 @@ brim_width = 7
|
|||||||
machine_nozzle_cool_down_speed = 0.9
|
machine_nozzle_cool_down_speed = 0.9
|
||||||
raft_acceleration = =acceleration_print
|
raft_acceleration = =acceleration_print
|
||||||
raft_airgap = 0.3
|
raft_airgap = 0.3
|
||||||
raft_base_speed = =0.75 * raft_speed
|
|
||||||
raft_base_thickness = =resolveOrValue('layer_height_0') * 1.2
|
raft_base_thickness = =resolveOrValue('layer_height_0') * 1.2
|
||||||
raft_interface_line_spacing = =raft_interface_line_width + 0.2
|
raft_interface_line_spacing = =raft_interface_line_width + 0.2
|
||||||
raft_interface_line_width = =line_width * 2
|
raft_interface_line_width = =line_width * 2
|
||||||
raft_interface_speed = =raft_speed * 0.75
|
|
||||||
raft_interface_thickness = =layer_height * 1.5
|
raft_interface_thickness = =layer_height * 1.5
|
||||||
raft_jerk = =jerk_print
|
raft_jerk = =jerk_print
|
||||||
raft_margin = 15
|
raft_margin = 15
|
||||||
raft_speed = =speed_print / 60 * 30
|
|
||||||
raft_surface_layers = 2
|
raft_surface_layers = 2
|
||||||
retraction_amount = 6.5
|
retraction_amount = 6.5
|
||||||
retraction_count_max = 25
|
retraction_count_max = 25
|
||||||
|
@ -16,6 +16,8 @@ speed_layer_0 = 20
|
|||||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||||
support_bottom_height = =layer_height * 2
|
support_bottom_height = =layer_height * 2
|
||||||
support_bottom_stair_step_height = =layer_height
|
support_bottom_stair_step_height = =layer_height
|
||||||
|
raft_interface_speed = 20
|
||||||
|
raft_base_speed = 20
|
||||||
support_infill_rate = 25
|
support_infill_rate = 25
|
||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
support_join_distance = 3
|
support_join_distance = 3
|
||||||
@ -23,4 +25,5 @@ support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
|||||||
support_offset = 3
|
support_offset = 3
|
||||||
support_xy_distance = =wall_line_width_0 * 3
|
support_xy_distance = =wall_line_width_0 * 3
|
||||||
support_xy_distance_overhang = =wall_line_width_0 / 2
|
support_xy_distance_overhang = =wall_line_width_0 / 2
|
||||||
|
raft_speed = 25
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user