ultimaker3_extended_aa0.8.inst.cfg 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [general]
  2. name = AA 0.8
  3. version = 2
  4. definition = ultimaker3_extended
  5. [metadata]
  6. author = ultimaker
  7. type = variant
  8. [values]
  9. acceleration_enabled = True
  10. acceleration_print = 4000
  11. brim_line_count = 7
  12. brim_width = 7
  13. cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
  14. cool_fan_speed = 100
  15. cool_fan_speed_max = 100
  16. default_material_print_temperature = 200
  17. infill_before_walls = False
  18. infill_overlap = 0
  19. infill_pattern = cubic
  20. infill_wipe_dist = 0
  21. jerk_enabled = True
  22. jerk_print = 25
  23. jerk_topbottom = =math.ceil(jerk_print * 25 / 25)
  24. jerk_wall = =math.ceil(jerk_print * 25 / 25)
  25. jerk_wall_0 = =math.ceil(jerk_wall * 25 / 25)
  26. layer_height = 0.2
  27. machine_min_cool_heat_time_window = 15
  28. machine_nozzle_cool_down_speed = 0.75
  29. machine_nozzle_size = 0.8
  30. material_final_print_temperature = =material_print_temperature - 10
  31. material_initial_print_temperature = =material_print_temperature - 5
  32. material_standby_temperature = 100
  33. multiple_mesh_overlap = 0
  34. ooze_shield_angle = 40
  35. raft_acceleration = =acceleration_layer_0
  36. raft_margin = 10
  37. retract_at_layer_change = True
  38. retraction_count_max = 25
  39. retraction_extrusion_window = 1
  40. retraction_hop = 2
  41. retraction_hop_enabled = True
  42. retraction_hop_only_when_collides = True
  43. skin_overlap = 5
  44. speed_equalize_flow_enabled = True
  45. speed_layer_0 = 20
  46. speed_print = 35
  47. speed_topbottom = =math.ceil(speed_print * 25 / 35)
  48. speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
  49. support_angle = 70
  50. support_bottom_distance = =support_z_distance / 2
  51. support_line_width = =line_width * 0.75
  52. support_top_distance = =support_z_distance
  53. support_xy_distance = =wall_line_width_0 * 1.5
  54. support_z_distance = =layer_height * 2
  55. switch_extruder_prime_speed = 30
  56. switch_extruder_retraction_amount = 16.5
  57. top_bottom_thickness = 1.4
  58. travel_avoid_distance = 3
  59. wall_0_inset = 0
  60. wall_line_width_x = =round(wall_line_width * 0.625 / 0.75, 2)
  61. wall_thickness = 2