Forked for Creality K1 #202
Replies: 3 comments 3 replies
-
How's the memory usage going? That's the main concern. Definitely going to steal that one back to get guppyscreen fully working if it's not too much. |
Beta Was this translation helpful? Give feedback.
-
Great that it turns out to be adaptable for other printers. We will definitely keep an eye on that!
We could probably do that as well, but there wasn't much need for it yet. I also think it ships newer python version, that wasn't tested that much with Klipper. |
Beta Was this translation helpful? Give feedback.
-
Matplotlib shouldn't impact printing, since it's only imported and used when plotting shaper/belt tension graphs. I have ran these once per axis, and it works (graph and all). Will report if I see any failed shaper runs due to memory constraint.
Buildroot 2024.02.2 installs python 3.11.8 which was what I saw on the 2023.02.x build as well. On a tangent, how many load cells do the flashforge has and where are they installed? I was looking through issues/discussion and discovered its auto bed leveling is implemented with load cell. The probe I assume is also trigger by the load cell? I saw that the load cell values are exposed as a temperature. Are these temp values used in anyway on implementing the probe? Want to pick your brains before I dig into their klipper. The reason I asked is that the K1 has 4 load cells under the bed which it uses to probe/z-endstop. However, its implementation is either old and closed sources. Want to see if the flashforge can be used as a reference. There have been a lot of attempts at mainlining these hx71x sensors with load cell into klipper, but a lot of these PRs are either abandoned or pending long reviews. If flashforge implementation can be used as a reference, I might just hack something together for the K1. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just want to shared that I forked (stole) your good work and adapted this for the Creality K1 (https://github.com/ballaswag/creality_k1_klipper_mod). I have made a few changes and let me know if you guys like some of these back ported:
Beta Was this translation helpful? Give feedback.
All reactions