fast.inst.cfg 444 B

123456789101112131415161718192021
  1. [general]
  2. definition = fdmprinter
  3. name = Normal
  4. version = 4
  5. [metadata]
  6. global_quality = True
  7. quality_type = fast
  8. setting_version = 23
  9. type = quality
  10. weight = -1
  11. [values]
  12. cool_min_layer_time = 3
  13. infill_sparse_density = 10
  14. layer_height = 0.15
  15. speed_infill = =math.ceil(speed_print * 100 / 60)
  16. speed_topbottom = =math.ceil(speed_print * 30 / 60)
  17. speed_wall_0 = =math.ceil(speed_print * 40 / 60)
  18. speed_wall_x = =math.ceil(speed_print * 80 / 60)