Merge branch 'Eryone-master'

This commit is contained in:
Demetrius Apostolopoulos 2021-09-23 15:09:40 -07:00
commit e2337ac3d6

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