um3_aa0.4_ABS_Fast_Print.inst.cfg 740 B

1234567891011121314151617181920212223242526
  1. [general]
  2. version = 2
  3. name = Fast Print
  4. definition = ultimaker3
  5. [metadata]
  6. type = quality
  7. quality_type = fast
  8. material = generic_abs_ultimaker3_AA_0.4
  9. weight = -1
  10. [values]
  11. cool_min_speed = 7
  12. machine_nozzle_cool_down_speed = 0.85
  13. machine_nozzle_heat_up_speed = 1.5
  14. material_print_temperature = =default_material_print_temperature + 5
  15. material_initial_print_temperature = =material_print_temperature - 5
  16. material_final_print_temperature = =material_print_temperature - 10
  17. material_standby_temperature = 100
  18. prime_tower_size = 16
  19. speed_print = 60
  20. speed_layer_0 = =round(speed_print * 30 / 60)
  21. speed_topbottom = =math.ceil(speed_print * 30 / 60)
  22. speed_wall = =math.ceil(speed_print * 40 / 60)
  23. speed_wall_0 = =math.ceil(speed_wall * 30 / 40)