Scott Lahteine
Scott Lahteine
What happens if you run `M428 P X` followed by two more `M428 P X` commands? Is the result meaningful in any way?
(Reminder to self to update G-code documentation on Marlin documentation repo and reprap wiki before merging this.)
Due to the need to save stuff to EEPROM and affect portions of the code unrelated to ProUI, I refactored the new option as a more general conditional that currently...
Note that reversing the encoder will also affect the direction of editing, so clockwise will decrease values and counter-clockwise will increase. To mitigate this problem, what you really want is...
I went ahead and modified this to only affect the direction of menu selection, keeping the direction of editing the same. Users should configure their encoders so clockwise increases an...
It's actually a part of the Marlin paradigm that when you change hardware, you generally need to recompile. Obviously we cannot make every type of display "hot swappable" so we...
Good news that we're hitting on a solution. I was personally stumped. I'd like to try a few things to better understand how peripherals can conflict with each other. Please...
ExtUI is not just for serial host controllers. It is for any controller that needs to interact with Marlin features and receive event callbacks whenever Marlin does something interesting that...
This should be re-targeted to MarlinFirmware/Marlin -> Development branch.
Thanks! The project is not being actively developed, but patches for compatibility will be accepted! It's unclear why `TabletMagicPref screenChanged` would be unrecognized now and not in earlier builds, but...