
Cylinder Torture Test
thingiverse
Wanted to add an option to boost facets in order to put print quality through its paces. This is typically used to stress your USB/Serial link. The more facets you add, the smoother the outside will get but the strain on communication will increase. The process would be to make the facets something quite high (256 to 1000+) then slice it and print one from your SD card and one via USB, Octoprint, etc... Then compare the print quality. If your print quality through USB is subpar, try fine-tuning your firmware settings (setting baudrate and block_buffer_size as large as supported will help a lot): **Configuration.h** #define BAUDRATE 250000 **Configuration_adv.h** #if ENABLED(SDSUPPORT) #define BLOCK_BUFFER_SIZE 64 // SD,LCD,Buttons take more memory, block buffer needs to be smaller #else #define BLOCK_BUFFER_SIZE 64 // maximize block buffer #endif #define MAX_CMD_SIZE 96 #define BUFSIZE 32 #define DEFAULT_MINSEGMENTTIME 50000
With this file you will be able to print Cylinder Torture Test with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Cylinder Torture Test.