z probe not displaying under sensor status web controller
-
@1997alex said in z probe not displaying under sensor status web controller:
G30 Z852.47 F380 s2 ; move Z up until the endstop is triggered G92 Z852.47 ; set Z position to axis maximum (you may want to adjust this)
This is incorrect.
@1997alex said in z probe not displaying under sensor status web controller:
OK it worked but I thought it would also work to stop the z axis from moving like when you use a end-stop but it keeps going toward the bed . it homes z using the z probe now which is what i wanted but id like to use it as a endstop too.
There appears to be some confusion. It sounds like your probe isn't triggering properly to stop the bed from moving like it should. Is that what you mean to use it as an endstop?
Can you please perform this test on your probe to see if it's actually working before you try to home the printer again.
https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe
Let us know how far you get.
If the test works and it stops properly, then your homez should look like what was posted by @jay_s_uk above.
G91 ; Relative mode G1 H2 Z5 F5000 ; Lower the bed G90 ; Back to absolute positioning G1 X160 Y130 F10000 ; position probe G30 ; probe the bed
-
@Phaedrux ok, sorry about that confusion. I wasn’t sure what part of the code to input into my homez file at first but it works now. Thanks.