Merge branch 'master' of https://github.com/Eryone/Cura into Eryone-master

This commit is contained in:
Demetrius Apostolopoulos 2021-09-23 15:09:03 -07:00
commit 296e125f18

View File

@ -14,7 +14,7 @@ global_quality = True
acceleration_print = 1500
acceleration_travel = 3000
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 = =layer_height
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_wall_x = =math.ceil(speed_print * 80 / 60)
speed_z_hop = =math.ceil(speed_print * 30 / 60)
top_layers = 5
bottom_layers = 3
top_layers = 4
bottom_layers = 2
wall_line_count = 2