liquid_vo0.4_CPE_High_Quality.inst.cfg 768 B

12345678910111213141516171819202122232425262728
  1. [general]
  2. definition = liquid
  3. name = Extra Fine
  4. version = 4
  5. [metadata]
  6. material = generic_cpe
  7. quality_type = high
  8. setting_version = 23
  9. type = quality
  10. variant = VO 0.4
  11. weight = 1
  12. [values]
  13. cool_min_speed = 12
  14. infill_pattern = triangles
  15. machine_nozzle_cool_down_speed = 0.85
  16. machine_nozzle_heat_up_speed = 1.5
  17. material_final_print_temperature = =material_print_temperature - 10
  18. material_initial_print_temperature = =material_print_temperature - 5
  19. material_print_temperature = =default_material_print_temperature - 5
  20. retraction_combing_max_distance = 50
  21. speed_infill = =math.ceil(speed_print * 40 / 50)
  22. speed_layer_0 = =math.ceil(speed_print * 20 / 50)
  23. speed_print = 50
  24. speed_topbottom = =math.ceil(speed_print * 30 / 50)
  25. speed_wall = =math.ceil(speed_print * 30 / 50)