ultimaker3_bb04.inst.cfg 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [general]
  2. name = BB 0.4
  3. version = 4
  4. definition = ultimaker3
  5. [metadata]
  6. setting_version = 4
  7. type = variant
  8. hardware_type = nozzle
  9. [values]
  10. acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
  11. acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
  12. acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
  13. acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
  14. cool_fan_speed_max = =cool_fan_speed
  15. gradual_support_infill_steps = 2
  16. jerk_prime_tower = =math.ceil(jerk_print * 2 / 25)
  17. jerk_support = =math.ceil(jerk_print * 15 / 25)
  18. jerk_support_interface = =math.ceil(jerk_support * 10 / 15)
  19. jerk_support_bottom = =math.ceil(jerk_support_interface * 1 / 10)
  20. machine_nozzle_heat_up_speed = 1.5
  21. machine_nozzle_id = BB 0.4
  22. machine_nozzle_tip_outer_diameter = 1.0
  23. prime_tower_purge_volume = 2
  24. prime_tower_wall_thickness = 1.5
  25. raft_base_speed = 20
  26. raft_interface_speed = 20
  27. raft_speed = 25
  28. retraction_amount = 4.5
  29. retraction_count_max = 20
  30. retraction_extrusion_window = =retraction_amount
  31. retraction_min_travel = =3 * line_width
  32. speed_layer_0 = 20
  33. speed_prime_tower = =math.ceil(speed_print * 10 / 35)
  34. speed_support = =math.ceil(speed_print * 25 / 35)
  35. speed_support_interface = =math.ceil(speed_support * 20 / 25)
  36. speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
  37. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  38. support_bottom_height = =layer_height * 2
  39. support_bottom_pattern = zigzag
  40. support_bottom_stair_step_height = =layer_height
  41. support_infill_rate = 50
  42. support_infill_sparse_thickness = 0.2
  43. support_interface_enable = True
  44. support_interface_height = 0.6
  45. support_interface_skip_height = =layer_height
  46. support_join_distance = 3
  47. support_line_width = =round(line_width * 0.4 / 0.35, 2)
  48. support_offset = 3
  49. support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
  50. support_xy_distance_overhang = =wall_line_width_0 / 2
  51. switch_extruder_retraction_amount = 12