Probing correctly with iosender #197
-
First of all, thanks for a brilliant piece of software. I'm not sure weather this should be in IO sender or Grbl-Hal, but here goes. I'm struggling a bit to understand how the probing and tool offset works. Then i just want to do a simple facing of a piece of POM, and i set X and Y of G54 to the corner of that piece. Now to set Z on G54, i would normally use the probed position from my touch plate, which i know is precisely 25mm above my base plate. And the Gcode facing i've made with work coordinate system starting on the baseplate. Now i'm just missing the connection between the last two dots... - how do i get from the probed tool length to the surface of my spoilboard? Is it a seeting in Grbl-hal or is it in IO sender? and where do i need to read to fill in my gaps? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 26 replies
-
Beta Was this translation helpful? Give feedback.
-
O.k. if you want to use a fixed probe, the procedure is as follows.
In the above case, I would set the settings to "Manual touch off @ G59.3". +---------------------------------------------------
begin TOOLCHANGE "M5" (milling spindle is switched off) Tomorrow I can also explain how to set up your fixed tool length sensor in the probing tab so that you can initiate a automatic probing. I forgot to tell you, I would also recommend that you lower the speeds until the process is working properly so that you can intervene if there are any problems. |
Beta Was this translation helpful? Give feedback.
-
O.K. Let's try again. :-)
|
Beta Was this translation helpful? Give feedback.
-
I am very pleased that the tool change is now almost working properly. We will also get rid of the height offset. :-)
Only four tools can be selected, but by entering M61Qxx, any other tool is possible.
Yes, I now suspect that you have not touched your fixed tool length sensor twice, as I wrote, or the height is not exactly 26mm.
You don't have to make an entry in the DRO, the Touch plate/fixture heights can also automatically scan ioSender in the following way:
In the Edge finder, external you can also very comfortably touch the corners or edges of your workpiece, but make your attempts very carefully and at very slow speeds until you have understood how it works. In the left area you can set the speeds, traverse paths and tool diameters.
I'll take that as a given. It's probably also a safety issue. ;-)
In the case of an emergency stop, I assume that something has gone wrong and the workpiece is no longer usable anyway. in any case, I only use the emergency stop when it is really necessary. It's probably also a safety issue. ;-) |
Beta Was this translation helpful? Give feedback.
-
Probe fixture @ G59.3 in the Tool length offset tab is broken, looking at that now.
Is the G59.3 offset set correctly? Does it work correctly on a tool change (assuming $341 mode is set for G59.3 touch off)? |
Beta Was this translation helpful? Give feedback.
-
New edge version uploaded. I have changed movements for When no tool reference offset is established (or to be established) Other changes are that probe XY offsets can be set as part of profiles, these fields are hidden unless the height of the window is slighly increased. A new option for keeping the last window size has been added to the "Settings: App tab to avoid doing that on every startup. |
Beta Was this translation helpful? Give feedback.
-
Since I don't use the automatic probing with Probe fixture @ G59.3, since G59.3 is also my tool change position and the probing path is quite long with shorter tools, Kristoffer should comment on how he finds it, since he wants to use it more often. The other new features, on the other hand, I find very useful for me. I compiled the firmware with Optimize most (-O3) as suggested in another thread, which saves some flash memory, (-O0) 82.6kb (-O3) 49kb, whereby I even received a warning message with (-O0) that no longer occurred with (-O3). ;-) |
Beta Was this translation helpful? Give feedback.
Since I don't use the automatic probing with Probe fixture @ G59.3, since G59.3 is also my tool change position and the probing path is quite long with shorter tools, Kristoffer should comment on how he finds it, since he wants to use it more often.
I tested it very briefly today and it seems to work. :-)
The other new features, on the other hand, I find very useful for me.
👍
👍
👍
I compiled the firmware with Optimize most (-O3) as su…