Misc fixes to TCL glue

This commit is contained in:
Eric Varsanyi
2019-11-18 11:45:40 -06:00
parent 9a46f3045e
commit b13d238070
5 changed files with 5 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ class TclCommandCncjob(TclCommandSignaled):
('pp', 'Name of the Geometry postprocessor. No quotes, case sensitive'),
('muted', 'It will not put errors in the Shell.')
]),
'examples': ['cncjob geo_name -tooldia 0.5 -z_cut -1.7 -z_move 2 -feedrate 120 -ppname_g default']
'examples': ['cncjob geo_name -dia 0.5 -z_cut -1.7 -z_move 2 -feedrate 120 -pp default']
}
def execute(self, args, unnamed_args):