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:
increase all three cases of BLOCK_BUFFER_SIZE from 8 to 64 or 128 (if 128, you have to adjust the limit in SanityCheck.h)
increase DELTA_SEGMENTS_PER_SECOND from160 to around 200
Perhaps something you might want to consider for future builds. Thanks again for releasing this.
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.