um3_aa0.4_ABS_Fast_Print.inst.cfg 764 B

123456789101112131415161718192021222324252627
  1. [general]
  2. version = 4
  3. name = Normal
  4. definition = ultimaker3
  5. [metadata]
  6. setting_version = 17
  7. type = quality
  8. quality_type = fast
  9. weight = -1
  10. material = generic_abs
  11. variant = AA 0.4
  12. [values]
  13. cool_min_speed = 7
  14. machine_nozzle_cool_down_speed = 0.85
  15. machine_nozzle_heat_up_speed = 1.5
  16. material_print_temperature = =default_material_print_temperature + 5
  17. material_initial_print_temperature = =material_print_temperature - 5
  18. material_final_print_temperature = =material_print_temperature - 10
  19. material_standby_temperature = 100
  20. prime_tower_enable = False
  21. speed_print = 60
  22. speed_layer_0 = =math.ceil(speed_print * 20 / 60)
  23. speed_topbottom = =math.ceil(speed_print * 30 / 60)
  24. speed_wall = =math.ceil(speed_print * 40 / 60)
  25. speed_wall_0 = =math.ceil(speed_wall * 30 / 40)