Yet another Marlin for M2 fork
Posted: Thu Aug 27, 2015 5:47 am
I realize several people have their own tracking forks of Marlin, but they're all to add support for hardware I don't have and none are for the dual setup, so here's mine: https://github.com/jinschoi/Marlin
Fork of latest Release branch (1.0.2) with support for v4 dual extruders. Changes from stock:
Configuration set up for M2, using settings blindly transferred over one by one from MakerGear's M2_Dual_Extruder_Marlin firmware. Only settings not taken directly were to enable the auto extruder fan and put in my own PID values.
temperature.cpp modified to workaround a compiler bug with dual extruders using the least invasive "fix" from here: https://github.com/MarlinFirmware/Marlin/issues/1523
stepper.cpp modified to add a workaround for skipped steps during fast moves exacerbated in newer versions of the Arduino IDE.
I haven't given it a thorough testing yet.
Fork of latest Release branch (1.0.2) with support for v4 dual extruders. Changes from stock:
Configuration set up for M2, using settings blindly transferred over one by one from MakerGear's M2_Dual_Extruder_Marlin firmware. Only settings not taken directly were to enable the auto extruder fan and put in my own PID values.
temperature.cpp modified to workaround a compiler bug with dual extruders using the least invasive "fix" from here: https://github.com/MarlinFirmware/Marlin/issues/1523
stepper.cpp modified to add a workaround for skipped steps during fast moves exacerbated in newer versions of the Arduino IDE.
I haven't given it a thorough testing yet.