Hi there,
I’m trying to build a CNC coreXY machine.
I configured grbl to coreXY, and sets $100 and $101 to 80. But, my motors dont turns at the same speed.
One is really fast, the other seems more “normal”
Both drivers are set to the same tension (0.9V).
Any idea where it could come from ?
评论 (8)
#2 – adisma57 于 2017-06-30
Yep, both bought at the same time.
EDIT : this one to be accurate : https://www.amazon.fr/gp/product/B00WFWHU6S/ref=ohauidetailpageo01s00?ie=UTF8&psc=1
#3 – X3msnake 于 2017-06-30
I believe that on a corexy the motors only turn at the same speed if you
are going on a 45 degree angle. Leave all the same and just changr the
motors with each other and repeating the test.
No dia sexta-feira, 30 de junho de 2017, adisma57
escreveu:
> Yep, both bought at the same time.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <https://github.com/grbl/grbl/issues/1258#issuecomment-312248428>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AKke-sQZq3rhGJebujc7Ki1ybna0zWxgks5sJOJPgaJpZM4OKPrP>
> .
>
—
Com os melhores cumprimentos,
Vinicius Silva
#4 – chamnit 于 2017-06-30
Check your microstep jumpers on your stepper drivers.
#5 – adisma57 于 2017-06-30
I’ll recheck them.
Is there a way to test them ? Because as I didn’t have jumpers, I solders pins together.. ^^
#6 – mayhem2408 于 2017-06-30
CoreXY Geometry is quite easy.
Vertical movement is the two steppers spinning at the same speed in opposite directions
Horizontal movement is the two steppers spinning at the same speed in the same direction
45deg movement is one stepper moving and one stepper not moving.
I would check your microsteps on you drivers. If they are the same, i’d check your wiring incase one of your steppers/drivers are missing steps.
#7 – adisma57 于 2017-06-30
Thanks for this explanation.
I checked my microstepper. 2 “home-made jumpers” are broken. On the crazy
motor of course.
I’ll fix them and test again.
Le 30 juin 2017 22:36, “John”
> CoreXY Geometry is quite easy.
> Vertical movement is the two steppers spinning at the same speed in
> opposite directions
> Horizontal movement is the two steppers spinning at the same speed in the
> same direction
> 45deg movement is one stepper moving and one stepper not moving.
>
> I would check your microsteps on you drivers. If they are the same, i’d
> check your wiring incase one of your steppers/drivers are missing steps.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/grbl/grbl/issues/1258#issuecomment-312367171>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AcaaTxRFqT6crqC7D7p6X2Dzz1AzPBETks5sJVw4gaJpZM4OKPrP>
> .
>
#8 – mayhem2408 于 2017-06-30
@adisma57 The following tests are based on your steps per mm being set at 80. and your steppers microstepping at 1/16
You can check each motor by first going to your origin:
G0 X0 Y0
From here you can turn one motor in one direction for one full revolution over 10 seconds
G1 X40 Y40 F240
To turn the other motor in one direction for one full revolution over 10 seconds
G1 X80 Y0 F240
To turn both motors in the same direction for one full revolution over 10 seconds
G1 X40 Y0 F240
To turn both motors in the opposite direction for one full revolution over 10 seconds
G1 X40 Y40 F240
#1 – X3msnake 于 2017-06-30
are the motors the same type? same step angle?
2017-06-30 8:34 GMT+01:00 adisma57:
> Hi there,
>
> I’m trying to build a CNC coreXY machine.
> I configured grbl to coreXY, and sets $100 and $101 to 80. But, my motors
> dont turns at the same speed.
> One is really fast, the other seems more “normal”
>
> Both drivers are set to the same tension (0.9V).
>
> Any idea where it could come from ?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/grbl/grbl/issues/1258>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AKke-pyhXnxQawBAI_2L8SbkpilVFK7aks5sJKUNgaJpZM4OKPrP>
> .
>
—
Com os melhores cumprimentos,
Vinicius Silva