Update quality profiles from material research

This locks initial layer speed at 20, without scaling from the normal print speed. It also adjusts some jerk and speed of support infill.
This commit is contained in:
Ghostkeeper 2017-02-10 18:09:34 +01:00
parent 3aec36018f
commit 050f76e11d
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
16 changed files with 28 additions and 20 deletions

View file

@ -17,7 +17,7 @@ material_final_print_temperature = =material_print_temperature - 10
material_standby_temperature = 100
prime_tower_size = 17
speed_print = 60
speed_layer_0 = =round(speed_print * 30 / 60)
speed_layer_0 = 20
speed_topbottom = =math.ceil(speed_print * 30 / 60)
speed_wall = =math.ceil(speed_print * 40 / 60)
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)