where can I set the order/sequence of the axis moving when using the probe mode 1? My tool is now moving to the probe automatically, but it first moves the z-axis to get there. I'd like to change this order
71taa Posted at 2020-1-14 10:05
You can copy this file to your usb drive using F1 (copy)/F2 (paste) sequence from the attached key ...
Thank you, so this is for probe mode 1? I'm currently using that mode.
Other thing would be, that I'd like to use my 3d touch probe for my workpiece corners. So I got one probe for my cutter length etc. And the touchprobe for my corners. What can I do to first get my corners probed by the 3d touch probe and then change my tool by hand and then get to the tool length sensor that has a fixed position on my table?
In case this requires custom development I'd like to know where I need to put the code required to do this operation
You can copy this file to your usb drive using F1 (copy)/F2 (paste) sequence from the attached keyboard (use hub). Or edit it right in the controller (F4 as far as I can remember).
This is a plain G-code, so you could add any movements there. If you like to change the order (XY and then Z) - switch G91G00Z#3 with G91G00X#1Y#2, N2 should stay there it is now