eryone_thinker_fast.inst.cfg 574 B

1234567891011121314151617181920212223242526
  1. [general]
  2. definition = eryone_thinker
  3. name = Fast
  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. acceleration_print = 1500
  13. acceleration_travel = 3000
  14. bottom_layers = 3
  15. infill_sparse_density = 15
  16. initial_layer_line_width_factor = 110.0
  17. layer_height = 0.25
  18. speed_infill = =math.ceil(speed_print * 80 / 60)
  19. speed_topbottom = =math.ceil(speed_print * 40 / 60)
  20. speed_travel = =speed_print if magic_spiralize else 150
  21. speed_wall_x = =math.ceil(speed_print * 80 / 60)
  22. top_layers = 5
  23. wall_line_count = 2