ultimaker3_extended_bb04.inst.cfg 772 B

123456789101112131415161718192021222324252627
  1. [general]
  2. name = BB 0.4
  3. version = 2
  4. definition = ultimaker3_extended
  5. [metadata]
  6. author = ultimaker
  7. type = variant
  8. [values]
  9. cool_fan_speed_max = 100
  10. machine_nozzle_heat_up_speed = 1.5
  11. machine_nozzle_size = 0.4
  12. material_bed_temperature = 60
  13. material_print_temperature = 215
  14. raft_acceleration = =acceleration_layer_0
  15. raft_jerk = =jerk_layer_0
  16. retraction_extrusion_window = =retraction_amount
  17. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  18. support_bottom_height = =layer_height * 2
  19. support_bottom_stair_step_height = =layer_height
  20. support_interface_enable = True
  21. support_line_width = =round(line_width * 0.4 / 0.35, 2)
  22. support_pattern = triangles
  23. support_use_towers = False
  24. support_xy_distance = =wall_line_width_0 * 3
  25. support_xy_distance_overhang = =wall_line_width_0 / 2