Marius 5446570409 - modified behind the scene the UI for Tool Subtract 5 years ago
..
TclCommand.py 2eecb20e95 - remade file names in the app 5 years ago
TclCommandAddCircle.py 19b5e100d5 - fixed the Tcl commands AddCircle, AddPolygon, AddPolyline and AddRectangle to have stored bounds therefore making them movable/selectable on canvas 5 years ago
TclCommandAddPolygon.py 19b5e100d5 - fixed the Tcl commands AddCircle, AddPolygon, AddPolyline and AddRectangle to have stored bounds therefore making them movable/selectable on canvas 5 years ago
TclCommandAddPolyline.py 19b5e100d5 - fixed the Tcl commands AddCircle, AddPolygon, AddPolyline and AddRectangle to have stored bounds therefore making them movable/selectable on canvas 5 years ago
TclCommandAddRectangle.py 19b5e100d5 - fixed the Tcl commands AddCircle, AddPolygon, AddPolyline and AddRectangle to have stored bounds therefore making them movable/selectable on canvas 5 years ago
TclCommandAlignDrill.py f5c84fdc49 - maintenance_2 5 years ago
TclCommandAlignDrillGrid.py f5c84fdc49 - maintenance_2 5 years ago
TclCommandBbox.py 66a3e36701 - cascaded_union() method will be deprecated in Shapely 1.8 in favor of unary_union; replaced the usage of cascaded_union with unary_union in all the app 5 years ago
TclCommandBounds.py 2eecb20e95 - remade file names in the app 5 years ago
TclCommandClearShell.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
TclCommandCncjob.py f5c84fdc49 - maintenance_2 5 years ago
TclCommandCopperClear.py 5446570409 - modified behind the scene the UI for Tool Subtract 5 years ago
TclCommandCutout.py 66a3e36701 - cascaded_union() method will be deprecated in Shapely 1.8 in favor of unary_union; replaced the usage of cascaded_union with unary_union in all the app 5 years ago
TclCommandDelete.py 66d9ddd402 - fixed some bugs in the Tcl Commands 5 years ago
TclCommandDrillcncjob.py cf78211a6f - wip in the GCode Editor 5 years ago
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 years ago
TclCommandExportExcellon.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
TclCommandExportGcode.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
TclCommandExportGerber.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
TclCommandExportSVG.py 604f4b72d6 - small change in TclCommandExportSVG 5 years ago
TclCommandExteriors.py f5c84fdc49 - maintenance_2 5 years ago
TclCommandFollow.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 5 years ago
TclCommandGeoCutout.py 66a3e36701 - cascaded_union() method will be deprecated in Shapely 1.8 in favor of unary_union; replaced the usage of cascaded_union with unary_union in all the app 5 years ago
TclCommandGeoUnion.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
TclCommandGetNames.py 2eecb20e95 - remade file names in the app 5 years ago
TclCommandGetPath.py 2eecb20e95 - remade file names in the app 5 years ago
TclCommandGetSys.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
TclCommandHelp.py 2eecb20e95 - remade file names in the app 5 years ago
TclCommandImportSvg.py f5c84fdc49 - maintenance_2 5 years ago
TclCommandInteriors.py f5c84fdc49 - maintenance_2 5 years ago
TclCommandIsolate.py f5c84fdc49 - maintenance_2 5 years ago
TclCommandJoinExcellon.py 2eecb20e95 - remade file names in the app 5 years ago
TclCommandJoinGeometry.py 2eecb20e95 - remade file names in the app 5 years ago
TclCommandListSys.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
TclCommandMillDrills.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 5 years ago
TclCommandMillSlots.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 5 years ago
TclCommandMirror.py 9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 5 years ago
TclCommandNew.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
TclCommandNewExcellon.py f5c84fdc49 - maintenance_2 5 years ago
TclCommandNewGeometry.py f5c84fdc49 - maintenance_2 5 years ago
TclCommandNewGerber.py f5c84fdc49 - maintenance_2 5 years ago
TclCommandNregions.py 66a3e36701 - cascaded_union() method will be deprecated in Shapely 1.8 in favor of unary_union; replaced the usage of cascaded_union with unary_union in all the app 5 years ago
TclCommandOffset.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
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 years ago
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 years ago
TclCommandOpenGCode.py 77f6e19267 - small changes to allow making the x86 installer that is made from a Python 3.5 run FlatCAM beta 5 years ago
TclCommandOpenGerber.py 77f6e19267 - small changes to allow making the x86 installer that is made from a Python 3.5 run FlatCAM beta 5 years ago
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 years ago
TclCommandOpenSVG.py f5c84fdc49 - maintenance_2 5 years ago
TclCommandOptions.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
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 years ago
TclCommandPanelize.py f5c84fdc49 - maintenance_2 5 years ago
TclCommandPlotAll.py 2eecb20e95 - remade file names in the app 5 years ago
TclCommandPlotObjects.py 2eecb20e95 - remade file names in the app 5 years ago
TclCommandQuit.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
TclCommandSaveProject.py eed7e3d620 - some minor changes in the Python version detection 5 years ago
TclCommandSaveSys.py 72c2dd5f26 Working on extracting the prefs UI code from the App class 5 years ago
TclCommandScale.py 2eecb20e95 - remade file names in the app 5 years ago
TclCommandSetActive.py 2eecb20e95 - remade file names in the app 5 years ago
TclCommandSetOrigin.py 039500b43f - fixed issue with trying to access GUI from different threads by adding a new signal for printing to shell messages 5 years ago
TclCommandSetPath.py 039500b43f - fixed issue with trying to access GUI from different threads by adding a new signal for printing to shell messages 5 years ago
TclCommandSetSys.py 72c2dd5f26 Working on extracting the prefs UI code from the App class 5 years ago
TclCommandSkew.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
TclCommandSubtractPoly.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
TclCommandSubtractRectangle.py 2eecb20e95 - remade file names in the app 5 years ago
TclCommandVersion.py 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 years ago
TclCommandWriteGCode.py f5c84fdc49 - maintenance_2 5 years ago
__init__.py eed7e3d620 - some minor changes in the Python version detection 5 years ago