fast.inst.cfg 443 B

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