ultimaker3_bb0.8.inst.cfg 2.8 KB

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