-
After playing around with 5 different NEMA17 and 3 hybrid stepper DIY boards I figured that not all motors are "magnetically compatible" with the concept.
I did not bother reading out the field val…
Quas7 updated
3 years ago
-
Is there need change Swift pro's code?
-
Hello,
I LOVE YOUR IDEA. I just ordered one of the "standard" closed loop controler for a nema17, but yours is definitely one step above...
However, I have some requests/additional ideas here...…
-
Hi, I'm Luca, I've been working on my antenna track project for several months, now that it's time to program it I came across your project.
So I'll show you my results, 3D modeling of the antenna.…
LZ-3D updated
3 weeks ago
-
I have some strong power nema17 stepper and bldc hub motor from hover board. Its possible way to connect?
-
It seems that the exported STLs are too small, approximately a factor of 10. This should be checked, e.g. the spacing of nema17 mounting points provide the right scale factor.
-
I have some strong power nema17 stepper and bldc hub motor from hover board. Its possible way to connect?
-
### Is there an existing issue for this problem?
- [X] I have searched the existing issues
### OrcaSlicer Version
2.2 beta
### Operating System (OS)
Windows
### OS Version
10
### Additional sy…
-
Hi everyone,
I need help for setting properly my new servo42d and servo57d in my cnc.
My 3 axis cnc configuration is 2 nema17 high torque in Y axis and 1 in X axis and 1 nema23 in Z axis.
This is t…
-
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 …