Adam Coddington
|
8f22fe7e5c
Replicating fixes from TclCommandMillDrills.
|
4 年之前 |
Marius Stanciu
|
9f13b47077
- replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute
|
5 年之前 |
Marius Stanciu
|
66d9ddd402
- fixed some bugs in the Tcl Commands
|
5 年之前 |
Marius Stanciu
|
8a299e8fc8
- multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values)
|
5 年之前 |
Marius Stanciu
|
42949021b1
- fixed the Tcl Command Delete to have an argument -f that will force deletion evading the popup (if the popup is enabled). The sme command without a name now will delete all objects
|
5 年之前 |
Marius Stanciu
|
e54dd14e6c
- updated Tcl commands to make use of either 0 or False for False value or 1 or True for True in case of a parameter with type Bool
|
6 年之前 |
Marius Stanciu
|
0d0f872244
- application wide change: introduced the precision parameters in Edit -> Preferences who will control how many decimals to use in the app parameters
|
6 年之前 |
Marius Stanciu
|
d03428f860
- made sure that the units are read from the self.defaults and not from the GUI
|
6 年之前 |
Marius Stanciu
|
70d123306c
- in Tools Database added a contextual menu to add/copy/delete tool; CTRL+C, DEL keys work too; key T for adding a tool is now only partially working
|
6 年之前 |
Marius Stanciu
|
d0e5b6c83a
- fixed imports in all TclCommands
|
6 年之前 |
Marius Stanciu
|
b00c1018e4
- enhanced the Tool Film adding the Film adjustments and added the GUI in Preferences
|
6 年之前 |
Marius Stanciu
|
8cba74647f
- made all TclCommands not to be plotted automatically
|
6 年之前 |
Marius Stanciu
|
d22592e64c
- small changes in the TclCommands: MillDrills, MillSlots, DrillCNCJob: the new parameter for tolerance is now named: tooldia
|
6 年之前 |
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
|
6 年之前 |
Marius Stanciu
|
90b9e2da05
- modified the TclCommand DrillCncJob to have as parameter a list of tool diameters to be drilled instead of tool indexes
|
6 年之前 |
Marius Stanciu
|
90a8b44cdf
- fixed some minor errors in the new TclCommands: MillDrills and MillSlots
|
6 年之前 |
Marius Stanciu
|
dce347d9be
- changed the resulting object name from TclCommand MillSlots
|
6 年之前 |
Marius Stanciu
|
0fc3743e91
- modified the MillDrills and MillSlots TclCommands to accept as parameter a list of tool dimaeters to be milled instead of tool indexes
|
6 年之前 |
Marius Stanciu
|
1ef9e95143
- changed the name of TclCommand MillHoles to MillDrills and added a new TclCommand named MillSlots
|
6 年之前 |