Closed NilsNippe closed 2 years ago
Hi @NilsNippe,
I don't really see where this behavior can come from either...
I never seen this behavior before when developping and testing grbl-Mega-5X.
$RST=*
restores the default parameters of the program and everything back to normal,
@++;
Gauthier.
Hi, I am using a ramps 1.4 board with an anrduino mega2560, with a dual Y-axis. I can't get my motors to move (whilst homing), they just rock back and forth (maybe one step forwards, one step backwards? -> Video1 & Video2 attached). When moving an axis in this state, it oscillates between having a bit of resistance (more resistance than when completely turned off) and being impossible to move (-> Video3 attached). My Configuration:
$0 = 10 (Step pulse time, microseconds) $1 = 25 (Step idle delay, milliseconds) $2 = 0 (Step pulse invert, mask) $3 = 0 (Step direction invert, mask) $4 = 0 (Invert step enable pin, boolean) $5 = 0 (Invert limit pins, boolean) $6 = 0 (Invert probe pin, boolean) $10 = 3 (Status report options, mask) $11 = 0.010 (Junction deviation, millimeters) $12 = 10.000 (Arc tolerance, millimeters) $13 = 0 (Report in inches, boolean) $20 = 1 (Soft limits enable, boolean) $21 = 1 (Hard limits enable, boolean) $22 = 1 (Homing cycle enable, boolean) $23 = 0 (Homing direction invert, mask) $24 = 60.000 (Homing locate feed rate, mm/min) $25 = 20.000 (Homing search seek rate, mm/min) $26 = 250 (Homing switch debounce delay, milliseconds) $27 = 2.000 (Homing switch pull-off distance, millimeters) $30 = 1000 (Maximum spindle speed, RPM) $31 = 0 (Minimum spindle speed, RPM) $32 = 0 (Laser-mode enable, boolean) $100 = 71.000 (X-axis travel resolution, step/mm) $101 = 71.000 (Y-axis travel resolution, step/mm) $102 = 71.000 (Z-axis travel resolution, step/mm) $103 = 71.000
$110 = 500.000 (X-axis maximum rate, mm/min) $111 = 500.000 (Y-axis maximum rate, mm/min) $112 = 5.000 (Z-axis maximum rate, mm/min) $113 = 500.000
$120 = 10.000 (X-axis acceleration, mm/sec^2) $121 = 10.000 (Y-axis acceleration, mm/sec^2) $122 = 10.000 (Z-axis acceleration, mm/sec^2) $123 = 10.000
$130 = 200.000 (X-axis maximum travel, millimeters) $131 = 200.000 (Y-axis maximum travel, millimeters) $132 = 50.000 (Z-axis maximum travel, millimeters) $133 = 200.000
The step pulse seems fine lenght-wise, but has quite a low amplitude (0.3V vs 5V without stepper driver inserted, ->Image1 attached) The phases of being movable/not movable are accompanied by interference (->Image2 attached).
I am not sure what could cause this problem, as the stepper drivers are functional and the settings are as close to reasonable as i can get them without actually having the motors move.
Image2-Interference Image3-multiplePulses Image1-singlePulse