I ordered a touch plate so that I can have my CNC router do auto-zero instead of trying to use a piece of paper. How can I set up Auto-Zero using CNC xPro and GRBL Panel? I saw a thread at https://openbuilds.com/threads/ask-grbl-cnc-questions-here.3000/page-2 but he uses bCNC or UGS.
https://openbuilds.com/threads/cnc-x-pro-v3-tool-measurement-z-axis.8816/#post-50456 works for all controllers. Skip past the wiring part.
I watched the video. The first line of code works but the second line of code doesn't work. I'm hearing-impaired and while the video has captioning, I may have missed his instructions between the lines of code. The touch plate is 19.25mm high. What should the second line of code be? First line of code: G38.2 Z-0.5 F10 Second line of code: G92 Z19.25 or G92 Z-19.25
For your 19.25 mm thick touchplate. After the bit touches the plate using your G38.2 Z-0.5 F10 commands, then the code should be G92 Z19.25.