-
Hi @teemuatlut,
thanks for updating the TRAMS board and all the work you do with the TMC2130/2208.
Wouldn't it be possible to use the TMC2130Stepper code also for the TMC5130 stepper drivers? As f…
-
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…
-
Is there a reason that the TMC5130 peripheral script does not allow setting the full acceleration profile (ability to change V1, D1, VSTART, VSTOP)? This would enable motor movements like starting at …
-
I have used this library with other drivers and everything works great. Right now I am trying to port my firmware that I wrote for my TMC5130 to this library and for some reason, the XTARGET is not wr…
-
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 …
-
Hi,
I have working "Pi HAT" now - both drivers are working perfectly on RPi4 . As I'm not very strong in python .... yet ;-) I'm not sure what is the best approach to have two channels working on t…
-
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 …
-
My original code looked like this:
```
mot = chipdrive.tmc5130(settings=nema17,loglvl=logging.ERROR)
for i in range(2):
mot.goto(0.3)
mot.goto(0)
```
This was to check that the index …
-
I'm an electrical engineer (not software super person) using a TMC5160 with an encoder. I found that no matter how I set ENC_CONST using this library's function, it would only ever set the lower 16 bi…
-
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 …