ultimaker3_extended_bb04.inst.cfg 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. [general]
  2. name = BB 0.4
  3. version = 4
  4. definition = ultimaker3_extended
  5. [metadata]
  6. setting_version = 19
  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_support = =math.ceil(jerk_print * 15 / 25)
  17. jerk_support_interface = =math.ceil(jerk_support * 10 / 15)
  18. jerk_support_bottom = =math.ceil(jerk_support_interface * 1 / 10)
  19. machine_nozzle_heat_up_speed = 1.5
  20. machine_nozzle_id = BB 0.4
  21. machine_nozzle_tip_outer_diameter = 1.0
  22. raft_base_speed = 20
  23. raft_interface_speed = 20
  24. raft_speed = 25
  25. retraction_amount = 4.5
  26. retraction_count_max = 20
  27. retraction_extrusion_window = =retraction_amount
  28. retraction_min_travel = =3 * line_width
  29. speed_layer_0 = 20
  30. speed_prime_tower = =math.ceil(speed_print * 10 / 35)
  31. speed_support = =math.ceil(speed_print * 25 / 35)
  32. speed_support_interface = =math.ceil(speed_support * 20 / 25)
  33. speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
  34. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  35. support_bottom_height = =layer_height * 2
  36. support_bottom_pattern = zigzag
  37. support_bottom_stair_step_height = 0
  38. support_infill_rate = 50
  39. support_infill_sparse_thickness = 0.2
  40. support_interface_enable = True
  41. support_interface_height = 0.6
  42. support_interface_skip_height = =layer_height
  43. support_join_distance = 3
  44. support_line_width = =round(line_width * 0.4 / 0.35, 2)
  45. support_offset = 3
  46. support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
  47. support_xy_distance_overhang = =wall_line_width_0 / 2
  48. switch_extruder_retraction_amount = 12