ultimaker3_bb0.8.inst.cfg 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. [general]
  2. name = BB 0.8
  3. version = 2
  4. definition = ultimaker3
  5. [metadata]
  6. author = ultimaker
  7. type = variant
  8. [values]
  9. acceleration_enabled = True
  10. acceleration_print = 4000
  11. acceleration_support_interface = =math.ceil(acceleration_topbottom * 100 / 500)
  12. brim_width = 3
  13. cool_fan_speed = 50
  14. cool_min_speed = 5
  15. infill_line_width = =round(line_width * 0.8 / 0.7, 2)
  16. infill_overlap = 0
  17. infill_pattern = triangles
  18. infill_wipe_dist = 0
  19. jerk_enabled = True
  20. jerk_print = 25
  21. jerk_support_interface = =math.ceil(jerk_topbottom * 1 / 5)
  22. layer_height = 0.2
  23. machine_min_cool_heat_time_window = 15
  24. machine_nozzle_heat_up_speed = 1.5
  25. machine_nozzle_size = 0.8
  26. machine_nozzle_tip_outer_diameter = 2.0
  27. material_print_temperature = =default_material_print_temperature + 10
  28. material_standby_temperature = 100
  29. multiple_mesh_overlap = 0
  30. prime_tower_enable = False
  31. prime_tower_wipe_enabled = True
  32. raft_acceleration = =acceleration_layer_0
  33. raft_airgap = 0
  34. raft_base_speed = 20
  35. raft_base_thickness = 0.3
  36. raft_interface_line_spacing = 0.5
  37. raft_interface_line_width = 0.5
  38. raft_interface_speed = 20
  39. raft_interface_thickness = 0.2
  40. raft_margin = 10
  41. raft_speed = 25
  42. raft_surface_layers = 1
  43. retraction_amount = 4.5
  44. retraction_count_max = 15
  45. retraction_extrusion_window = =retraction_amount
  46. retraction_hop = 2
  47. retraction_hop_enabled = True
  48. retraction_hop_only_when_collides = True
  49. retraction_min_travel = 5
  50. retraction_prime_speed = 15
  51. skin_overlap = 5
  52. speed_layer_0 = 20
  53. speed_print = 35
  54. speed_support_interface = =math.ceil(speed_topbottom * 15 / 20)
  55. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  56. support_angle = 60
  57. support_bottom_height = =layer_height * 2
  58. support_bottom_stair_step_height = =layer_height
  59. support_infill_rate = 25
  60. support_interface_enable = True
  61. support_interface_height = =layer_height * 5
  62. support_join_distance = 3
  63. support_line_width = =round(line_width * 0.4 / 0.35, 2)
  64. support_offset = 1.5
  65. support_pattern = triangles
  66. support_use_towers = False
  67. support_xy_distance = =wall_line_width_0 / 2
  68. support_xy_distance_overhang = =wall_line_width_0 / 4
  69. support_z_distance = 0
  70. switch_extruder_prime_speed = 15
  71. switch_extruder_retraction_amount = 12
  72. top_bottom_thickness = 1
  73. travel_avoid_distance = 3
  74. wall_0_inset = 0
  75. wall_line_width_x = =wall_line_width
  76. wall_thickness = 1