-
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
IOSender 2.0.37 Tooloffset, 2 bugs? #228
Comments
Fixed in the latest edge version .
I am a bit usure about what you mean by this... Do you have a controller with a tooltable compiled in or are you using the generic offsets (G5x)?
A reboot clears current tool and active tool offset. M61 can be used to reestablish the current tool. The offset has to be reestablished as well either from the tooltable or explicitly. |
The tooltable is compiled because I have more different tools (18) as the usual G5x offsets. I tell you that happened, please remember we are talking about a lathe, the gcode load tool 16, but while going G0 to the starting point, I realize that the material to be processed is not at ZO so I hit reset the lathe stops as it should. I tried this 2 times with different toolstation numbers to replicate, could have also been my mistake, on both the called tool was erased after stopping with emergency stop. |
There are bugs related to this, change this code to
and try again. I will look into this in more detail a bit later since there is a todo comment in the code about whether the offset should be kept over a soft reset/e-stop when a tool table is compiled in. Do you know how other controllers handle this? |
…o allow backlash compensation. Ref [ESP32 issue 25](grblHAL/ESP32#25). Fixed feed rate handling for corexy kinematics. Ref issue #147. Fixed tool table/tool change bugs. Ref. [ioSender issue 228](terjeio/ioSender#228).
Btw, it found a few "bugs" in IOSender 2.0.37:
I tried C&P the X Z values into the tooloffset, the values are there but if I click the button to save them, nothing happens. I had to retype them manually.
If a tool with offsets is loaded, the value is gone in the offset page if you click on "Reset", it´s lost at all. also rebootig keeps the affected toolfield to 0,00 0,00. ( I was lucky, I copied the values into a TXT) :-)
The text was updated successfully, but these errors were encountered: