123456789101112131415161718192021222324252627282930 |
- [general]
- definition = eryone_thinker
- name = Extra Fast
- version = 4
- [metadata]
- global_quality = True
- quality_type = verydraft
- setting_version = 22
- type = quality
- weight = -3
- [values]
- acceleration_print = 1500
- acceleration_travel = 3000
- bottom_layers = 2
- infill_sparse_density = 10
- initial_layer_line_width_factor = 100.0
- layer_height = 0.3
- skirt_brim_speed = =math.ceil(speed_print * 40 / 50)
- speed_infill = =math.ceil(speed_print * 60 / 50)
- speed_layer_0 = =math.ceil(speed_print * 40 / 50)
- speed_print = 100.0
- speed_topbottom = =math.ceil(speed_print * 40 / 50)
- speed_travel = =speed_print if magic_spiralize else 150
- speed_wall_0 = =math.ceil(speed_print * 40 / 50)
- speed_wall_x = =math.ceil(speed_print * 60 / 50)
- top_layers = 4
- wall_line_count = 2
|