ultimaker_s3_bb04.inst.cfg 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [general]
  2. name = BB 0.4
  3. version = 4
  4. definition = ultimaker_s3
  5. [metadata]
  6. setting_version = 17
  7. type = variant
  8. hardware_type = nozzle
  9. [values]
  10. acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
  11. acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
  12. acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
  13. acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
  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. raft_base_speed = 20
  24. raft_interface_speed = 20
  25. raft_speed = 25
  26. retraction_amount = 4.5
  27. retraction_count_max = 20
  28. retraction_extrusion_window = =retraction_amount
  29. retraction_min_travel = =3 * line_width
  30. speed_layer_0 = 20
  31. speed_prime_tower = =math.ceil(speed_print * 10 / 35)
  32. speed_support = =math.ceil(speed_print * 25 / 35)
  33. speed_support_interface = =math.ceil(speed_support * 20 / 25)
  34. speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
  35. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  36. support_bottom_height = =layer_height * 2
  37. support_bottom_pattern = zigzag
  38. support_bottom_stair_step_height = 0
  39. support_infill_rate = 50
  40. support_infill_sparse_thickness = 0.2
  41. support_interface_enable = True
  42. support_interface_height = 0.6
  43. support_interface_skip_height = =layer_height
  44. support_join_distance = 3
  45. support_line_width = =round(line_width * 0.4 / 0.35, 2)
  46. support_offset = 3
  47. support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
  48. support_xy_distance_overhang = =wall_line_width_0 / 2
  49. switch_extruder_retraction_amount = 12