Replies: 1 comment 6 replies
-
Please look here to find out about how to enable firmware retraction. I have never found a need for it. What I do is to set retraction length in the printer settings in SuperSlicer. If a particular filament needs a different retraction length, or speed, I make those adjustments in the The
Please provide a well documented source that states that TMC2209 drivers lose positional accuracy with higher microsteps, I assure you that you will not find one. These drivers can microstep all the way up to 256, which I have tested for many hours. Unfortunately, the mcu on this board cannot reliably generate those microsteps under all speed and movement conditions, that's why I've reduced them to 128. I'm curious, what do you think will help you in achieving positional accuracy or extrusion accuracy: a motor that can divide a full rotation by 1/16, or one that can divide a full rotation by 1/256. It makes sense that VFAs are greatly reduced as you increase microsteps, it's because you've increased positional accuracy of the rotation. My first and foremost concern with any printer is print accuracy and print quality, nothing is more important than that. That has been my philosophy in developing this Klipper configuration. You can see some random prints here. Thank you for the questions. |
Beta Was this translation helpful? Give feedback.
-
Hi there ^^
at first let me thank you @bassamanator for you're very useful project and the hard work that It's linked with.
I have now 4 Years of experience with 3D-Printing, sadly on a, from the beginning bad working Ender3-Pro. But at least, I learned a lot in these Years, and if you read a lot, and watch a ton of Youtube-Videos about this Topic, you hear some "general-knowledge".
As everyone tells everywhere, I thought I should avoid raising the Microsteps above 16, otherwise I will drop accuracy.
I did not had the chance to test your config yet, because I still wait for the shipment of my sovol sv06 plus.
So, I would like to ask why you have set the Microsteps to 128 ? Just to fix some of the VFA´s ? Does it maybe NOT lower Accuracy ? I'm not sure what to think/believe right now, so perhaps you could give me some hints, or explain the thought behind this decision ?
Also, if I would like to try your config, but lower the Microsteps, did I need to modify the Rotationdistance as well ? Or just set a lower value for the Microsteps itself ?
I did not find the use of Firmware retraction in this profile, and I used it now for a few years, so I would like to know if it's better not to use it ? Or do you just prefer to set it in your slicer on a per-filament-basis ?
And last but not least, how to use the TEST_SPEED Macro, does it tell me which speeds I should use ? And when yes, how to use the Measurements ? Or does this Macro Calibrates something automatically ?
Thanks a lot in advance =)
Beta Was this translation helpful? Give feedback.
All reactions