Scott Lahteine
Scott Lahteine
Ok, just fixed my typos, and now I'll be scarce for a while! Hit me up on Discord if you run into any snags in any of the code affected...
Progress is looking good. One of the more important displays to update is the Ender-3 V2 DWIN screen, especially with ProUI, which has one of the nicer mesh viewer/editor features.
This seems about as ready as it could be. If there are no obvious glitches that you can see I'll go ahead and merge this forthwith.
In trying to add support for Ulticontroller to one of the boards for testing, I found some redundancy and unclear handling of i2c display stuff, so it will be good...
> This way you do not need to worry about software and hardware implementation being from different incompatible classes. Are you working on this wrapper? If so, I can hold...
@jmz52 — Any effort to get our pins very well defined and under control will help a lot going forward. I keep pointing to my LCD Pins Refactor PR as...
> So the solution for the original issue would be to either create proper variant for creality board or to force required values via build_flags. @jmz52 — I think it's...
It looks like you intended to use `set_brightness` someplace, but maybe that is no longer needed?
@studiodyne — Please clarify why "inverting" a sensor's behavior is needed, rather than simply *disabling the sensor* when it should be ignored. What kind of machine are you describing? Does...
After taking a moment to convert your concept into a proper feature, I get the idea why **swapping** (not "inverting") the sensor identities (or sensor indexes) in this manner works...