um_s5_aa0.4_PETG_Normal_Quality.inst.cfg 916 B

1234567891011121314151617181920212223242526272829
  1. [general]
  2. version = 4
  3. name = Fine
  4. definition = ultimaker_s5
  5. [metadata]
  6. setting_version = 20
  7. type = quality
  8. quality_type = normal
  9. weight = 0
  10. material = generic_petg
  11. variant = AA 0.4
  12. [values]
  13. machine_nozzle_cool_down_speed = 0.85
  14. machine_nozzle_heat_up_speed = 1.5
  15. material_print_temperature = =default_material_print_temperature - 5
  16. material_initial_print_temperature = =material_print_temperature - 10
  17. material_final_print_temperature = =material_print_temperature - 15
  18. material_shrinkage_percentage_xy = 100.5
  19. material_shrinkage_percentage_z = 100.1
  20. retraction_combing_max_distance = 8
  21. speed_print = 55
  22. speed_layer_0 = =math.ceil(speed_print * 20 / 55)
  23. speed_topbottom = =math.ceil(speed_print * 30 / 55)
  24. speed_wall = =math.ceil(speed_print * 30 / 55)
  25. infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
  26. speed_infill = =math.ceil(speed_print * 45 / 55)
  27. initial_layer_line_width_factor = 100