Won't HOME after capacitive sensor installed
-
@phaedrux said in Won't HOME after capacitive sensor installed:
When you do G30 S-1 there will be a measurement reported in the gcode console. What value does it give you?
I got it, I got it, I got it! I so sorry. That was an oversight on my part. I was totally over engineering it for sure.
I think the best issue is when I went ahead to test it by using G30 S-1 the nozzle height wouldn't change but when it prints it does indeed lower. So, basically I G92 Z0 when the nozzle is touching the bed and the raise and G30 S-1 and the enter that height that the sensor goes off at and there is your ( sensor trigger height to ' 0 '. Then when printing the first layer starts at 0.2 so Duet will now know where 0.2 is. DUH!!!
-
Yeah I think you got it now.
So you take the result of G30 S-1 from the console, and put that in G31 Z.
Then if you still need to adjust the first layer with baby stepping you can use that value to fine tune the G31 Z value.