Page 1 of 1

Porting configuration / code to Marlin 2

Posted: Mon Sep 13, 2021 7:50 pm
by ibash
Hi all,

I started porting configuration/code changes to Marlin 2. Right now I'm targeting M3 ID configuration, but a similar method can be used for other printers.

First I went through and cleaned up the git history for the published firmware, this makes it more clear what changes have been made:

https://github.com/ibash/Marlin/pull/1

Then I started going through line by line and copying over config changes to Marlin 2(WIP). The aim is to have a fork of Marlin that can be periodically be rebased onto the latest Marlin releases, so that it's easy to keep up to date...

https://github.com/ibash/Marlin/pull/2



Some more useful threads:
* https://forum.makergear.com/viewtopic.php?f=9&t=10126
* https://forum.makergear.com/viewtopic.php?f=2&t=10074