diff --git a/FlatCAMApp.py b/FlatCAMApp.py index dc6bea32..9b155aea 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -2600,10 +2600,11 @@ class App(QtCore.QObject): 'fcn': isolate, 'help': "Creates isolation routing geometry for the given Gerber.\n" + "> isolate [-dia ] [-passes

] [-overlap ] [-combine 0|1]\n" + - " name: Name of the object\n" - " dia: Tool diameter\n passes: # of tool width\n" + - " overlap: Fraction of tool diameter to overlap passes" + - " combine: combine all passes into one geometry" + " name: Name of the object.\n" + " dia: Tool diameter\n passes: # of tool width.\n" + + " overlap: Fraction of tool diameter to overlap passes." + + " combine: combine all passes into one geometry." + + " outname: Name of the resulting Geometry object." }, 'cutout': { 'fcn': cutout,