Marius Stanciu
|
cac92f75f2
- improved the FlatCAMGerber.isolate() function to work for geometry in the form of list and also in case that the elements of the list are LinearRings (like when doing the Exterior Isolation)
|
6 years ago |
Marius Stanciu
|
fd104eee55
- done regression to solve the bug with multiple passes cutting from the copper features (I should remember not to make mods here)
|
6 years ago |
Marius Stanciu
|
a4728e966e
- fixed issue where the annotations for all the CNCJob objects are toggled together whenever the ones for an single object are toggled
|
6 years ago |
Marius Stanciu
|
cf8a277825
- trying to fix reported bugs
|
6 years ago |
Marius Stanciu
|
eea66c0311
- added new feature in NCC Tool: now another object can be used as reference for the area extent to be cleared of copper
|
6 years ago |
Marius Stanciu
|
89717642ed
- fixed bug that created a choppy geometry for CNCJob when working in INCH
|
6 years ago |
Marius Stanciu
|
6f526acb4d
- added Exception handing for the case when the user is trying to save & overwrite a file already opened in another file
|
6 years ago |
Marius Stanciu
|
a87e596f56
- strings added and translations updated
|
6 years ago |
Marius Stanciu
|
2d448b68ad
- wip
|
6 years ago |
Marius Stanciu
|
5a141ad115
- fixed issue in the isolation function, if the isolation can't be done there will be generated no Geometry object
|
6 years ago |
Marius Stanciu
|
59b4defa0b
- fixed bug that crashed the app after creating a new geometry, if a new object is loaded and the new geometry is deleted and then trying to select the just loaded new object
|
6 years ago |
Marius Stanciu
|
afdff59aff
- made sure that if using an negative Gerber isolation diameter, the resulting Geometry object will use a tool with positive diameter
|
6 years ago |
Marius Stanciu
|
cd803266a6
- fulfilled request: When saving a CNC file, if the file name is changed in the OS window, the new name does appear in the “Selected” (in name) and “Project” tabs (in cnc_job)
|
6 years ago |
Marius Stanciu
|
8cadcb3837
- fixed another bug that when selecting an Excellon object after disabling it it crashed the app
|
6 years ago |
Marius Stanciu
|
7bca0678ea
- fixed bug that crashed the app when trying to add a tool without a tool diameter value
|
6 years ago |
Marius Stanciu
|
02c8cfb085
- fixed bug that crashed the software when trying to edit a GUI value in Geometry selected tab without having a tool in the Tools Table
|
6 years ago |
Marius Stanciu
|
8e80ec156c
- fixed Panelize Tool to do panelization for multiple passes type of geometry that comes out of the isolation done with multiple passes
|
6 years ago |
Marius Stanciu
|
c6e3176ac3
- in Basic mode, the tool type column is no longer hidden as it may create issues when using an painted geometry
|
6 years ago |
Marius Stanciu
|
338f12707d
- fixed issue with not using the current units in the tool tables after unit conversion
|
6 years ago |
Marius Stanciu
|
2797a58165
- fixed bug in FlatCAMObj.FlatCAMGeometry.ui_disconnect(); the widgets signals were not disconnected from handlers when required therefore the signals were connected in an exponential way
|
6 years ago |
Marius Stanciu
|
6743927eb2
- more PEP8 corrections
|
6 years ago |
Marius Stanciu
|
43cb92e1d8
- fixed a possible issue in Gerber Object class
|
6 years ago |
Marius Stanciu
|
769f92147a
- fixed bug that allowed empty tool in the tools generated in Geometry object
|
6 years ago |
Marius Stanciu
|
259a62230e
- optimized the toggle of annotations; now there is no need to replot the entire CNCJob object too on toggling of the annotations
|
6 years ago |
Marius Stanciu
|
21a15e73bd
- fixed bug in Gerber isolation (Geometry expects now a value in string format and not float)
|
6 years ago |
Marius Stanciu
|
963fbc8cbf
- fixed recently introduced bug in milling drills/slots functions
|
6 years ago |
Marius Stanciu
|
68bdfaf062
- some GUI layout optimizations in Edit -> Preferences
|
6 years ago |
Marius Stanciu
|
fe3acc93f4
- milling an Excellon file (holes and/or slots) will now transfer the chosen milling bit diameter to the resulting Geometry object
|
6 years ago |
Marius Stanciu
|
ffa92524f0
- fixed bug where for Geometry objects after a successful object rename done in the Object collection view (Project tab), deselect the object and reselect it and then in the Selected tab the name is not the new one but the old one
|
6 years ago |
Marius Stanciu
|
0244c76605
- restored the FlatCAMObj.visible() to a non-threaded default
|
6 years ago |