um_s5_aa0.4_cpe_0.2mm.inst.cfg 775 B

123456789101112131415161718192021222324252627
  1. [general]
  2. definition = ultimaker_s5
  3. name = Fast
  4. version = 4
  5. [metadata]
  6. material = generic_cpe
  7. quality_type = draft
  8. setting_version = 23
  9. type = quality
  10. variant = AA 0.4
  11. weight = -2
  12. [values]
  13. infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
  14. material_print_temperature = =default_material_print_temperature + 5
  15. retraction_prime_speed = =retraction_speed
  16. speed_infill = =math.ceil(speed_print * 50 / 60)
  17. speed_print = 60
  18. speed_topbottom = =math.ceil(speed_print * 35 / 60)
  19. speed_wall = =math.ceil(speed_print * 45 / 60)
  20. speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
  21. support_bottom_distance = =support_z_distance
  22. support_interface_enable = True
  23. support_top_distance = =support_z_distance
  24. support_z_distance = =math.ceil(0.3/layer_height)*layer_height