12345678910111213141516171819202122232425262728293031323334 |
- [general]
- definition = ultimaker3
- name = Fast
- version = 4
- [metadata]
- material = generic_cpe_plus
- quality_type = draft
- setting_version = 23
- type = quality
- variant = AA 0.4
- weight = -2
- [values]
- infill_overlap = 0
- infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
- infill_wipe_dist = 0
- layer_height = 0.2
- machine_min_cool_heat_time_window = 15
- multiple_mesh_overlap = 0
- prime_tower_enable = True
- prime_tower_wipe_enabled = True
- retraction_hop = 0.2
- retraction_hop_enabled = False
- retraction_hop_only_when_collides = True
- skin_overlap = 20
- speed_print = 50
- speed_topbottom = =math.ceil(speed_print * 40 / 50)
- speed_travel = 250
- speed_wall = =math.ceil(speed_print * 50 / 50)
- speed_wall_0 = =math.ceil(speed_wall * 40 / 50)
- support_z_distance = =layer_height
- wall_0_inset = 0
|