um_s5_aa0.4_cpe_0.1mm.inst.cfg 800 B

12345678910111213141516171819202122232425262728
  1. [general]
  2. definition = ultimaker_s5
  3. name = Fine
  4. version = 4
  5. [metadata]
  6. material = generic_cpe
  7. quality_type = normal
  8. setting_version = 23
  9. type = quality
  10. variant = AA 0.4
  11. weight = 0
  12. [values]
  13. infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
  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. retraction_prime_speed = =retraction_speed
  18. speed_infill = =math.ceil(speed_print * 45 / 55)
  19. speed_print = 55
  20. speed_topbottom = =math.ceil(speed_print * 30 / 55)
  21. speed_wall = =math.ceil(speed_print * 30 / 55)
  22. support_bottom_distance = =support_z_distance
  23. support_interface_enable = True
  24. support_top_distance = =support_z_distance
  25. support_z_distance = =math.ceil(0.3/layer_height)*layer_height