Hey everyone, finally got some PPE down time and have started working on a port of marlin 2: https://github.com/allartburns/Marlin Branch is "bigbox" and I'm testing it now on a dual hybrid. I can build ok on my Win10 box but MacOS and Linux builds hang on the temperature.cpp file. (I filed a bug over at Arduino to cover that.) So far all I've done is verify it works with Octoprint and that I can extrude/retract from both extruders thru Octoprint. I need to go for a covid-19 cabin fever walk and ponder some remote teaching questions but I'll try printing this afternoon/evening.
Made some progress on this over the last couple weeks with my single extruder big box. I've also upgraded to TMC2130 stepper drivers so lots of changes are for that https://github.com/onlydave/Marlin/tree/bigbox-pro-tmc2130
Good news! The problem I'm having turns out to happen on all three platforms with dual extruders. There's a bug in the CPP stage of avr gcc that's causing it to hang indefinitely, I'm going to build avrdude from source and see if I can track it down.
Looks like bug is in the Marlin software, not avrdude. If you have N extruders that meas you have N cooling fans on N pins, on the BigBox it's actually 2, 1, 1, not n, n, n;
Progress! In short, there's a bug in 2.0.x that is fixed in the dev branch. I have literally only built this and installed it and reset flash memory. However, if you feel like testing I can't stop you. https://github.com/allartburns/Marlin/tree/bugfix-bigbox
Fans aren't turning on automatically when the extruders get hot. You can still turn them on/off with M106.
Progress! Switched to Visual Studio Code, marlin-2 is now compiling and running. All I've done are some basic tests, but I think the bugfix-bigbox branch is ready for others to try.
I heard it was not worth trying Marlin 2.0 on the 8bit Rumba, did you have any issues around that? And are you on Pro or Dual? Im on Pro.
I'm on Hybrid Dual. I had to put it aside for a few weeks while I did some work-for-money but I hope to get back on it next week.
Progress! Still testing, but I've got both extruders working, automatic bed leveling, etc. https://github.com/allartburns/Marlin/tree/bugfix-bigbox
Made some more tweaks and just printed a 10x10x10 cube in PLA. There's something wonky after the print finishes and the cleanup extrude/retraction in the dock. I had to make some tweaks so the head can go outside the bed, not sure if I introduced a bug or found a new one. I need to work on the laser cutter in the garage to do some Etsy sales today but I'll try more prints tonight or tomorrow.