Open probonopd opened 6 years ago
Taking the updated files from Marlin.zip above, possibly need
sed -i -e 's|^#define AUTO_REPORT_TEMPERATURES|//#define AUTO_REPORT_TEMPERATURES|g' Configuration_adv.h
sed -i -e 's|^#define EXTENDED_CAPABILITIES_REPORT|//#define EXTENDED_CAPABILITIES_REPORT|g' Configuration_adv.h
Certainly need
sed -i -e 's|^#define REVERSE_MENU_DIRECTION|//#define REVERSE_MENU_DIRECTION|g' Configuration.h
Turns out that we only need three files for the custom Marlin firmware. Why keep all of Marlin in this repository when these three files are sufficient?
We can build like this (tested):
Now, it seems like we need to update (some of) these three files for it to work with newer versions of Marlin.
1.1.7 says
1.1.8 says
The needed changes seem to come from https://github.com/MarlinFirmware/Marlin/commit/59d047c1d7d4e39d0f4014eb2b44887935a444e2, https://github.com/MarlinFirmware/Marlin/commit/794f8f132966778c9c9395ff922ee5a3a5d81ef0, https://github.com/MarlinFirmware/Marlin/commit/e05af35678be10d6f3c483e1b321ba3d62bc6bb5
The attached zip has all the necessary changes applied.
Marlin.zip