12345678910111213141516171819202122232425262728 |
- [general]
- definition = ultimaker_s5
- name = AA 0.4
- version = 4
- [metadata]
- hardware_type = nozzle
- setting_version = 22
- type = variant
- [values]
- brim_width = 7
- machine_nozzle_cool_down_speed = 0.9
- machine_nozzle_id = AA 0.4
- machine_nozzle_tip_outer_diameter = 1.0
- retraction_amount = 6.5
- retraction_min_travel = =line_width * 2
- speed_print = 70
- speed_topbottom = =math.ceil(speed_print * 30 / 70)
- speed_wall = =math.ceil(speed_print * 30 / 70)
- support_angle = 60
- support_bottom_distance = =support_z_distance / 2
- support_top_distance = =support_z_distance
- support_z_distance = =layer_height * 2
- switch_extruder_prime_speed = =switch_extruder_retraction_speeds
- switch_extruder_retraction_amount = =machine_heat_zone_length
- top_bottom_thickness = 1.2
|