-
I have the same motherboard and was looking at your VS code. First question is does it work? I don't have a sensor mounted yet nor do I want filament run-out yet. Something stuck out that you have E2 …
-
The TMC-API is getting a rework of its core structure. This is to make the direct accessing of chip registers as easy as possible.
For detailed descriptions of how to use the updated TMC-API, see h…
-
When i try to use the example for the TMC2660 there is always the drive. object missing.
What did i have to ad to the project? What is missing?
-
There is no option for the Raps128 stepper in Configuration.h
```cpp
* Stepper Drivers
*
* These settings allow Marlin to tune stepper driver timing and enable advanced options for
* stepper …
-
Hardware SPI works fine using :
`TMC2660Stepper driver = TMC2660Stepper(CS_PIN, R_SENSE);`
using :
`TMC2660Stepper driver = TMC2660Stepper(CS_PIN, R_SENSE, SW_MOSI, SW_MISO, SW_SCK);`
doesn't wor…
-
I've used these macros on a Voron 0.1 and a CR-10S Pro with good results, but having a little trouble with my BLV Cube, which uses a Duet 2 motherboard. I'm getting an error when I try to home that s…
-
This version has the biggest problem. I guess no one except you dares to copy this board. My idea is very simple. You can clear all the TMC2660 and use a double-layer board layout, which will save a l…
-
I am trying to drive a nema23/56 stepper with a TMC2660 on the TMC2660-BOB breakout board, with an arduino mega 2560. I'm attempting to run hardware SPI on the mega SPI pins (50 (MISO), 51 (MOSI), 52 …
-
I use the tmc2660 stepper driver on my 3D printer. I use the TM2626Stepper library. When I start my 3-D printer, it is warming up because the motors come to a standstill and how do I stop it at the …
-
Don't use this version on the Ender 5 pro. the z-axis steps are 2x on ender 5 pro (it has a different z-axis screw) so this version of the firmware will only move up 1/2 the correct amount, which of …