um3_aa0.4_CPE_Fast_Print.inst.cfg 667 B

123456789101112131415161718192021222324
  1. [general]
  2. version = 2
  3. name = Fast Print
  4. definition = ultimaker3
  5. [metadata]
  6. type = quality
  7. quality_type = fast
  8. material = generic_cpe_ultimaker3_AA_0.4
  9. weight = -1
  10. [values]
  11. cool_min_speed = 7
  12. material_print_temperature = =default_material_print_temperature + 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. prime_tower_size = 17
  17. speed_print = 60
  18. speed_layer_0 = =round(speed_print * 30 / 60)
  19. speed_topbottom = =math.ceil(speed_print * 30 / 60)
  20. speed_wall = =math.ceil(speed_print * 40 / 60)
  21. speed_wall_0 = =math.ceil(speed_wall * 30 / 40)