um3_aa0.4_ABS_Fast_Print.inst.cfg 734 B

123456789101112131415161718192021222324252627
  1. [general]
  2. version = 2
  3. name = Normal
  4. definition = ultimaker3
  5. [metadata]
  6. type = quality
  7. quality_type = fast
  8. material = generic_abs_ultimaker3_AA_0.4
  9. weight = -1
  10. setting_version = 3
  11. [values]
  12. cool_min_speed = 7
  13. machine_nozzle_cool_down_speed = 0.85
  14. machine_nozzle_heat_up_speed = 1.5
  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. material_standby_temperature = 100
  19. prime_tower_enable = False
  20. speed_print = 60
  21. speed_layer_0 = 20
  22. speed_topbottom = =math.ceil(speed_print * 30 / 60)
  23. speed_wall = =math.ceil(speed_print * 40 / 60)
  24. speed_wall_0 = =math.ceil(speed_wall * 30 / 40)