ultimaker3_extended_bb04.inst.cfg 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [general]
  2. name = BB 0.4
  3. version = 2
  4. definition = ultimaker3_extended
  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. material_print_temperature = 215
  19. raft_base_speed = 20
  20. raft_interface_speed = 20
  21. raft_speed = 25
  22. retraction_extrusion_window = =retraction_amount
  23. speed_layer_0 = 20
  24. speed_support = =math.ceil(speed_print * 25 / 35)
  25. speed_support_interface = =math.ceil(speed_support * 20 / 25)
  26. speed_support_bottom = =math.ceil(speed_support_interface * 10 / 20)
  27. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  28. support_bottom_height = =layer_height * 2
  29. support_bottom_pattern = zigzag
  30. support_bottom_stair_step_height = =layer_height
  31. support_infill_rate = 25
  32. support_interface_enable = True
  33. support_interface_skip_height = =layer_height
  34. support_join_distance = 3
  35. support_line_width = =round(line_width * 0.4 / 0.35, 2)
  36. support_offset = 3
  37. support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
  38. support_xy_distance_overhang = =wall_line_width_0 / 2