Scott Lahteine

Results 414 comments of Scott Lahteine
trafficstars

As time allows. My priority is currently on the next Marlin release, then for ABM my emphasis is on the Config Editor (which is pretty cool) and the config migration...

There are TMC2240-related changes that I need to bring over from https://github.com/z1996xm/B1-SE-Plus-TMC2240/tree/main/B1-SE-Plus and I might have already started a Marlin branch with TMC2240 additions that's sitting in my work pile...

I went ahead and created the PR MarlinFirmware/Marlin#25974 to add support for this new stepper driver to Marlin. It looks like it has the same capabilities as the TMC2209 but...

@teemuatlut — Apparently TMC2240 drivers can operate in SPI or UART mode, but BTT plans to ship their drivers with SPI as the default (with a solder-pad to switch to...

I've incorporated changes from https://github.com/z1996xm/tmc2240_lib/tree/master here and will test a build with them over the next day or two. The way that @z1996xm implemented `__TMC_SPI_DEFINE` over at https://github.com/z1996xm/Marlin/commit/146262d6447a130bfe21832f864cfa4769308698 doesn't allow...

I've been on a mental vacation and lately catching up on other Marlin stuff. I will get back to this issue pretty soon.

It will definitely be completed and merged before the next (2.2.0) release.

Juggling a lot of tasks ahead of the next release, but this is near the top of the list. Things got changed over at the tmc2240 branch leading to the...

> ## Thank you very much! 👍🏻 Happy to help! I only wish I wasn't stuck on the fine details. I've reached out to BTT for some help with this,...

Updated this to preserve the existing behavior of `M428` with no parameters.