Duet Web Control homing buttons
-
The buttons for Home X and Home Y work. But the Home Z button doesn't deploy the BLTouch. I have to run the g code file for homez or homeall to get the BLTouch deployed. I am using Web controller version 2.0.7
-
The button just runs homez.g
What do you have in homez.g?
To use the BLTouch there should be a G30 command to probe the bed. Perhaps you have a G1 H1 move instead?
-
@Phaedrux This is what I have for homez.g:
; Home Z Axis for BLTouchG90 G1 X150 Y150 F10000 ; Move to the center of the bed
M558 F500 ; Set the probing speed
G30
M558 F50 ; Set a slower probing speed
G30It works perfectly when I run it directly. It's the Home Z button on the Web Controller that is not deploying the probe.
-
@Phaedrux Problem solved. From being an insufferable newbie, I realized my system files were in the wrong place. Thanks for the assist.
-
@Weevil said in Duet Web Control homing buttons:
I realized my system files were in the wrong place.
It happens.