-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a tool offset for probing offcenter tools #386
Comments
Is this in combination with touch off @ G59.3? |
In the next commit I will change the signature of an event and where it is called from to allow plugin code to modify the G59.3 target. A simple plugin will be something like this:
A more complete plugin should be made that allows setting the offset(s) for multiple tools and store them in EEPROM. And maybe later incorporate the code into the core itself. |
This sounds great. Cant wait for it to happen. |
Here is a plugin for you to test: It has five slots (compile time configurable) for specifying tool offset (radius), applied in the X direction (should be configurable via setting?). Configuring a slot is via M102: I do not know if this plugin cover the needs for probing odd tools, feedback is required before I add it as an option in the Web Builder. |
Thanks, Ill give it a spin soon and then ill let you know if any issues come up. |
Hi @terjeio! I tested your plugin with some minor changes to Grbl and it seems to work well! I tested it on Flexihal Expatria-Technologies/STM32F4xx@F446_Flexi_HAL...m-basov:STM32F4xx:tool_offset_plugin#diff-ea19d2ee44f9bcf77cfc7473d38a797ee5839d6f5791b005a9de0a3e73d5a295R166 |
|
nevermind, @m-basov chaged it to apply to Y instead of X |
Hi,
Im unable to find out if its possible to use tool diameter offsets for toolchanging touch off´s so you can automatically touch off face mills etc.
Tools that are "deeper" in the center like face mills.
Is this possible in IoSender?
The text was updated successfully, but these errors were encountered: