um3_aa0.4_ABS_High_Quality.inst.cfg 693 B

12345678910111213141516171819202122232425
  1. [general]
  2. version = 2
  3. name = High Quality
  4. definition = ultimaker3
  5. [metadata]
  6. type = quality
  7. quality_type = high
  8. material = generic_abs_ultimaker3_AA_0.4
  9. weight = 1
  10. [values]
  11. cool_min_speed = 12
  12. machine_nozzle_cool_down_speed = 0.8
  13. machine_nozzle_heat_up_speed = 1.5
  14. material_standby_temperature = 100
  15. material_print_temperature = =default_material_print_temperature - 5
  16. material_initial_print_temperature = =material_print_temperature - 5
  17. material_final_print_temperature = =material_print_temperature - 10
  18. prime_tower_size = 16
  19. speed_print = 50
  20. speed_layer_0 = =round(speed_print * 30 / 50)
  21. speed_topbottom = =math.ceil(speed_print * 30 / 50)
  22. speed_wall = =math.ceil(speed_print * 30 / 50)