@phaedrux
I'm an idiot Will go update and report back
might have just found it. but im confused give me a mo
DSF VERSION 3.30
ReRap firmware for duet 3 mb6hc versiom 3.01-rc9 running on duet 3 b1.01 or later
same error occures if I home X then Home X again, Just keeps hitting endstop and restarting homing cycle for selected axis
So X Y Z can all home but only if board is restarted inbetween. If I try to Home X then X fail.--- X then Y fail ect
Seems to just restart the homing file after first home.
Tried changing homing x - y file to as basic as possible
Tried adding a G92 on end
Tried a a fully blind config, direct from configerator and still fails to home, but was still showing 4 heaters on graph so can't have been a full reset of instuction
Ran M119 every axis workign accordingly
implimented the Z changes and Z homes sucessfully, but won't home a second time.
Could it be somthing in the web interface raspberry pi part?
; homex.g
; called to home the X axis
;
; generated by RepRapFirmware Configuration Tool v3.3.10 on Sat Feb 05 2022 17:52:25 GMT+0000 (Greenwich Mean Time)
G91 ; relative positioning
;G1 H2 Z5 F6000 ; LOWER Z relative to current position
G1 H1 X1001 F1800 ; move quickly to X axis endstop and stop there (first pass)
G1 X-5 F6000 ; go back a few mm
;G1 H1 X1005 F360 ; move slowly to X axis endstop once more (second pass)
;G1 H2 Z-5 F6000 ; RAISE Z again
G90 ; absolute positioning
;G92 X0
homeall.g config.g bed.g homez.g homey.g homex.g