Change Tool Offsets after editing the Tool Table

  • hermann1976
  • hermann1976's Avatar Topic Author
  • Away
  • Senior Member
  • Senior Member
More
08 May 2025 07:20 #327983 by hermann1976
Replied by hermann1976 on topic Change Tool Offsets after editing the Tool Table
Hi, I'd like to ask if I'm the only one experiencing this issue, or if it's a general issue with the Gmoccapy GUI?
When I perform a fresh installation on a virtual machine, I get the same behavior. So I assume it's a general bug in the Gmoccapy GUI.
Please let me know your experience... Thanks

Please Log in or Create an account to join the conversation.

More
09 May 2025 06:35 #328045 by zz912
What version LCNC do you use?

Please Log in or Create an account to join the conversation.

  • hermann1976
  • hermann1976's Avatar Topic Author
  • Away
  • Senior Member
  • Senior Member
More
09 May 2025 07:48 #328048 by hermann1976
Replied by hermann1976 on topic Change Tool Offsets after editing the Tool Table
Current Release: 2.9.4

Thanks

Please Log in or Create an account to join the conversation.

More
09 May 2025 19:29 #328099 by zz912
You can easy change it.

Add this code to gmoccapy.py file to "def on_btn_apply_tool_changes_clicked"
        if "G43" in self.active_gcodes:
            self.command.wait_complete()
            self.command.mode(linuxcnc.MODE_MDI)
            self.command.wait_complete()
            self.command.mdi("G43")
            self.command.wait_complete()

like this:
 

1) G43 must be activated
2) after input new value in cell you MUST confirm it for example by key ENTER, then you can click on Apply
3) after click on Apply button you will see right correction value
 
Attachments:

Please Log in or Create an account to join the conversation.

Moderators: newbynobiHansU
Time to create page: 0.079 seconds
Powered by Kunena Forum