Marius Stanciu e7c369ab8e - updated the Panelize Tool to save the source code for the panelized Excellon objects so it can be saved from the Save project tab context menu entry 5 роки тому
..
TclCommand.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandAddCircle.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandAddPolygon.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandAddPolyline.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandAddRectangle.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandAlignDrill.py f5c84fdc49 - maintenance_2 5 роки тому
TclCommandAlignDrillGrid.py f5c84fdc49 - maintenance_2 5 роки тому
TclCommandBbox.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandBounds.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandClearShell.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandCncjob.py f5c84fdc49 - maintenance_2 5 роки тому
TclCommandCopperClear.py c0a4e2f3cc - in Paint and NCC Tools made sure that using the key ESCAPE to cancel the tool will not create mouse events issues 5 роки тому
TclCommandCutout.py f5c84fdc49 - maintenance_2 5 роки тому
TclCommandDelete.py 66d9ddd402 - fixed some bugs in the Tcl Commands 5 роки тому
TclCommandDrillcncjob.py 949c265378 - changed the data structure for the Excellon object; modified the Excellon parser and the Excellon object class 5 роки тому
TclCommandExportDXF.py e7c369ab8e - updated the Panelize Tool to save the source code for the panelized Excellon objects so it can be saved from the Save project tab context menu entry 5 роки тому
TclCommandExportExcellon.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandExportGcode.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandExportGerber.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandExportSVG.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandExteriors.py f5c84fdc49 - maintenance_2 5 роки тому
TclCommandFollow.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 5 роки тому
TclCommandGeoCutout.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandGeoUnion.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandGetNames.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandGetPath.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandGetSys.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandHelp.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandImportSvg.py f5c84fdc49 - maintenance_2 5 роки тому
TclCommandInteriors.py f5c84fdc49 - maintenance_2 5 роки тому
TclCommandIsolate.py f5c84fdc49 - maintenance_2 5 роки тому
TclCommandJoinExcellon.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandJoinGeometry.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandListSys.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandMillDrills.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 5 роки тому
TclCommandMillSlots.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 5 роки тому
TclCommandMirror.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 5 роки тому
TclCommandNew.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandNewExcellon.py f5c84fdc49 - maintenance_2 5 роки тому
TclCommandNewGeometry.py f5c84fdc49 - maintenance_2 5 роки тому
TclCommandNewGerber.py f5c84fdc49 - maintenance_2 5 роки тому
TclCommandNregions.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandOffset.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandOpenDXF.py e1dab238a7 - fixed importing DXF file as Gerber method such that now the resulting Gerber object is correctly created having the geometry attributes like self.apertures and self.follow_geometry 5 роки тому
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 роки тому
TclCommandOpenGCode.py 77f6e19267 - small changes to allow making the x86 installer that is made from a Python 3.5 run FlatCAM beta 5 роки тому
TclCommandOpenGerber.py 77f6e19267 - small changes to allow making the x86 installer that is made from a Python 3.5 run FlatCAM beta 5 роки тому
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 роки тому
TclCommandOpenSVG.py f5c84fdc49 - maintenance_2 5 роки тому
TclCommandOptions.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandPaint.py c0a4e2f3cc - in Paint and NCC Tools made sure that using the key ESCAPE to cancel the tool will not create mouse events issues 5 роки тому
TclCommandPanelize.py f5c84fdc49 - maintenance_2 5 роки тому
TclCommandPlotAll.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandPlotObjects.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandQuit.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandSaveProject.py eed7e3d620 - some minor changes in the Python version detection 5 роки тому
TclCommandSaveSys.py 72c2dd5f26 Working on extracting the prefs UI code from the App class 5 роки тому
TclCommandScale.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandSetActive.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandSetOrigin.py 039500b43f - fixed issue with trying to access GUI from different threads by adding a new signal for printing to shell messages 5 роки тому
TclCommandSetPath.py 039500b43f - fixed issue with trying to access GUI from different threads by adding a new signal for printing to shell messages 5 роки тому
TclCommandSetSys.py 72c2dd5f26 Working on extracting the prefs UI code from the App class 5 роки тому
TclCommandSkew.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandSubtractPoly.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandSubtractRectangle.py 2eecb20e95 - remade file names in the app 5 роки тому
TclCommandVersion.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 роки тому
TclCommandWriteGCode.py f5c84fdc49 - maintenance_2 5 роки тому
__init__.py eed7e3d620 - some minor changes in the Python version detection 5 роки тому