mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Merge branch 'Eryone-master'
This commit is contained in:
commit
e2337ac3d6
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue