Minor fix to "millholes" shell docs. Added get_exterior() method to Geometry.

This commit is contained in:
Juan Pablo Caram
2015-10-04 20:48:06 -04:00
parent a2ac2b12be
commit 4110940d49
2 changed files with 25 additions and 1 deletions

View File

@@ -2541,7 +2541,7 @@ class App(QtCore.QObject):
'millholes': {
'fcn': drillmillgeometry,
'help': "Create Geometry Object for milling holes from Excellon.\n" +
"> drillmillgeometry <name> -tools <str> -tooldia <float> -outname <str> \n" +
"> millholes <name> -tools <str> -tooldia <float> -outname <str> \n" +
" name: Name of the Excellon Object\n" +
" tools: Comma separated indexes of tools (example: 1,3 or 2)\n" +
" tooldia: Diameter of the milling tool (example: 0.1)\n" +