Hi very new to CNC, just working on my first job. I have a Shapeoko 5 pro, using gSender and FabexCNC as my CAM.
My job has a tool change in it. I can successfully zero the the machine at my material, store that origin, probe the Bitsetter, then go back to my material with “Go XY0” button, following the gSender docs here → Using gSender - gSender Docs
My problem is when I then run my job, the machine travels to the top right to probe the Bitsetter, not the bottom right where I just ran the probe wizard. I have the correct corner selected in the probe tab as well, and changing that doesn’t change the direction of travel to the probe when running the job.
Running the “Initial Tool BitSetter” macro found at this repo → GitHub - cncjs/CNCjs-Macros: Macros for use with CNCjs ← does the same thing, travels out to top right instead of bottom right.
Also, it unclear to me how those macros would trigger during a job. Following along on the thread “gsender-understanding-tool-macros” from this site, it sounds like it should be inserted by into the gcode by me? I am unsure how those are supposed to work. The gsender docs don’t indicate how the macros would be triggered by something like an M06. I can just use an editor to insert those (or a script, ah… macros writing macros…), but hoping the software is smart to do that itself.
Thanks!