Desuuuu / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform. Modified with a new DWIN T5UID1 touchscreen implementation.
GNU General Public License v3.0
31 stars 10 forks source link

Update to newest Marlin 2.0.x code #5

Closed mrv96 closed 3 years ago

mrv96 commented 3 years ago

Hi, i merged your repo with current Marlin 2.0.x. According to the new Marlin sanity check, DGUS defines must change:

https://github.com/MarlinFirmware/Marlin/blob/072b15784f79c51cf4aed9b6272dfdba8160b452/Marlin/src/inc/SanityCheck.h#L476-L485

There are also other issues which I have just solved, you can check them here: 762d2f8f0e52111fd961172fe884d5b7dc24727a

I make a pull request unknowing if you have commited code without pushing it. In that case feel free to reject the PR, I'm curious to see your improvements if any!

Desuuuu commented 3 years ago

I just merged the 2.0.7.2 release from upstream. Thanks for the details about the changes!