ultimaker3_bb04.inst.cfg 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [general]
  2. name = BB 0.4
  3. version = 2
  4. definition = ultimaker3
  5. [metadata]
  6. author = ultimaker
  7. type = variant
  8. setting_version = 2
  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. cool_fan_speed_max = =cool_fan_speed
  14. gradual_support_infill_steps = 2
  15. jerk_prime_tower = =math.ceil(jerk_print * 2 / 25)
  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. prime_tower_purge_volume = 1
  22. raft_base_speed = 20
  23. raft_interface_speed = 20
  24. raft_speed = 25
  25. retraction_extrusion_window = =retraction_amount
  26. speed_layer_0 = 20
  27. speed_support = =math.ceil(speed_print * 25 / 35)
  28. speed_support_interface = =math.ceil(speed_support * 20 / 25)
  29. speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
  30. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  31. support_bottom_height = =layer_height * 2
  32. support_bottom_pattern = zigzag
  33. support_bottom_stair_step_height = =layer_height
  34. support_infill_rate = 50
  35. support_infill_sparse_thickness = 0.2
  36. support_interface_enable = True
  37. support_interface_height = 0.6
  38. support_interface_skip_height = =layer_height
  39. support_join_distance = 3
  40. support_line_width = =round(line_width * 0.4 / 0.35, 2)
  41. support_offset = 3
  42. support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
  43. support_xy_distance_overhang = =wall_line_width_0 / 2