mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
Set Support Z Distance equal to what it's at for UM3
The old value was giving a warning and the new value was better tested for UM3. We knew that this was sorta wrong. Suggested by the materials team.
This commit is contained in:
parent
9dd3527504
commit
271d4a30f0
3 changed files with 3 additions and 4 deletions
|
@ -13,7 +13,7 @@ setting_version = 1
|
|||
[values]
|
||||
support_xy_distance = 0.65
|
||||
speed_travel = 150
|
||||
support_z_distance = 0.45
|
||||
support_z_distance = =layer_height * 2
|
||||
speed_wall_x = 35
|
||||
cool_min_speed = 15
|
||||
cool_fan_speed = 60
|
||||
|
@ -37,4 +37,3 @@ speed_print = 40
|
|||
support_angle = 45
|
||||
cool_min_layer_time = 10
|
||||
raft_base_line_width = 0.8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue