flatcam/tclCommands
mquezada cd28ff9fdd Fix issue #248 where set_sys command returned failure feedback even on command success. 2018-05-17 18:28:58 -04:00
..
TclCommand.py Cleanup of TclCommand and migrated a few more commands to new architecture. 2016-10-18 11:36:58 -04:00
TclCommandAddCircle.py Also fix broken add_circle command. 2017-02-07 23:13:05 +00:00
TclCommandAddPolygon.py merge new pull requests from FlatCAM->master 2016-03-24 23:06:44 +01:00
TclCommandAddPolyline.py merge new pull requests from FlatCAM->master 2016-03-24 23:06:44 +01:00
TclCommandAddRectangle.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandAlignDrill.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandAlignDrillGrid.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandCncjob.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandCutout.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandDelete.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandDrillcncjob.py Fixes in millcncjob command and progress towards #218. 2016-11-01 00:53:47 -04:00
TclCommandExportGcode.py Support to mill all holes from the command line. Fixes #218. 2017-05-05 16:20:14 -04:00
TclCommandExportSVG.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandExteriors.py merge new pull requests from FlatCAM->master 2016-03-24 23:06:44 +01:00
TclCommandGeoCutout.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandGeoUnion.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandGetNames.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandGetSys.py Cleanup of TclCommand and migrated a few more commands to new architecture. 2016-10-18 11:36:58 -04:00
TclCommandImportSvg.py fix typo error and cleaning 2016-04-18 20:36:41 +02:00
TclCommandInteriors.py merge new pull requests from FlatCAM->master 2016-03-24 23:06:44 +01:00
TclCommandIsolate.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandJoinExcellon.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandJoinGeometry.py Cleanup of TclCommand and migrated a few more commands to new architecture. 2016-10-18 11:36:58 -04:00
TclCommandMillHoles.py Support to mill all holes from the command line. Fixes #218. 2017-05-05 16:20:14 -04:00
TclCommandMirror.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandNew.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandNewGeometry.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandOffset.py Fix for Issue 227. 2017-02-04 16:44:41 +00:00
TclCommandOpenExcellon.py Cleanup of TclCommand and migrated a few more commands to new architecture. 2016-10-18 11:36:58 -04:00
TclCommandOpenGCode.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandOpenGerber.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandOpenProject.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandOptions.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandPaint.py Added feature: Select all polygons for painting and shell support with "paint" command. 2016-09-19 16:44:29 -04:00
TclCommandPanelize.py Add panel instances to panel list properly 2016-12-31 09:54:41 -08:00
TclCommandPlot.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandSaveProject.py Incorrect alias of save_project. Fixes #223. 2016-12-16 22:38:09 -05:00
TclCommandScale.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandSetActive.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandSetSys.py Fix issue #248 where set_sys command returned failure feedback even on command success. 2018-05-17 18:28:58 -04:00
TclCommandSubtractPoly.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandSubtractRectangle.py Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 2016-10-08 11:49:22 -04:00
TclCommandVersion.py Cleanup of TclCommand and migrated a few more commands to new architecture. 2016-10-18 11:36:58 -04:00
TclCommandWriteGCode.py Added preamble and postamble to write_gcode tcl command. 2017-01-27 19:52:23 -05:00
__init__.py Cleanup of TclCommand and migrated a few more commands to new architecture. 2016-10-18 11:36:58 -04:00