123456789101112131415161718192021222324252627 |
- [general]
- definition = liquid
- name = Fine
- version = 4
- [metadata]
- material = generic_abs
- quality_type = normal
- setting_version = 22
- type = quality
- variant = VO 0.4
- weight = 0
- [values]
- infill_line_width = =round(line_width * 0.4 / 0.35, 2)
- machine_nozzle_cool_down_speed = 0.85
- machine_nozzle_heat_up_speed = 1.5
- material_final_print_temperature = =material_print_temperature - 20
- material_initial_print_temperature = =material_print_temperature - 15
- material_print_temperature = =default_material_print_temperature + 10
- prime_tower_enable = False
- speed_infill = =math.ceil(speed_print * 40 / 55)
- speed_layer_0 = =math.ceil(speed_print * 20 / 55)
- speed_print = 55
- speed_topbottom = =math.ceil(speed_print * 30 / 55)
- speed_wall = =math.ceil(speed_print * 30 / 55)
|