Guilouz / Marlin-SuperRacer-MKS-Nano-V3

Marlin Firmware configured for FLSUN Super Racer with MKS Robin Nano V3 motherboard.
GNU General Public License v3.0
68 stars 23 forks source link

BLOCK_BUFFER_SIZE low = reduced quality on detailed prints #13

Closed mattwn closed 2 years ago

mattwn commented 2 years ago

Thanks for this!

I can not get this to compile (even after pasting MarlinSerial.cpp.o). Something to do with STM32. No problem, not trying to troubleshoot here. I will use your prebuilt .bin.

I noticed you left the Planner Buffer at the default (low) values. This always produces stuttering for me on very detailed prints with curved surfaces.

I typically do the following to improve surface quality on highly detailed prints:

Perhaps something you might want to consider for future builds. Thanks again for releasing this.