eryone_thinker_extra_fast.inst.cfg 756 B

123456789101112131415161718192021222324252627282930
  1. [general]
  2. definition = eryone_thinker
  3. name = Extra Fast
  4. version = 4
  5. [metadata]
  6. global_quality = True
  7. quality_type = verydraft
  8. setting_version = 23
  9. type = quality
  10. weight = -3
  11. [values]
  12. acceleration_print = 1500
  13. acceleration_travel = 3000
  14. bottom_layers = 2
  15. infill_sparse_density = 10
  16. initial_layer_line_width_factor = 100.0
  17. layer_height = 0.3
  18. skirt_brim_speed = =math.ceil(speed_print * 40 / 50)
  19. speed_infill = =math.ceil(speed_print * 60 / 50)
  20. speed_layer_0 = =math.ceil(speed_print * 40 / 50)
  21. speed_print = 100.0
  22. speed_topbottom = =math.ceil(speed_print * 40 / 50)
  23. speed_travel = =speed_print if magic_spiralize else 150
  24. speed_wall_0 = =math.ceil(speed_print * 40 / 50)
  25. speed_wall_x = =math.ceil(speed_print * 60 / 50)
  26. top_layers = 4
  27. wall_line_count = 2