ultimaker3_bb04.inst.cfg 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [general]
  2. name = BB 0.4
  3. version = 2
  4. definition = ultimaker3
  5. [metadata]
  6. author = ultimaker
  7. type = variant
  8. setting_version = 1
  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. jerk_support = =math.ceil(jerk_print * 15 / 25)
  15. jerk_support_interface = =math.ceil(jerk_support * 10 / 15)
  16. jerk_support_bottom = =math.ceil(jerk_support_interface * 1 / 10)
  17. machine_nozzle_heat_up_speed = 1.5
  18. machine_nozzle_type = BB
  19. material_print_temperature = 215
  20. raft_base_speed = 20
  21. raft_interface_speed = 20
  22. raft_speed = 25
  23. retraction_extrusion_window = =retraction_amount
  24. speed_layer_0 = 20
  25. speed_support = =math.ceil(speed_print * 25 / 35)
  26. speed_support_interface = =math.ceil(speed_support * 20 / 25)
  27. speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
  28. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  29. support_bottom_height = =layer_height * 2
  30. support_bottom_pattern = zigzag
  31. support_bottom_stair_step_height = =layer_height
  32. support_infill_rate = 25
  33. support_interface_enable = True
  34. support_interface_skip_height = =layer_height
  35. support_join_distance = 3
  36. support_line_width = =round(line_width * 0.4 / 0.35, 2)
  37. support_offset = 3
  38. support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
  39. support_xy_distance_overhang = =wall_line_width_0 / 2