Marius Stanciu 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
..
TclCommand.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandAddCircle.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandAddPolygon.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandAddPolyline.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandAddRectangle.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandAlignDrill.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandAlignDrillGrid.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandBbox.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandBounds.py ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
TclCommandClearShell.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandCncjob.py ce9b18f9ed - modified the Tcl command Paint "single" parameter. Now it's value is a tuple with the x,y coordinates of the single polygon to be painted. 5 lat temu
TclCommandCopperClear.py ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
TclCommandCutout.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandDelete.py 66d9ddd402 - fixed some bugs in the Tcl Commands 5 lat temu
TclCommandDrillcncjob.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandExportDXF.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandExportExcellon.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandExportGcode.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandExportGerber.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandExportSVG.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandExteriors.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandFollow.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 5 lat temu
TclCommandGeoCutout.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandGeoUnion.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandGetNames.py ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
TclCommandGetPath.py ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
TclCommandGetSys.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandHelp.py ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
TclCommandImportSvg.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandInteriors.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandIsolate.py 77f6e19267 - small changes to allow making the x86 installer that is made from a Python 3.5 run FlatCAM beta 5 lat temu
TclCommandJoinExcellon.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandJoinGeometry.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandListSys.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandMillDrills.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 5 lat temu
TclCommandMillSlots.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 5 lat temu
TclCommandMirror.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 5 lat temu
TclCommandNew.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandNewExcellon.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandNewGeometry.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandNewGerber.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandNregions.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandOffset.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandOpenDXF.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandOpenExcellon.py 907e4bc6d9 - disabled a skip_quotes method in ToolShell.FCShell class so I can now use quotes to enclose file paths with spaces inside 5 lat temu
TclCommandOpenGCode.py 77f6e19267 - small changes to allow making the x86 installer that is made from a Python 3.5 run FlatCAM beta 5 lat temu
TclCommandOpenGerber.py 77f6e19267 - small changes to allow making the x86 installer that is made from a Python 3.5 run FlatCAM beta 5 lat temu
TclCommandOpenProject.py 907e4bc6d9 - disabled a skip_quotes method in ToolShell.FCShell class so I can now use quotes to enclose file paths with spaces inside 5 lat temu
TclCommandOpenSVG.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandOptions.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandPaint.py ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
TclCommandPanelize.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
TclCommandPlotAll.py ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
TclCommandPlotObjects.py ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
TclCommandQuit.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandSaveProject.py eed7e3d620 - some minor changes in the Python version detection 5 lat temu
TclCommandSaveSys.py 72c2dd5f26 Working on extracting the prefs UI code from the App class 5 lat temu
TclCommandScale.py ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
TclCommandSetActive.py ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
TclCommandSetOrigin.py ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
TclCommandSetPath.py ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
TclCommandSetSys.py 72c2dd5f26 Working on extracting the prefs UI code from the App class 5 lat temu
TclCommandSkew.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandSubtractPoly.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandSubtractRectangle.py ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
TclCommandVersion.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
TclCommandWriteGCode.py 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
__init__.py eed7e3d620 - some minor changes in the Python version detection 5 lat temu