liquid_vo0.4_ABS_Fast_Print.inst.cfg 832 B

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