um3_aa0.4_ABS_Normal_Quality.inst.cfg 560 B

12345678910111213141516171819202122
  1. [general]
  2. version = 2
  3. name = Normal Quality
  4. definition = ultimaker3
  5. [metadata]
  6. type = quality
  7. quality_type = normal
  8. material = generic_abs_ultimaker3_AA_0.4
  9. weight = 0
  10. [values]
  11. machine_nozzle_cool_down_speed = 0.85
  12. machine_nozzle_heat_up_speed = 1.5
  13. material_initial_print_temperature = =material_print_temperature - 5
  14. material_final_print_temperature = =material_print_temperature - 10
  15. material_standby_temperature = 100
  16. speed_print = 55
  17. speed_layer_0 = 20
  18. speed_topbottom = =math.ceil(speed_print * 30 / 55)
  19. speed_wall = =math.ceil(speed_print * 30 / 55)