ultimaker_s5_bb0.8.inst.cfg 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. [general]
  2. name = BB 0.8
  3. version = 3
  4. definition = ultimaker_s5
  5. [metadata]
  6. setting_version = 4
  7. type = variant
  8. hardware_type = nozzle
  9. [values]
  10. acceleration_enabled = True
  11. acceleration_print = 4000
  12. acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
  13. acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
  14. acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
  15. acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
  16. brim_width = 3
  17. cool_fan_speed = 50
  18. cool_min_speed = 5
  19. gradual_support_infill_step_height = 1.6
  20. gradual_support_infill_steps = 2
  21. infill_line_width = =round(line_width * 0.8 / 0.7, 2)
  22. infill_overlap = 0
  23. infill_pattern = triangles
  24. infill_wipe_dist = 0
  25. jerk_enabled = True
  26. jerk_prime_tower = =math.ceil(jerk_print * 2 / 25)
  27. jerk_print = 25
  28. jerk_support = =math.ceil(jerk_print * 15 / 25)
  29. jerk_support_interface = =math.ceil(jerk_support * 10 / 15)
  30. jerk_support_bottom = =math.ceil(jerk_support_interface * 1 / 10)
  31. layer_height = 0.2
  32. machine_min_cool_heat_time_window = 15
  33. machine_nozzle_heat_up_speed = 1.5
  34. machine_nozzle_id = BB 0.8
  35. machine_nozzle_size = 0.8
  36. machine_nozzle_tip_outer_diameter = 2.0
  37. material_print_temperature = =default_material_print_temperature + 10
  38. material_standby_temperature = 100
  39. multiple_mesh_overlap = 0
  40. prime_tower_enable = False
  41. prime_tower_purge_volume = 2
  42. prime_tower_wall_thickness = 2.2
  43. prime_tower_wipe_enabled = True
  44. raft_acceleration = =acceleration_layer_0
  45. raft_airgap = 0
  46. raft_base_speed = 20
  47. raft_base_thickness = 0.3
  48. raft_interface_line_spacing = 0.5
  49. raft_interface_line_width = 0.5
  50. raft_interface_speed = 20
  51. raft_interface_thickness = 0.2
  52. raft_margin = 10
  53. raft_speed = 25
  54. raft_surface_layers = 1
  55. retraction_amount = 4.5
  56. retraction_count_max = 15
  57. retraction_extrusion_window = =retraction_amount
  58. retraction_hop = 2
  59. retraction_hop_only_when_collides = True
  60. retraction_min_travel = =line_width * 3
  61. retraction_prime_speed = 15
  62. skin_overlap = 5
  63. speed_layer_0 = 20
  64. speed_print = 35
  65. speed_support = =math.ceil(speed_print * 25 / 35)
  66. speed_support_interface = =math.ceil(speed_support * 20 / 25)
  67. speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
  68. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  69. speed_prime_tower = =math.ceil(speed_print * 7 / 35)
  70. support_angle = 60
  71. support_bottom_height = =layer_height * 2
  72. support_bottom_pattern = zigzag
  73. support_bottom_stair_step_height = =layer_height
  74. support_infill_rate = 50
  75. support_infill_sparse_thickness = 0.4
  76. support_interface_enable = True
  77. support_interface_height = 0.6
  78. support_interface_skip_height = =layer_height
  79. support_join_distance = 3
  80. support_line_width = =round(line_width * 0.4 / 0.35, 2)
  81. support_offset = 1.5
  82. support_pattern = triangles
  83. support_use_towers = False
  84. support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
  85. support_xy_distance_overhang = =wall_line_width_0 / 4
  86. support_z_distance = 0
  87. switch_extruder_prime_speed = 15
  88. switch_extruder_retraction_amount = 12
  89. top_bottom_thickness = 1
  90. wall_0_inset = 0
  91. wall_line_width_0 = =wall_line_width
  92. wall_line_width_x = =wall_line_width
  93. wall_thickness = 1