12345678910111213141516171819202122232425262728293031323334353637 |
- [general]
- version = 2
- name = Fast Print
- definition = ultimaker3
- [metadata]
- type = quality
- quality_type = fast
- material = generic_pc_ultimaker3_AA_0.4
- weight = -1
- [values]
- adhesion_type = raft
- cool_fan_full_at_height = =layer_height_0 + layer_height
- cool_fan_speed_max = 85
- cool_min_layer_time_fan_speed_max = 5
- cool_min_speed = 7
- infill_line_width = =round(line_width * 0.4 / 0.35, 2)
- infill_overlap = =0
- infill_overlap_mm = 0.05
- layer_height = 0.15
- material_initial_print_temperature = =material_print_temperature - 5
- material_final_print_temperature = =material_print_temperature - 10
- material_print_temperature = =default_material_print_temperature + 10
- material_print_temperature_layer_0 = =material_print_temperature + 5
- ooze_shield_angle = 40
- raft_airgap = 0.25
- raft_margin = 15
- retraction_count_max = 80
- skin_overlap = 30
- speed_layer_0 = 25
- support_interface_line_distance = 0.4
- support_interface_pattern = lines
- support_pattern = zigzag
- wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)
- xy_offset = -0.15
|