From 367c23fa295dc700ff585f35bfbdad9dd8a5c174 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Thu, 12 Dec 2019 04:31:47 +0200 Subject: [PATCH] - small fix in new script --- FlatCAMApp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index de090bc2..c706f35c 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -4252,7 +4252,7 @@ class App(QtCore.QObject): commands_list = "# AddCircle, AddPolygon, AddPolyline, AddRectangle, AlignDrill, " \ "AlignDrillGrid, Bbox, Bounds, ClearShell, CopperClear,\n"\ "# Cncjob, Cutout, Delete, Drillcncjob, ExportDXF, ExportExcellon, ExportGcode,\n" \ - "ExportGerber, ExportSVG, Exteriors, Follow, GeoCutout, GeoUnion, GetNames,\n"\ + "# ExportGerber, ExportSVG, Exteriors, Follow, GeoCutout, GeoUnion, GetNames,\n"\ "# GetSys, ImportSvg, Interiors, Isolate, JoinExcellon, JoinGeometry, " \ "ListSys, MillDrills,\n"\ "# MillSlots, Mirror, New, NewExcellon, NewGeometry, NewGerber, Nregions, " \