-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gmoccapy - remove AUTOMATIC_G43 (#3113)
* Remove automatic G43 Gmoccapy had automatic activation of tool offsets using the G43 command after a tool change. The automatic G43 caused "race condition problems" in some configurations. That's why it was removed. Automatic G43 should be implemented by LCNC remap functionality not GUI. * ngc files for automatic_G43 by remap M6/61 * Added code for M61 in stdglue.py Added python code for M61 in /configs/sim/gmoccapy/python/stdglue.py * lathe.ini - added remap M6/M61 with automatic G43 * lathe_C.ini - added remap M6/M61 with automatic G43 * lathe.ini - delete double SUBROUTINE_PATH My fault - i cannot remove commit from Github * lathe_CW.ini - added remap M6/M61 with automatic G43 * lathe_backtool.ini - added remap M6/M61 with automatic G43 * lathe_imperial.ini - added remap M6/M61 with automatic G43 * lathe_macros.ini - added remap M6/M61 with automatic G43 * 6_axis.ini - added remap M6/M61 with automatic G43 * Update 7_axis.ini - added remap M6/M61 with automatic G43 * 7_axis_tool.ini - added remap M6/M61 with automatic G43 * 8_axis.ini - added remap M6/M61 with automatic G43 * 9_axis.ini - added remap M6/M61 with automatic G43 * gmoccapy.ini - added remap M6/M61 with automatic G43 * gmoccapy_4_axis.ini - added remap M6/M61 with automatic G43 * gmoccapy_800x600.ini - added remap M6/M61 with automatic G43 * gmoccapy_XYZAB.ini - added remap M6/M61 with automatic G43 * gmoccapy_XYZAC.ini - added remap M6/M61 with automatic G43 * gmoccapy_XYZCW.ini - added remap M6/M61 with automatic G43 * gmoccapy_blockdelete.ini - added remap M6/M61 with automatic G43 * gmoccapy_left_panel.ini - added remap M6/M61 with automatic G43 * gmoccapy_messages.ini - added remap M6/M61 with automatic G43 * gmoccapy_pedant.ini - added remap M6/M61 with automatic G43 * gmoccapy_right_panel.ini - added remap M6/M61 with automatic G43 * gmoccapy_sim_hardware_button.ini - added remap M6/M61 with automatic G43 * gmoccapy_tool_sensor.ini - added remap M61 with automatic G43 * gmoccapy_with_user_tabs.ini - added remap M6/M61 with automatic G43 * lathe_macros.ini - fix SUBROUTINE_PATH = macros:./ * gmoccapy_pyngcgui.ini - added remap M6/M61 with automatic G43 * gantry_mm.ini - added remap M6/M61 with automatic G43 * xyzac-trt.ini - added remap M6/M61 with automatic G43 * 6_axis.ini - added postgui * 7_axis.ini - added postgui * 7_axis_tool.ini - added postgui * 8_axis.ini - added postgui * 8_axis.ini - added postgui * Update 9_axis.ini - added postgui * xyzac-trt.ini - subroutine repaired SUBROUTINE_PATH = ./examples:../../macros * lathe_macros.ini - fix * Gmoccapy release_notes ver 3.5.0 --------- Co-authored-by: andypugh <[email protected]>
- Loading branch information
Showing
33 changed files
with
363 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.