undefinedAs the title of this post states the Z is a BL/3D Touch and it is in fact homing on command. However, the X & Y are not in fact homing regardless of my attempts to home said Axis????? When I do hit the command button "Home All" all of the axis will move simultaneously though they will ALL only move a couple two or three MM's, never make contact with any of their respective endstops, and then they will declare themselves "Homed?????" So what gives what is up with this here odd homing behavior???? Why will ALL of the axis move on the Home All command yet only move a mm or two maybe three IDK all I do know is that they never make contact with their respective endstop yet they will declare themselves "homed" when obviously they are not???? Please tell me I am not crazy and please I hope someone has a solution. I want things to work with RRF though Im already contemplating/considering moving over to Klipper coz it has been one issue after another with this RRF though Ill be perfectly honest the vast majority of the issues Ive encountered have been/are due to inexperience with RRF. All of my 3d hardware & fw experience is with the BTT SKR lineup particularly their SKR 1.4 Turbo of which I used to believe was "the board to get" that is until I learned of Duet3d and their "g code is everything" Philosophy along with ALL of the safety measures they bake into the hardware. I was settled on Duet3d and still am I just need to get past this hump of dealing with the "non homing/not hitting endstops/overall not working so great hump that I am on top of right now so anyways....... Okay that is all Ive got below you will find the applicable files that I am aware of thus far:
In accordance with the Testing Endstops publication from Duet3d the following m119 command was done when only the Duet 3 Mini 5+ was powered via USB coming from its SBC, a RPi 4b with only the D3M5+ being connected via USB:
10/8/2021, 9:32:10 PM m119 -- Endstops - X: at min stop, Y: at min stop, Z: not stopped, Z probe: not stopped
BTW the previous m119 command is NOT true as in the X and Y are not pressed up against their applicable endstops.......
; bed.g
; called to perform automatic bed compensation via G32
;
; generated by RepRapFirmware Configuration Tool v3.3.3 on Thu Oct 07 2021 08:23:52 GMT-0500 (Central Daylight Time)
M561 ; clear any bed transform
G29 ; probe the bed and enable compensation
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.3.3 on Thu Oct 07 2021 08:23:53 GMT-0500 (Central Daylight Time)
G91 ; relative positioning
G1 H2 Z5 F9600 ; lift Z relative to current position
G1 H1 X-415 Y-415 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
G1 H2 X5 Y5 F9600 ; go back a few mm
G1 H1 X-415 Y-415 F360 ; move slowly to X and Y axis endstops once more (second pass)
G90 ; absolute positioning
G1 X-20 Y-9 F9600 ; go to first bed probe point and home Z
G30 ; home Z by probing the bed
; Uncomment the following lines to lift Z after probing
G91 ; relative positioning
G1 Z5 F160 ; lift Z relative to current position
G90 ; absolute positioning
; homex.g
; called to home the X axis
;
; generated by RepRapFirmware Configuration Tool v3.3.3 on Thu Oct 07 2021 08:23:53 GMT-0500 (Central Daylight Time)
G91 ; relative positioning
G1 H2 Z5 F9600 ; lift Z relative to current position
G1 H1 X-415 F1800 ; move quickly to X axis endstop and stop there (first pass)
G1 H2 X5 F9600 ; go back a few mm
G1 H1 X-415 F360 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-5 F9600 ; lower Z again
G90 ; absolute positioning
; homey.g
; called to home the Y axis
;
; generated by RepRapFirmware Configuration Tool v3.3.3 on Thu Oct 07 2021 08:23:53 GMT-0500 (Central Daylight Time)
G91 ; relative positioning
G1 H2 Z5 F9600 ; lift Z relative to current position
G1 H1 Y-415 F1800 ; move quickly to Y axis endstop and stop there (first pass)
G1 H2 Y5 F9600 ; go back a few mm
G1 H1 Y-415 F360 ; move slowly to Y axis endstop once more (second pass)
G1 H2 Z-5 F9600 ; lower Z again
G90 ; absolute positioning
; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v3.3.3 on Thu Oct 07 2021 08:23:53 GMT-0500 (Central Daylight Time)
G91 ; relative positioning
G1 H2 Z5 F9600 ; lift Z relative to current position
G90 ; absolute positioning
G1 X-20 Y-9 F9600 ; go to first probe point
G30 ; home Z by probing the bed
; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F160 ; lift Z relative to current position
;G90 ; absolute positioning
Lemme know guys and gals any help would be appreciated very much so as it is this is the only issue that I can tell as of right now that is holding me back from finally and I do mean FINALLY getting a print started and completed on this very much custom Anycubic Chiron!!!!!!!!!! Thanks!!!!!!!