Marius Stanciu 8e2cca827a - added a new parameter in the TclCommands: DrillCNCJob, MillDrills, MillSlots named tol (from tolerance). If the diameters of the milled (drilled) dias are within the tolerance specified of the diameters in the Excellon object than those diameters will be processed. This is to help account for rounding errors when having units conversion il y a 6 ans
..
TclCommand.py 87d1558977 - 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. il y a 6 ans
TclCommandAddCircle.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandAddPolygon.py 65ab17e308 - fixed Tcl Command AddPolygon, AddPolyline il y a 6 ans
TclCommandAddPolyline.py 65ab17e308 - fixed Tcl Command AddPolygon, AddPolyline il y a 6 ans
TclCommandAddRectangle.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandAlignDrill.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandAlignDrillGrid.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandBbox.py d606c836f4 - added a new TclCommand named Bbox who generate a bounding box. il y a 6 ans
TclCommandClearShell.py ba1e0bc94b - fixed Tcl Command CncJob il y a 6 ans
TclCommandCncjob.py ba1e0bc94b - fixed Tcl Command CncJob il y a 6 ans
TclCommandCopperClear.py 7f3e3cb061 - fixed a small typo in TclCommandCopperCLear il y a 6 ans
TclCommandCutout.py 729b7cb11c - 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 il y a 6 ans
TclCommandDelete.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandDrillcncjob.py 8e2cca827a - added a new parameter in the TclCommands: DrillCNCJob, MillDrills, MillSlots named tol (from tolerance). If the diameters of the milled (drilled) dias are within the tolerance specified of the diameters in the Excellon object than those diameters will be processed. This is to help account for rounding errors when having units conversion il y a 6 ans
TclCommandExportGcode.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandExportSVG.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandExteriors.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandFollow.py 017d495a41 - fixed TclCommandFollow command; an older function name was used who yielded wrong results il y a 6 ans
TclCommandGeoCutout.py 729b7cb11c - 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 il y a 6 ans
TclCommandGeoUnion.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandGetNames.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandGetSys.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandImportSvg.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandInteriors.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandIsolate.py 9d0bcf477a - 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 il y a 7 ans
TclCommandJoinExcellon.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandJoinGeometry.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandListSys.py e0adb9b43b - corrected small type in list_sys Tcl command; added a protection of the Plot Area Tab after a successful edit. il y a 7 ans
TclCommandMillDrills.py 8e2cca827a - added a new parameter in the TclCommands: DrillCNCJob, MillDrills, MillSlots named tol (from tolerance). If the diameters of the milled (drilled) dias are within the tolerance specified of the diameters in the Excellon object than those diameters will be processed. This is to help account for rounding errors when having units conversion il y a 6 ans
TclCommandMillSlots.py 8e2cca827a - added a new parameter in the TclCommands: DrillCNCJob, MillDrills, MillSlots named tol (from tolerance). If the diameters of the milled (drilled) dias are within the tolerance specified of the diameters in the Excellon object than those diameters will be processed. This is to help account for rounding errors when having units conversion il y a 6 ans
TclCommandMirror.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandNew.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandNewGeometry.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandNregions.py d606c836f4 - added a new TclCommand named Bbox who generate a bounding box. il y a 6 ans
TclCommandOffset.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandOpenExcellon.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandOpenGCode.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandOpenGerber.py ecc2c90f2a - changed all the info messages that are of type warning, error or success so they have a space added after the keyword il y a 7 ans
TclCommandOpenProject.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandOptions.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandPaint.py 8c0b8ed13d - initial add of a new Tcl COmmand named CopperClear il y a 6 ans
TclCommandPanelize.py ecc2c90f2a - changed all the info messages that are of type warning, error or success so they have a space added after the keyword il y a 7 ans
TclCommandPlot.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandSaveProject.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandSaveSys.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandScale.py ba1e0bc94b - fixed Tcl Command CncJob il y a 6 ans
TclCommandSetActive.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandSetSys.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandSkew.py ba1e0bc94b - fixed Tcl Command CncJob il y a 6 ans
TclCommandSubtractPoly.py e48d2d2f49 -clean-up before merge il y a 7 ans
TclCommandSubtractRectangle.py ba1e0bc94b - fixed Tcl Command CncJob il y a 6 ans
TclCommandVersion.py ba1e0bc94b - fixed Tcl Command CncJob il y a 6 ans
TclCommandWriteGCode.py ba1e0bc94b - fixed Tcl Command CncJob il y a 6 ans
__init__.py 1ef9e95143 - changed the name of TclCommand MillHoles to MillDrills and added a new TclCommand named MillSlots il y a 6 ans