Last active
February 20, 2021 17:37
-
-
Save LongLiveCHIEF/b4bd6c1fc36ba7faac6ae8881a1c388d to your computer and use it in GitHub Desktop.
CNC Probing Snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(MSG, Attach Probe) | |
M0 | |
G38.2 Z-50 F60 | |
G90 | |
G10 L20 P1 Z0 | |
G91 | |
G0 Z15 | |
G90 | |
(MSG, Detach Probe) | |
M0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment