Marius Stanciu
|
9f13b47077
- replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute
|
5 vuotta sitten |
Marius Stanciu
|
66d9ddd402
- fixed some bugs in the Tcl Commands
|
5 vuotta sitten |
Marius Stanciu
|
e64c7060e5
- updated DrillCncJob Tcl Command with new parameters and fixed it to work in the new format of the Excellon methods
|
5 vuotta sitten |
Marius Stanciu
|
8a299e8fc8
- multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values)
|
5 vuotta sitten |
Marius Stanciu
|
1e9232aeaa
- updated the Excellon UI to hold data for each tool
|
6 vuotta sitten |
Marius Stanciu
|
e3be6ff22f
- applied the fix for above bug to the TclCommand Drillcncjob too
|
6 vuotta sitten |
Marius Stanciu
|
0447839e43
- modified the extracut and multidepth parameters in Cncjob Tcl command like for dwell and toolchange
|
6 vuotta sitten |
Marius Stanciu
|
779a6a75d4
- modified the Drillcncjob and Cncjob Tcl commands to be allowed to work without the 'dwell' and 'toolchange' arguments. If 'dwelltime' argument is present it will be assumed that the 'dwell' is True and the same for 'toolchangez' parameter, if present then 'toolchange' will be assumed to be True, else False
|
6 vuotta sitten |
Marius Stanciu
|
a738ed7305
- in NCC Tool I've added a warning so the user is warned that the NCC margin has to have a value of at least the tool diameter that is doing an iso_op job in the Tool Table
|
6 vuotta sitten |
Marius Stanciu
|
3475ae00cd
- fixed bug in NCC Tool: after trying to add a tool already in the Tool Table when trying to change the Tool Type the GUI does not change
|
6 vuotta sitten |
Marius Stanciu
|
00d331a775
- updated the CNCJob and Drillcncjob Tcl Commands to use 0 and 1 as values for the parameters that are stated as of bool type, beside the normal keywords of False and True
|
6 vuotta sitten |
Marius Stanciu
|
2ca509ca04
- few bugs solved regarding the newly created empty objects
|
6 vuotta sitten |
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 vuotta sitten |
Marius Stanciu
|
a542e6a696
Merged jpcgt/flatcam/Beta into Beta
|
6 vuotta sitten |
Chris Breneman
|
f2b9ba28a0
Remove math import
|
6 vuotta sitten |
Chris Breneman
|
155f6e66df
Add dwell and dwelltime options to drillcncjob command to match cncjob
|
6 vuotta sitten |
Marius Stanciu
|
d03428f860
- made sure that the units are read from the self.defaults and not from the GUI
|
6 vuotta sitten |
Marius Stanciu
|
d0e5b6c83a
- fixed imports in all TclCommands
|
6 vuotta sitten |
Marius Stanciu
|
fe97364ba5
- fixed issue #313 where TclCommand drillcncjob is spitting errors in Tcl Shell which should be ignored
|
6 vuotta sitten |
Marius Stanciu
|
f51a3fa038
- made the splashscreen to be showed on the current monitor on systems with multiple monitors
|
6 vuotta sitten |
Marius Stanciu
|
727cee7aec
- fixed some issues recently introduced in the TclCommands CNCJob, DrillCNCJob adn write_gcode; changed some parameters names
|
6 vuotta sitten |
Marius Stanciu
|
e9751e41b8
- added a new parameter named 'muted' for the TclCommands: cncjob, drillcncjob and write_gcode. Setting it as -muted 1 will disable the error reporting in TCL Shell
|
6 vuotta sitten |
Marius Stanciu
|
8cba74647f
- made all TclCommands not to be plotted automatically
|
6 vuotta sitten |
Marius Stanciu
|
8b3e1b5a77
- fixed the TclCommand cncjob to use the -outname parameter
|
6 vuotta sitten |
Marius Stanciu
|
d22592e64c
- small changes in the TclCommands: MillDrills, MillSlots, DrillCNCJob: the new parameter for tolerance is now named: tooldia
|
6 vuotta sitten |
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 vuotta sitten |
Marius Stanciu
|
90b9e2da05
- modified the TclCommand DrillCncJob to have as parameter a list of tool diameters to be drilled instead of tool indexes
|
6 vuotta sitten |
Marius Stanciu
|
abfa78d898
- remade the layout in 2Sided Tool
|
7 vuotta sitten |
Marius Stanciu
|
60614e4b45
- more fixes (didn't get it right before)
|
7 vuotta sitten |
Marius Stanciu
|
4441e40042
- fixed postprocessor files to work with toolchange_xy parameter value = None (no values in Edit - Preferences fields) - actual fix
|
7 vuotta sitten |