Citation
Please post data sheets for the motors.
Nema 17 17HS4401S / 0.9° / 1,3 A
Citation
What stepper drivers are you using (usually A4988 or DRV8825 with CNC shield)?
A4988
Citation
Have you properly set the coil current limits on the motor drivers? What value of Vref is set ?
So not at all! I have a first lead already I guess. I'll do my research on the net for that.
Citation
Have you set the microstepping on the drivers? To what value?
I just followed the video of the guy explaining his setup... I put a jumper on the middle PINs
Citation
How fast are you trying to step the motors?
the default speed given by UGS
Citation
Post a sample of the g code that you send to the CNC shield to get the motor to run.
Here sir :
**** Connected to COM5 @ 115200 baud ****
Grbl 0.9j ['$' for help]
>>> $$
$0 = 10 (step pulse, usec)
$1 = 1 (step idle delay, msec)
$2 = 0 (step port invert mask:00000000)
$3 = 0 (dir port invert mask:00000000)
$4 = 0 (step enable invert, bool)
$5 = 0 (limit pins invert, bool)
$6 = 0 (probe pin invert, bool)
$10 = 3 (status report mask:00000011)
$11 = 0.010 (junction deviation, mm)
$12 = 0.002 (arc tolerance, mm)
$13 = 0 (report inches, bool)
$20 = 0 (soft limits, bool)
$21 = 0 (hard limits, bool)
$22 = 0 (homing cycle, bool)
$23 = 0 (homing dir invert mask:00000000)
$24 = 25.000 (homing feed, mm/min)
$25 = 500.000 (homing seek, mm/min)
$26 = 250 (homing debounce, msec)
$27 = 1.000 (homing pull-off, mm)
$100 = 250.000 (x, step/mm)
$101 = 250.000 (y, step/mm)
$102 = 250.000 (z, step/mm)
$110 = 500.000 (x max rate, mm/min)
$111 = 500.000 (y max rate, mm/min)
$112 = 500.000 (z max rate, mm/min)
$120 = 10.000 (x accel, mm/sec^2)
$121 = 10.000 (y accel, mm/sec^2)
$122 = 10.000 (z accel, mm/sec^2)
$130 = 200.000 (x max travel, mm)
$131 = 200.000 (y max travel, mm)
$132 = 200.000 (z max travel, mm)
ok
>>> $G
[G0 G54 G17 G21 G90 G94 M0 M5 M9 T0 F0. S0.]
ok
>>> G21G91G1X10F5000
>>> G90 G21
ok
ok
>>> G21G91G1X-10F5000
>>> G90 G21
ok
ok