-
Couldn't load subscription status.
- Fork 116
Description
Hi Terje, have just updated my router to latest code, and seeing a weird homing issue.
Am running a ganged Y axis, with auto-squaring, on Phil's Teensy41 board. Was previously running code from much earlier in the year, didn't think to make of note of the older revision though.
Before attempting any movement, I'd moved the Y2 stepper & limit switch connections from B to A, and checked all the limit switches were triggering as expected in the realtime reports.
On each attempt to home;
Z homes correctly as expected.
If X is the next axis to reach it's limit switch, the switch is triggered, but the X axis motor doesn't stop. Stepper just stalls against the end stop.
If the X axis limit switch is triggered when the Y axis reach their limit switches, then they stop as expected.
If the X axis limit switch is not triggered when the Y axis reach their limit switches, then the Y axis motors don't stop. Stepper(s?) just stall against the end stops.
If the Y axis limit switch(es?) are triggered when the X axis reaches it's limit, then X axis motor stops as expected.
Is a bit hard to tell whether it's affecting both or just one of the Y axis in each case.
Am building with platformio, no code changes, but have commented out the microSD libraries, and added the following settings;
-DHUANYANG_ENABLE=1
-DSPINDLE_RPM_CONTROLLED
-DY_GANGED=1
-DY_AUTO_SQUARE=1
-DBLOCK_BUFFER_SIZE=512
Any ideas??