12345678910111213141516171819202122232425262728 |
- [general]
- definition = ultimaker_s3
- name = Accurate
- version = 4
- [metadata]
- intent_category = engineering
- material = ultimaker_abs
- quality_type = draft
- setting_version = 22
- type = intent
- variant = AA 0.8
- [values]
- _plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
- infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
- infill_sparse_density = 20
- jerk_print = 30
- speed_infill = =speed_print
- speed_print = 35
- speed_roofing = =speed_topbottom
- speed_topbottom = =speed_print
- speed_wall = =speed_print
- speed_wall_0 = =speed_wall
- speed_wall_x = =speed_wall
- top_bottom_thickness = =wall_thickness
- wall_thickness = =line_width * 3
|