flatcam/tclCommands
Marius Stanciu ba1e0bc94b - fixed Tcl Command CncJob
- fixed crash due of Properties Tool trying to have a convex hull area on FlatCAMCNCJob objects which is not possible due of their nature
- modified Tcl Command SubtractRectangle
- fixed and modernized the Tcl Command Scale to be able to scale on X axis or on Y axis or on both and having as scale reference either the (0, 0) point or the minimum point of the bounding box or the center of the bounding box.
- fixed and modernized the Tcl Command Skew
2019-08-26 00:40:35 +03:00
..
TclCommand.py - modified the Paint Tool. Now the Single Polygon and Area/Reference Object painting works with multiple tools too. The tools have to be selected in the Tool Table. 2019-08-24 19:55:03 +03:00
TclCommandAddCircle.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandAddPolygon.py - fixed Tcl Command AddPolygon, AddPolyline 2019-08-25 21:33:46 +03:00
TclCommandAddPolyline.py - fixed Tcl Command AddPolygon, AddPolyline 2019-08-25 21:33:46 +03:00
TclCommandAddRectangle.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandAlignDrill.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandAlignDrillGrid.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandBbox.py - added a new TclCommand named Bbox who generate a bounding box. 2019-08-24 21:25:25 +03:00
TclCommandClearShell.py - fixed Tcl Command CncJob 2019-08-26 00:40:35 +03:00
TclCommandCncjob.py - fixed Tcl Command CncJob 2019-08-26 00:40:35 +03:00
TclCommandCopperClear.py - added new capability in NCC Tool when the reference object is of Gerber type and fixed some newly introduced errors 2019-08-25 18:13:13 +03:00
TclCommandCutout.py - some changes in the app.on_togle_units() to make sure we don't try to convert empty parameters which may cause crashes on FlatCAM units change 2019-07-09 13:58:33 +03:00
TclCommandDelete.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandDrillcncjob.py - remade the layout in 2Sided Tool 2019-03-17 15:47:17 +02:00
TclCommandExportGcode.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandExportSVG.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandExteriors.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandFollow.py - fixed TclCommandFollow command; an older function name was used who yielded wrong results 2019-08-22 23:09:41 +03:00
TclCommandGeoCutout.py - some changes in the app.on_togle_units() to make sure we don't try to convert empty parameters which may cause crashes on FlatCAM units change 2019-07-09 13:58:33 +03:00
TclCommandGeoUnion.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandGetNames.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandGetSys.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandImportSvg.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandInteriors.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandIsolate.py - removed the Open Gerber with 'follow' menu entry and also the open_gerber Tcl Command attribute 'follow'. This is no longer required because now the follow_geometry is stored by default in a Gerber object attribute gerber_obj.follow_geometry 2019-02-19 14:53:55 +02:00
TclCommandJoinExcellon.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandJoinGeometry.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandListSys.py - corrected small type in list_sys Tcl command; added a protection of the Plot Area Tab after a successful edit. 2019-02-01 17:44:28 +02:00
TclCommandMillHoles.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandMirror.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandNew.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandNewGeometry.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandNregions.py - added a new TclCommand named Bbox who generate a bounding box. 2019-08-24 21:25:25 +03:00
TclCommandOffset.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandOpenExcellon.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandOpenGCode.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandOpenGerber.py - changed all the info messages that are of type warning, error or success so they have a space added after the keyword 2019-03-29 00:26:00 +02:00
TclCommandOpenProject.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandOptions.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandPaint.py - initial add of a new Tcl COmmand named CopperClear 2019-08-25 04:45:16 +03:00
TclCommandPanelize.py - changed all the info messages that are of type warning, error or success so they have a space added after the keyword 2019-03-29 00:26:00 +02:00
TclCommandPlot.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandSaveProject.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandSaveSys.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandScale.py - fixed Tcl Command CncJob 2019-08-26 00:40:35 +03:00
TclCommandSetActive.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandSetSys.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandSkew.py - fixed Tcl Command CncJob 2019-08-26 00:40:35 +03:00
TclCommandSubtractPoly.py -clean-up before merge 2019-01-03 21:25:08 +02:00
TclCommandSubtractRectangle.py - fixed Tcl Command CncJob 2019-08-26 00:40:35 +03:00
TclCommandVersion.py - fixed Tcl Command CncJob 2019-08-26 00:40:35 +03:00
TclCommandWriteGCode.py - fixed Tcl Command CncJob 2019-08-26 00:40:35 +03:00
__init__.py - initial add of a new Tcl COmmand named CopperClear 2019-08-25 04:45:16 +03:00