um2p_pp_0.6_draft.inst.cfg 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [general]
  2. definition = ultimaker2_plus
  3. name = Fast
  4. version = 4
  5. [metadata]
  6. material = generic_pp
  7. quality_type = draft
  8. setting_version = 23
  9. type = quality
  10. variant = 0.6 mm
  11. weight = -2
  12. [values]
  13. acceleration_enabled = True
  14. acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 4000)
  15. acceleration_print = 4000
  16. acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
  17. acceleration_support_interface = =acceleration_topbottom
  18. acceleration_topbottom = =math.ceil(acceleration_print * 500 / 4000)
  19. acceleration_wall = =math.ceil(acceleration_print * 1000 / 4000)
  20. acceleration_wall_0 = =math.ceil(acceleration_wall * 500 / 1000)
  21. brim_width = 20
  22. infill_overlap = 0
  23. infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cubic'
  24. infill_wipe_dist = 0
  25. multiple_mesh_overlap = 0
  26. retraction_count_max = 15
  27. retraction_hop = 0.15
  28. retraction_hop_enabled = True
  29. retraction_hop_only_when_collides = True
  30. retraction_prime_speed = 15
  31. skin_overlap = 10
  32. speed_prime_tower = =speed_topbottom
  33. speed_print = 25
  34. speed_support_interface = =speed_topbottom
  35. speed_topbottom = =math.ceil(speed_print * 25 / 25)
  36. speed_travel = 250
  37. speed_wall = =math.ceil(speed_print * 25 / 25)
  38. speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
  39. support_angle = 60
  40. support_bottom_distance = =support_z_distance / 2
  41. support_z_distance = =layer_height * 2
  42. top_bottom_thickness = 1.1
  43. travel_avoid_distance = 3
  44. wall_0_inset = 0