Homing Issue 3.4.0-b3
-
RRF + DWC Version 3.4.0-b3
;G28, homeall.g T0 G91 ; relative positioning G1 H1 X999 Y999 F2000 ; move quickly to X and Y axis endstops and stop there (first pass) G1 H0 X-5 Y-5 F12000 ; go back a few mm G1 H1 X5 Y5 F200 ; move slowly to X and Y axis endstops once more (second pass) G1 H0 X-5 Y-5 F500 ; move back to free up the endstop G90 ; absolute positioning
the Problem is that (with the homeall.g file, or G28) the Y Axis moves till the endstop then
(simultaneously) the X Axis homes normally (to the endstop, back and a second time...)
but the Y Axis doesn't want to move after it's first pass (macro line 4)....(as a result the Homing failed) UNTIL i home it explicitly alone (with the homey.g macro), sometimes it homes 2 times (X or Y Axis) which i don't understand?!?!?!but the Problem i described above only occurs for the Y Axis (until now)
it seems that this problem occurs when the 2 Axis Homed simultaniously.
i can't Say when this issue started exactly, but it was working a while ago... (and it works without
problems on the Chiron the same way), the only difference is that here it's Core XYWhen i Change the Macro this way:
;G28, homeall.g T0 G91 ; relative positioning G1 H1 X999 F2000 ; move quickly to X axis endstop and stop there (first pass) G1 H1 Y999 F2000 ; move quickly to Y axis endstop and stop there (first pass) G1 H0 X-5 Y-5 F12000 ; go back a few mm G1 H1 X5 F200 ; move slowly to X axis endstop once more (second pass) G1 H1 Y5 F200 ; move slowly to Y axis endstop once more (second pass) G1 H0 X-5 Y-5 F500 ; move back to free up the endstop G90 ; absolute positioning
it works without problems..
in case of the homing that occurs 2 times after one tap on the homing button.....maybe the possibility of an Paneldue Homing Button issue??
PanelDue-3.4.0-pre2