@chrishamm Will do. Thank you for the prompt response.
Best posts made by Ravs99
-
RE: Start4.elf not compatible
-
RE: Not all stepper drivers working
@jay_s_uk said in Not all stepper drivers working:
M584 X0.0 Y0.1 Z0.2 U0.3 V0.4
M350 X16 Y16 Z16 U16 V16 I1 ; configure microstepping with interpolation
M92 X192.00 Y192.00 Z192.00 U192.00 V192.00 ; set steps per mm
M566 X900.00 Y900.00 Z900.00 U900.00 V900.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z6000.00 U6000.00 V6000.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z6000.00 U6000.00 V6000.00 ; set accelerations (mm/s^2)
M906 X2000 Y2000 Z2000 U2000 U2000 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 U0 V0S1 ; set axis minima
M208 X230 Y210 Z200 U200 V200 S0 ; set axis maximaOk thank you. I will try this. Yes currently they're not connected to anything. Originally, this is supposed to be a config file for a hangprinter but right now I'm just trying to find the cause of why that certain driver was slower than the rest in my original config file for the hangprinter which I pasted above.
-
RE: Not all stepper drivers working
@ravs99 @jay_s_uk Hey. Thank you for the suggestion, that particular driver does seem to be rotating at the same speed now! However I need to make sure to apply this to my hangprinter config which I've posted above. It does seem to be an issue in my configuration so I will look into it. Thank you for the help so far.