Marius Stanciu
|
1c1d8bd637
- fix error in plotting Excellon when toggling units
|
6 лет назад |
Marius Stanciu
|
ecc2c90f2a
- changed all the info messages that are of type warning, error or success so they have a space added after the keyword
|
6 лет назад |
Marius Stanciu
|
ffa9095066
- fixed issue #278. Crash on name change in the Name field in the Selected Tab.
|
6 лет назад |
Marius Stanciu
|
209683b2db
- added new feature: user can delete apertures in Advanced mode and then create a new FlatCAM Gerber object
|
6 лет назад |
Marius Stanciu
|
1aabb1c084
- added CNCJob geometry for the holes created by the drills from Excellon objects
|
6 лет назад |
Marius Stanciu
|
a7e6914584
- fixed an issue where the Geometry plot function protested that it does not have an parameter that is used by the CNCJob plot function. But both inherit from FaltCAMObj plot function which does not have that parameter so something may need to be changed. Until then I provided a phony keyboard parameter to make that function 'shut up'
|
6 лет назад |
Marius Stanciu
|
789dcc5da5
- fixed the Gerber.merge() function. When some of the Gerber files have apertures with same id, create a new aperture id for the object that is fused because each aperture id may hold different geometries.
|
6 лет назад |
Marius Stanciu
|
0eb3ea0283
- fixed the Gerber.merge() to work for the case when one of the merged Gerber objects solid_geometry type is Polygon and not a list
|
6 лет назад |
Marius Stanciu
|
bebb827bd2
- added autocomplete for Code editor; TODO: needs to be enabled only when doing Scripts, right now is available for everyone.
|
6 лет назад |
Marius Stanciu
|
6e465d97cd
- the Code Editor tab name is changed according to the task; 'save' and 'open' buttons will have filters installed for the QOpenDialog fit to the task
|
6 лет назад |
Marius Stanciu
|
abfa78d898
- remade the layout in 2Sided Tool
|
6 лет назад |
Marius Stanciu
|
46da2dfd1e
- made the layout combobox current item from Preferences -> General window to reflect the current layout
|
6 лет назад |
Marius Stanciu
|
c0d21ee4e0
- made the layout combobox current item from Preferences -> General window to reflect the current layout
|
6 лет назад |
Marius Stanciu
|
255254a292
- some strings were left outside the translation formatting - fixed
|
6 лет назад |
Marius Stanciu
|
9d33e08ecf
- added a visual cue in Menu -> Edit about the entries to enter the Editor and to Save & Exit Editor. When one is enabled the other is disabled.
|
6 лет назад |
Marius Stanciu
|
a6e23b28a7
- fix app crash for the case that there are no translation files
|
6 лет назад |
Marius Stanciu
|
53627b566c
- added a fix in the Gerber parser when adding the geometry in the self.apertures dict for the case that the current aperture is None (Allegro does that)
|
6 лет назад |
Marius Stanciu
|
bfb04d5bee
- finished preparing for internationalization for the files: FlatCAMObj, ObjectUI
|
6 лет назад |
Marius Stanciu
|
6ba037fd83
- fixed issue when doing th CTRL (or SHIFT) + LMB, the focus is automatically moved to Project Tab
|
6 лет назад |
Marius Stanciu
|
574184f44c
- fixed Measuring Tool - after doing a measurement the Notebook was switching to Project Tab without letting the user see the results
|
6 лет назад |
Marius Stanciu
|
b20a6a1a85
- modified the way the FlatCAM Tools are run from toolbar as opposed of running them from other sources
|
6 лет назад |
Marius Stanciu
|
85ff3805ae
- finished work on object hovering
|
6 лет назад |
Marius Stanciu
|
06fb48eb6a
- minor UI changes for Gerber UI
|
6 лет назад |
Marius Stanciu
|
d79d6cf2bc
- minor UI changes for Gerber UI
|
6 лет назад |
Marius Stanciu
|
9f60df850e
- progress in ToolChange Custom commands replacement and rename
|
7 лет назад |
Marius Stanciu
|
1839843fad
- added toggle effect for the tools in the toolbar.
|
7 лет назад |
Marius Stanciu
|
fb6edfc394
- made the Custom ToolChange Text area in CNCJob Selected Tab depend on the status of the ToolChange Enable Checkbox even in the init stage.
|
7 лет назад |
Marius Stanciu
|
18132eab4c
- made the polygon fusing in modified Gerber creation, a list comprehension in an attempt for optimization
|
7 лет назад |
Marius Stanciu
|
7b4ea1dfa9
- added a Mark All button in the Gerber aperture table.
|
7 лет назад |
Marius Stanciu
|
874ce11d84
- work in progress to Toolchange_Custom code replacememnt -> finished the parse and replace function
|
7 лет назад |