eryone_thinker_extra_fast.inst.cfg 755 B

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