mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 19:15:55 +08:00
Merge branch 'master' of https://github.com/Eryone/Cura into Eryone-master
This commit is contained in:
commit
296e125f18
@ -14,7 +14,7 @@ global_quality = True
|
|||||||
acceleration_print = 1500
|
acceleration_print = 1500
|
||||||
acceleration_travel = 3000
|
acceleration_travel = 3000
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
initial_layer_line_width_factor = 110.0
|
initial_layer_line_width_factor = 100.0
|
||||||
layer_height = 0.25
|
layer_height = 0.25
|
||||||
layer_height_0 = =layer_height
|
layer_height_0 = =layer_height
|
||||||
material_bed_temperature = =default_material_bed_temperature
|
material_bed_temperature = =default_material_bed_temperature
|
||||||
@ -28,6 +28,6 @@ speed_topbottom = =math.ceil(speed_print * 40 / 60)
|
|||||||
speed_travel = =speed_print if magic_spiralize else 150
|
speed_travel = =speed_print if magic_spiralize else 150
|
||||||
speed_wall_x = =math.ceil(speed_print * 80 / 60)
|
speed_wall_x = =math.ceil(speed_print * 80 / 60)
|
||||||
speed_z_hop = =math.ceil(speed_print * 30 / 60)
|
speed_z_hop = =math.ceil(speed_print * 30 / 60)
|
||||||
top_layers = 5
|
top_layers = 4
|
||||||
bottom_layers = 3
|
bottom_layers = 2
|
||||||
wall_line_count = 2
|
wall_line_count = 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user