eryone_thinker_fast.inst.cfg 572 B

12345678910111213141516171819202122232425
  1. [general]
  2. version = 4
  3. name = Fast
  4. definition = eryone_thinker
  5. [metadata]
  6. setting_version = 20
  7. type = quality
  8. quality_type = fast
  9. weight = -1
  10. global_quality = True
  11. [values]
  12. acceleration_print = 1500
  13. acceleration_travel = 3000
  14. infill_sparse_density = 15
  15. initial_layer_line_width_factor = 110.0
  16. layer_height = 0.25
  17. speed_infill = =math.ceil(speed_print * 80 / 60)
  18. speed_topbottom = =math.ceil(speed_print * 40 / 60)
  19. speed_travel = =speed_print if magic_spiralize else 150
  20. speed_wall_x = =math.ceil(speed_print * 80 / 60)
  21. top_layers = 5
  22. bottom_layers = 3
  23. wall_line_count = 2