mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06: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
|
@ -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