123456789101112131415161718192021222324252627282930313233 |
- [general]
- version = 4
- name = Normal
- definition = tevo_blackwidow
- [metadata]
- setting_version = 20
- type = quality
- quality_type = normal
- weight = 0
- global_quality = True
- [values]
- brim_width = 4.0
- infill_pattern = zigzag
- layer_height = 0.2
- material_diameter = 1.75
- speed_infill = =math.ceil(speed_print * 60 / 50)
- speed_print = 50
- speed_support = 30
- speed_topbottom = =math.ceil(speed_print * 20 / 50)
- speed_travel = 100
- speed_wall = =speed_print
- speed_wall_x = =speed_print
- support_angle = 60
- support_enable = True
- support_interface_enable = True
- support_pattern = triangles
- support_type = everywhere
- support_use_towers = False
- support_xy_distance = 0.7
- top_bottom_thickness = 1.2
- wall_thickness = 1.2
|