You need your own configration and in platform.ini you select the board for compilation. Stacker is just a company we work with and have them preconfigured. Does not mean others don't work. At least if they are listen in supported boards and rumba32 is supported.
If jogging Z moves Z homing Z should also move only Z. Uses same driver. But there are configs that require xy to be homed before Z is homed, so maybe that is the case. This is especially with z probes essential to ensure the probe is above bed and where you think it is to correct z correctly.
I'm getting this heartbeat from the motors when they are on. What dan I do about this? I made sure vref and rsense are set right. Still happening. I didn't see anyone with the soluion in the github issue.
We are not Marlin, we have a own completely different firmware, so looking into marlin github will never help.
The compile error is a bug. Please fetchlatest commit to get it compile. In Delta sample systems you also find a rumba32 definition, but board does not matter as much as correct definition as long as you select it's usage.
Are you using TMC2209 with software serial connection? Have no real experience with them so far, use teh spi variant which communicate much faster. Especially since software serial is using low baud rate. For the TMC2209 you can add #define IGNORE_TMC2209_FEEDBACK
to prevent the 500ms feedback check. If that is your rate (2hz) it might help.
Comments
If jogging Z moves Z homing Z should also move only Z. Uses same driver. But there are configs that require xy to be homed before Z is homed, so maybe that is the case. This is especially with z probes essential to ensure the probe is above bed and where you think it is to correct z correctly.
The compile error is a bug. Please fetchlatest commit to get it compile. In Delta sample systems you also find a rumba32 definition, but board does not matter as much as correct definition as long as you select it's usage.
Are you using TMC2209 with software serial connection? Have no real experience with them so far, use teh spi variant which communicate much faster. Especially since software serial is using low baud rate.
For the TMC2209 you can add
#define IGNORE_TMC2209_FEEDBACK
to prevent the 500ms feedback check. If that is your rate (2hz) it might help.