mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00
Merge branch 'Update_CPE_settings_UM2C'
This commit is contained in:
commit
dfe4185f1e
@ -27,3 +27,4 @@ speed_wall_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
retraction_combing_max_distance = 50
|
||||
|
@ -24,3 +24,4 @@ top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
||||
speed_topbottom = =math.ceil(speed_print * 15 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
||||
retraction_combing_max_distance = 50
|
||||
|
@ -22,3 +22,4 @@ speed_print = 45
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 1.05
|
||||
retraction_combing_max_distance = 50
|
||||
|
Loading…
x
Reference in New Issue
Block a user