flatcam/flatcamTools
Marius Stanciu eed7e3d620 - some minor changes in the Python version detection
- added a new Tcl Command named SetPath which will set a path to be used by the Tcl commands. Once set will serve as a fallback path in case that the files fail to be opened first time. It will be persistent, saved in preferences.
- added the GUI for the new Open Example in the FIle -> Scripting menu.
- I am modifying all the open ... handlers to add a parameter that will flag if the method was launched from Tcl Shell. This way if the method will fail to open the filename (which include the path) it will try to open from a set fallback path.
- fixed issue #406, bug introduced recently (leftover changes).
- modified the ImportSVG Tcl command name to OpenSVG (open_svg alias)
- added a new Tcl command named OpenDXF (open_dxf alias)
- fixed some errors in Scripting features
- added a new Tcl command named GetPath as a convenient way to get the current default path stored in App.defaults['global_tcl_path']
2020-04-28 14:37:34 +03:00
..
ToolAlignObjects.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 12:34:56 +03:00
ToolCalculators.py - modified all CTRL+ with Ctrl+ and all ALT+ with Alt+ and all SHIFT+ with Shift+. Fixed issue #387. 2020-04-09 05:16:48 +03:00
ToolCalibration.py - modified all CTRL+ with Ctrl+ and all ALT+ with Alt+ and all SHIFT+ with Shift+. Fixed issue #387. 2020-04-09 05:16:48 +03:00
ToolCopperThieving.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 10:03:22 +03:00
ToolCutOut.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 10:03:22 +03:00
ToolDblSided.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 12:34:56 +03:00
ToolDistance.py - added ability to use line width when adding shapes for both Legacy and OpenGL graphic engines 2020-04-20 04:18:12 +03:00
ToolDistanceMin.py - modified all CTRL+ with Ctrl+ and all ALT+ with Alt+ and all SHIFT+ with Shift+. Fixed issue #387. 2020-04-09 05:16:48 +03:00
ToolExtractDrills.py - modified all CTRL+ with Ctrl+ and all ALT+ with Alt+ and all SHIFT+ with Shift+. Fixed issue #387. 2020-04-09 05:16:48 +03:00
ToolFiducials.py - modified all CTRL+ with Ctrl+ and all ALT+ with Alt+ and all SHIFT+ with Shift+. Fixed issue #387. 2020-04-09 05:16:48 +03:00
ToolFilm.py - some message strings cleanup 2020-04-24 07:23:14 +03:00
ToolImage.py - some message strings cleanup 2020-04-24 07:23:14 +03:00
ToolInvertGerber.py - updated all the FlatCAM Tools and the Gerber UI FCComboBoxes to update the box value with the latest object loaded in the App 2020-03-04 00:27:51 +02:00
ToolMove.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 10:03:22 +03:00
ToolNCC.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 12:34:56 +03:00
ToolOptimal.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 10:03:22 +03:00
ToolPDF.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 10:03:22 +03:00
ToolPaint.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 10:03:22 +03:00
ToolPanelize.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 10:03:22 +03:00
ToolPcbWizard.py - some message strings cleanup 2020-04-24 07:23:14 +03:00
ToolProperties.py - some message strings cleanup 2020-04-24 07:23:14 +03:00
ToolPunchGerber.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 12:34:56 +03:00
ToolQRCode.py - some message strings cleanup 2020-04-24 07:23:14 +03:00
ToolRulesCheck.py - modified all CTRL+ with Ctrl+ and all ALT+ with Alt+ and all SHIFT+ with Shift+. Fixed issue #387. 2020-04-09 05:16:48 +03:00
ToolShell.py - some minor changes in the Python version detection 2020-04-28 14:37:34 +03:00
ToolSolderPaste.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 12:34:56 +03:00
ToolSub.py - modified all CTRL+ with Ctrl+ and all ALT+ with Alt+ and all SHIFT+ with Shift+. Fixed issue #387. 2020-04-09 05:16:48 +03:00
ToolTransform.py - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 2020-04-27 10:03:22 +03:00
__init__.py - compacted the NCC Tool UI by replacing some Radio buttons with Combo boxes due of too many elements 2020-02-29 19:05:00 +02:00