ultimaker3_bb0.8.inst.cfg 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. material_print_temperature = =default_material_print_temperature + 10
  27. material_standby_temperature = 100
  28. multiple_mesh_overlap = 0
  29. raft_acceleration = =acceleration_layer_0
  30. raft_airgap = 0
  31. raft_base_speed = 20
  32. raft_base_thickness = 0.3
  33. raft_interface_line_spacing = 0.5
  34. raft_interface_line_width = 0.5
  35. raft_interface_speed = 20
  36. raft_interface_thickness = 0.2
  37. raft_margin = 10
  38. raft_speed = 25
  39. raft_surface_layers = 1
  40. retraction_amount = 4.5
  41. retraction_count_max = 15
  42. retraction_hop = 2
  43. retraction_hop_enabled = True
  44. retraction_hop_only_when_collides = True
  45. retraction_min_travel = 5
  46. retraction_prime_speed = 15
  47. skin_overlap = 5
  48. speed_layer_0 = 20
  49. speed_print = 35
  50. speed_support_interface = =math.ceil(speed_topbottom * 15 / 20)
  51. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  52. support_angle = 60
  53. support_bottom_height = =layer_height * 2
  54. support_bottom_stair_step_height = =layer_height
  55. support_infill_rate = 25
  56. support_interface_enable = True
  57. support_interface_height = =layer_height * 5
  58. support_join_distance = 3
  59. support_line_width = =round(line_width * 0.4 / 0.35, 2)
  60. support_offset = 1.5
  61. support_pattern = triangles
  62. support_use_towers = False
  63. support_xy_distance = =wall_line_width_0 / 2
  64. support_xy_distance_overhang = =wall_line_width_0 / 4
  65. support_z_distance = 0
  66. switch_extruder_prime_speed = 15
  67. switch_extruder_retraction_amount = 12
  68. top_bottom_thickness = 1
  69. travel_avoid_distance = 3
  70. wall_0_inset = 0
  71. wall_thickness = 1