Marius Stanciu cf78211a6f - wip in the GCode Editor hace 5 años
..
TclCommand.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandAddCircle.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandAddPolygon.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandAddPolyline.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandAddRectangle.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandAlignDrill.py f5c84fdc49 - maintenance_2 hace 5 años
TclCommandAlignDrillGrid.py f5c84fdc49 - maintenance_2 hace 5 años
TclCommandBbox.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandBounds.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandClearShell.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandCncjob.py f5c84fdc49 - maintenance_2 hace 5 años
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 hace 5 años
TclCommandCutout.py f5c84fdc49 - maintenance_2 hace 5 años
TclCommandDelete.py 66d9ddd402 - fixed some bugs in the Tcl Commands hace 5 años
TclCommandDrillcncjob.py cf78211a6f - wip in the GCode Editor hace 5 años
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 hace 5 años
TclCommandExportExcellon.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandExportGcode.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandExportGerber.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandExportSVG.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandExteriors.py f5c84fdc49 - maintenance_2 hace 5 años
TclCommandFollow.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute hace 5 años
TclCommandGeoCutout.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandGeoUnion.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandGetNames.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandGetPath.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandGetSys.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandHelp.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandImportSvg.py f5c84fdc49 - maintenance_2 hace 5 años
TclCommandInteriors.py f5c84fdc49 - maintenance_2 hace 5 años
TclCommandIsolate.py f5c84fdc49 - maintenance_2 hace 5 años
TclCommandJoinExcellon.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandJoinGeometry.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandListSys.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandMillDrills.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute hace 5 años
TclCommandMillSlots.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute hace 5 años
TclCommandMirror.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute hace 5 años
TclCommandNew.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandNewExcellon.py f5c84fdc49 - maintenance_2 hace 5 años
TclCommandNewGeometry.py f5c84fdc49 - maintenance_2 hace 5 años
TclCommandNewGerber.py f5c84fdc49 - maintenance_2 hace 5 años
TclCommandNregions.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandOffset.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
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 hace 5 años
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 hace 5 años
TclCommandOpenGCode.py 77f6e19267 - small changes to allow making the x86 installer that is made from a Python 3.5 run FlatCAM beta hace 5 años
TclCommandOpenGerber.py 77f6e19267 - small changes to allow making the x86 installer that is made from a Python 3.5 run FlatCAM beta hace 5 años
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 hace 5 años
TclCommandOpenSVG.py f5c84fdc49 - maintenance_2 hace 5 años
TclCommandOptions.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
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 hace 5 años
TclCommandPanelize.py f5c84fdc49 - maintenance_2 hace 5 años
TclCommandPlotAll.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandPlotObjects.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandQuit.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandSaveProject.py eed7e3d620 - some minor changes in the Python version detection hace 5 años
TclCommandSaveSys.py 72c2dd5f26 Working on extracting the prefs UI code from the App class hace 5 años
TclCommandScale.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandSetActive.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandSetOrigin.py 039500b43f - fixed issue with trying to access GUI from different threads by adding a new signal for printing to shell messages hace 5 años
TclCommandSetPath.py 039500b43f - fixed issue with trying to access GUI from different threads by adding a new signal for printing to shell messages hace 5 años
TclCommandSetSys.py 72c2dd5f26 Working on extracting the prefs UI code from the App class hace 5 años
TclCommandSkew.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandSubtractPoly.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandSubtractRectangle.py 2eecb20e95 - remade file names in the app hace 5 años
TclCommandVersion.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) hace 5 años
TclCommandWriteGCode.py f5c84fdc49 - maintenance_2 hace 5 años
__init__.py eed7e3d620 - some minor changes in the Python version detection hace 5 años