Updates PLA 0.8 S5

2 mistakes in previous pull request
This commit is contained in:
Kristel88 2018-05-03 14:39:06 +02:00
parent 352cb9184c
commit 3671296860
2 changed files with 2 additions and 4 deletions

View File

@ -24,8 +24,6 @@ speed_layer_0 = 20
speed_topbottom = =math.ceil(speed_print * 30 / 50)
speed_wall = =math.ceil(speed_print * 30 / 50)
jerk_travel = 50
infill_pattern = zigzag
speed_infill = =math.ceil(speed_print * 40 / 50)
prime_tower_purge_volume = 1

View File

@ -16,8 +16,8 @@ cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
cool_fan_speed_max = =100
cool_min_speed = 2
gradual_infill_step_height = =3 * layer_height
infill_pattern = triangles = =round(line_width * 0.65 / 0.75, 2)
infill_pattern = cubic
infill_line_width = =round(line_width * 0.65 / 0.75, 2)
infill_pattern = triangles
line_width = =machine_nozzle_size * 0.9375
machine_nozzle_cool_down_speed = 0.75
machine_nozzle_heat_up_speed = 1.6