This commit is contained in:
Daniel Wood
2019-09-09 20:53:14 +01:00
committed by wmayer
parent 9b15d01b29
commit dad96e2713

View File

@@ -54,7 +54,7 @@ parser.add_argument('--postamble', help='set commands to be issued after the las
parser.add_argument('--inches', action='store_true', help='Convert output for US imperial mode (G20)')
parser.add_argument('--modal', action='store_true', help='Output the Same G-command Name USE NonModal Mode')
parser.add_argument('--axis-modal', action='store_true', help='Output the Same Axis Value Mode')
parser.add_argument('--no-tlo', action='store_true', help='supress tool length offset (G43) following tool changes')
parser.add_argument('--no-tlo', action='store_true', help='suppress tool length offset (G43) following tool changes')
TOOLTIP_ARGS = parser.format_help()