um_s5_aa0.4_petg_0.06mm.inst.cfg 649 B

123456789101112131415161718192021222324
  1. [general]
  2. definition = ultimaker_s5
  3. name = Extra Fine
  4. version = 4
  5. [metadata]
  6. material = generic_petg
  7. quality_type = high
  8. setting_version = 21
  9. type = quality
  10. variant = AA 0.4
  11. weight = 1
  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_initial_print_temperature = =material_print_temperature - 10
  17. material_print_temperature = =default_material_print_temperature - 10
  18. speed_infill = =math.ceil(speed_print * 40 / 50)
  19. speed_print = 50
  20. speed_topbottom = =math.ceil(speed_print * 30 / 50)
  21. speed_wall = =math.ceil(speed_print * 30 / 50)