KevinOConnor
KevinOConnor
> How are we deciding what to cut from these space limited chips? There's no documented strategy - generally we disable whatever new feature caused the build to go over...
Interesting. Thanks. This is a very challenging area of the code to work on. A lot of the interactions are very subtle. If I understand this PR, it's checking if...
Thanks. I'm not sure this change is needed though. If one selects "low-level options" and selects a "Flash chip" of "GENERIC_03H with CLKDIV 4" then Klipper should work with just...
Thanks. In general, it seems fine to me. At a minimum the configs need to be added to the build test cases though ( https://www.klipper3d.org/Example_Configs.html point 4). @JamesH1978 - do...
Thanks. For what it is worth, I'm not familiar with the flashforge hardware and I didn't really understand the conversation leading up to this. I did look briefly through the...
> The ADS1018 & ADS1118 (ADS1X18) are the SPI variants of their ADS1X1X siblings with a simple SPI wire protocol Thanks. At a high-level though, #6584 seems to just add...
> Even after tracing through a lot code I do not think I have understood the effects of "REPORT_TIME" correctly. The REPORT_TIME is used to notify the heater code of...
So, are you saying this change from "ifconfig" to "ip" could break systems that were previously working? I understand the `/etc/network/interfaces.d/can0` doesn't necessarily work on all systems, but I'm not...
Interesting. Thanks. It certainly would be nice to have an automated check for that. One thing I'm not sure of, though, is that a large number of PRs have the...
If interested in testing, see PR #57. -Kevin