Porting configuration / code to Marlin 2

Have questions or comments about Simplify3D, Slic3r, Cura, Reptier, etc? Or wondering about which CAD software to use...discuss it here...
Post Reply
ibash
Posts: 9
Joined: Wed Sep 08, 2021 8:37 am

Porting configuration / code to Marlin 2

Post by ibash » Mon Sep 13, 2021 7:50 pm

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

Post Reply