fast.inst.cfg 462 B

123456789101112131415161718192021
  1. [general]
  2. version = 4
  3. name = Normal
  4. definition = fdmprinter
  5. [metadata]
  6. setting_version = 17
  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. wall_thickness = 1
  19. speed_topbottom = =math.ceil(speed_print * 30 / 60)