um_s3_aa0.4_CPE_Fast_Print.inst.cfg 748 B

1234567891011121314151617181920212223242526
  1. [general]
  2. definition = ultimaker_s3
  3. name = Normal
  4. version = 4
  5. [metadata]
  6. material = generic_cpe
  7. quality_type = fast
  8. setting_version = 20
  9. type = quality
  10. variant = AA 0.4
  11. weight = -1
  12. [values]
  13. cool_min_speed = 7
  14. infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
  15. material_final_print_temperature = =material_print_temperature - 10
  16. material_initial_print_temperature = =material_print_temperature - 5
  17. material_print_temperature = =default_material_print_temperature + 5
  18. retraction_prime_speed = =retraction_speed
  19. speed_infill = =math.ceil(speed_print * 50 / 60)
  20. speed_print = 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)