mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 15:21:15 -07:00
Moved some setting functions back to definitions
CURA-3018
This commit is contained in:
parent
1e54fcda82
commit
510c988c43
3 changed files with 3 additions and 6 deletions
|
|
@ -12,15 +12,12 @@ brim_width = 7
|
|||
machine_nozzle_cool_down_speed = 0.9
|
||||
raft_acceleration = =acceleration_print
|
||||
raft_airgap = 0.3
|
||||
raft_base_speed = =0.75 * raft_speed
|
||||
raft_base_thickness = =resolveOrValue('layer_height_0') * 1.2
|
||||
raft_interface_line_spacing = =raft_interface_line_width + 0.2
|
||||
raft_interface_line_width = =line_width * 2
|
||||
raft_interface_speed = =raft_speed * 0.75
|
||||
raft_interface_thickness = =layer_height * 1.5
|
||||
raft_jerk = =jerk_print
|
||||
raft_margin = 15
|
||||
raft_speed = =speed_print / 60 * 30
|
||||
raft_surface_layers = 2
|
||||
retraction_amount = 6.5
|
||||
retraction_count_max = 25
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ speed_layer_0 = 20
|
|||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||
support_bottom_height = =layer_height * 2
|
||||
support_bottom_stair_step_height = =layer_height
|
||||
raft_interface_speed = 20
|
||||
raft_base_speed = 20
|
||||
support_infill_rate = 25
|
||||
support_interface_enable = True
|
||||
support_join_distance = 3
|
||||
|
|
@ -23,4 +25,5 @@ support_line_width = =round(line_width * 0.4 / 0.35, 2)
|
|||
support_offset = 3
|
||||
support_xy_distance = =wall_line_width_0 * 3
|
||||
support_xy_distance_overhang = =wall_line_width_0 / 2
|
||||
raft_speed = 25
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue