liquid_vo0.4_ABS_Normal_Quality.inst.cfg 764 B

123456789101112131415161718192021222324252627
  1. [general]
  2. definition = liquid
  3. name = Fine
  4. version = 4
  5. [metadata]
  6. material = generic_abs
  7. quality_type = normal
  8. setting_version = 23
  9. type = quality
  10. variant = VO 0.4
  11. weight = 0
  12. [values]
  13. infill_line_width = =round(line_width * 0.4 / 0.35, 2)
  14. machine_nozzle_cool_down_speed = 0.85
  15. machine_nozzle_heat_up_speed = 1.5
  16. material_final_print_temperature = =material_print_temperature - 20
  17. material_initial_print_temperature = =material_print_temperature - 15
  18. material_print_temperature = =default_material_print_temperature + 10
  19. prime_tower_enable = False
  20. speed_infill = =math.ceil(speed_print * 40 / 55)
  21. speed_layer_0 = =math.ceil(speed_print * 20 / 55)
  22. speed_print = 55
  23. speed_topbottom = =math.ceil(speed_print * 30 / 55)
  24. speed_wall = =math.ceil(speed_print * 30 / 55)