1234567891011121314151617181920212223 |
- [general]
- definition = eryone_thinker
- name = High
- version = 4
- [metadata]
- global_quality = True
- quality_type = high
- setting_version = 22
- type = quality
- weight = 1
- [values]
- alternate_extra_perimeter = true
- bottom_layers = 6
- infill_sparse_density = 25
- initial_layer_line_width_factor = 125.0
- layer_height = 0.15
- speed_print = 50.0
- speed_topbottom = =math.ceil(speed_print * 30 / 60)
- speed_travel = =speed_print if magic_spiralize else 100
- top_layers = 8
|