unable to home[xyz] using my homing scripts
-
So at 1500 acceleration the motor was stalling preventing the endstop from being hit and thus hanging?
-
@Phaedrux looks like - but only for a small feed rate (G1 H1 X-355 F100) and a small distance (2 mm back to end stop) and not if command was executed from the console.
i feel this is strange, maybe someone wants to have a look at the code.
i do not know if the stepper(s) were/are stalling of if the 'firmware was stalling' - only a reset (hard or soft, power cycling the board was not necessary ) could end the faulty state.
-
@spllg said in unable to home[xyz] using my homing scripts:
only a reset (hard or soft, power cycling the board was not necessary ) could end the faulty state.
There is a reproducible behavior in RRF3: If a homing move does not end, everything hangs, and it takes a reset to get out of that state. Furthermore, if you have a Pi, both the Duet board and the Pi must be reset.
-
@Danal in my case it is sufficient to reset the duet - don't have to touch the rpi.
-
@Danal said in unable to home[xyz] using my homing scripts:
@spllg said in unable to home[xyz] using my homing scripts:
only a reset (hard or soft, power cycling the board was not necessary ) could end the faulty state.
There is a reproducible behavior in RRF3: If a homing move does not end, everything hangs, and it takes a reset to get out of that state. Furthermore, if you have a Pi, both the Duet board and the Pi must be reset.
Firmware version? Does it happen in standalone mode as well as in SBC mode?
-
- firmware version = 3.01-RC2
- it happens in sdc mode
- never tried standalone mode (although probably is should)