Question about Klipper updates #10
-
After installing this firmware and getting everything working, do you know if it's safe to use the klipper update in mainsail? It gives a clear warning message:
The update showing for me in mainsail is a small one ( v0.11.0-267 > v0.11.0-271) so no real rush to update, but I guess over time that will become more important. Maybe add something to the readme about how to update firmware? This is all fairly new to me and you've made it really easy to get started, just need a bit of info on how to keep it going :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
-
In case it's any use, I went ahead and updated, and compiled and flashed the new firmware myself as I was interested in the process ... like you say I don't think there's anything significant in v11 for Kobra users (https://www.klipper3d.org/Releases.html) but it seems to work fine for me and perhaps the 'Several bug fixes and code cleanups' are of some small benefit. |
Beta Was this translation helpful? Give feedback.
-
Hi all what is missing the the board config for our MCU, to be more exact the spi_bus and cs_pin values. @jokubasver ,I hope you can help since you had a custom Marlin firmware built, do you think it is possible to extract those values from Marlin firmware, as I couldn't find any mention of those in any board schematic online. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Generally speaking, it always can happen that there are changes made somewhere which somehow break compatibility, that's why that checkbox apperas where you have to click on "I understand the risks" or sth like that before it actually let's you make the update itself. So if you wanna re-assure yourself as much as possible, you can check the commit history at GH which is linked in that window. And that's why I didn't and won't mention anything about updates (safe or not) to my infopage or the readme here - ppl should refer to the official Klipper doc then. I'll try to move this issue to the discussions though, so ppl can come across this in the future - so thanks for opening this issue :)
I…