bdring / 6-Pack_CNC_Controller

MIT License
289 stars 71 forks source link

tmc2226 #64

Open ViktorRindom opened 1 year ago

ViktorRindom commented 1 year ago

I could not find any documentation for the tmc 2226 stepper driver. I would like to know how I should set the jumpers and how I should set the axes up using that board in the code.

ViktorRindom commented 1 year ago

Its most likely like the tmc2209 (so like stepstick) but it would be nice to have that confirmation.

bdring commented 1 year ago

That is a UART controller stepper driver. The 6 pack does not support those for multiple reasons. Read here on what drivers are supported.

https://github.com/bdring/6-Pack_CNC_Controller/wiki/Supported-Stepper-Drivers

ViktorRindom commented 1 year ago

I get that I cant run it using uart but can it be run in "step stick" mode?

I already have this driver and would like confirmation that it works like the 2209: UART type motors like TMC2209 are not supported yet. The TMC2209 can be used in StepStick mode, called SilentStepStick. The UART is not used, so you are forced into 16x microstepping and SpreadCycle (not silent) mode. Set jumper like StepStick drivers.