Differences in the printer.cfg file vs official klipper example (SV06 plus) #165
-
I was comparing the printer cfg files from the klipper github against the @bassamanator one and noticed some differences, the main one being 16 microstepping in the klipper one but 256 on the bassamanator. Also the tmc2209 currents are different as well as extruder rotation, bed mesh settings, and no screws tilt adjust settings nor axis twist compensation in the klipper version. I'm setting it up on a Sonic Pad and appreciate that its version of klipper is well behind. Was curious as to the rationale for the differences? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
I think you're using an old copy of my config. In any case, there are differences. My I've made changes that I think are best. Use whatever you think is best. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply and all the work you've put in! I didn't did not mean to cause any offence, and if I did I totally apologise. Just had another look at the files and yours is 128 microstepping (honestly I don't recall what I was looking at before). I'll go through the commits in more detail to satisfy my curiosity but the tmc2209 run_currents are different (albeit slightly - it might be worth putting in a change request?) |
Beta Was this translation helpful? Give feedback.
-
Not offended at all, my friend. Please link to the lines of code, the run_current, that are different because I don't see it. In any case, it really doesn't matter, because this is not an exact science, I know that sounds strange. As I mentioned, I've noticed discrepancies between Sovol offical klipper settings and what's in their marlin source code. For example, the currents can vary by roughly 0.1 amps, or more, without issue. |
Beta Was this translation helpful? Give feedback.
-
From the klipper config here https://github.com/Klipper3d/klipper/blob/master/config/printer-sovol-sv06-plus-2023.cfg As an example, from this file: (line 37)
From yours:
As you point out, only a minor difference which pretty much makes no difference in real life (literally a touch of the adjust screw in an 8825 :)). |
Beta Was this translation helpful? Give feedback.
-
So this is for the |
Beta Was this translation helpful? Give feedback.
-
Thanks for the link. I'll have a look for the differences. |
Beta Was this translation helpful? Give feedback.
I think you're using an old copy of my config. In any case, there are differences.
My
printer.cfg
is a fork of @spinixguy's (he's the one who submitted hisprinter.cfg
to the klipper repo). The klipperprinter.cfg
is not the best version of itself, it's only the base, and in some case it's incorrect according to their own guidelines, I've submitted corrections myself (look for my name in their commit history). Myprinter.cfg
is more heavily tested and incorporates new additions to klipper, whereas the klipper version is from 2022. Also check the number of commits, albeit a small indicator of work done and testing, but an indicator nonetheless. You'll find Sovo…