mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Merge branch 'UM2plus-profile-speed-issues' of github.com:Ultimaker/Cura
This commit is contained in:
commit
f73dabdc3f
3 changed files with 5 additions and 5 deletions
|
@ -41,4 +41,4 @@ support_xy_distance = 0.6
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
wall_thickness = 1
|
wall_thickness = 1
|
||||||
speed_infill = =math.ceil(speed_print * 80 / 40)
|
speed_infill = =math.ceil(speed_print * 40 / 40)
|
||||||
|
|
|
@ -40,6 +40,6 @@ support_xy_distance = 0.6
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
top_bottom_thickness = 0.75
|
top_bottom_thickness = 0.75
|
||||||
wall_thickness = 1.06
|
wall_thickness = 1.06
|
||||||
speed_wall_0 = =math.ceil(speed_print * 40 / 45)
|
speed_wall_0 = =math.ceil(speed_print * 30 / 45)
|
||||||
speed_wall_x = =math.ceil(speed_print * 80 / 45)
|
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
||||||
speed_infill = =math.ceil(speed_print * 100 / 45)
|
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||||
|
|
|
@ -40,4 +40,4 @@ support_xy_distance = 0.6
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
top_bottom_thickness = 1.2
|
top_bottom_thickness = 1.2
|
||||||
wall_thickness = 0.88
|
wall_thickness = 0.88
|
||||||
speed_infill = =math.ceil(speed_print * 80 / 40)
|
speed_infill = =math.ceil(speed_print * 40 / 40)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue