Replies: 2 comments 1 reply
-
First thought when loading file in CNC.py around statement 2422 where bCNC is loading file into editor, scan lines for G54-G59. When found, change WCS state in ControlPage.py in the StateFrame class. This might require binding a "WCSupdate" string to the procedure in bmain.py to trigger button update in ControlPage.py. What are the chances that there are multiple workspace changes in a file? If so, only process the first one? |
Beta Was this translation helpful? Give feedback.
-
Thank you for this lead, I have already modified CNC.py, but I did not see the method to cause the update. |
Beta Was this translation helpful? Give feedback.
-
Hello,
When I load a file intended for a workspace other than G54, the display does not update.
If anyone knows how to change this behavior, I'm all ears.
JP
Beta Was this translation helpful? Give feedback.
All reactions