Marius Stanciu
|
b566f4e601
- changed date
|
6 years ago |
Marius Stanciu
|
500c54711d
- made sure that only units toggle done in Edit -> Preferences will toggle the data in Preferences. THe menu entry Edit -> Toggle Units and the shortcut key 'Q' will change only the display units in the app
|
6 years ago |
Marius Stanciu
|
6fb33ebc5e
- Gerber Export - finished
|
6 years ago |
Marius Stanciu
|
bdd13a3800
- work in Gerber Export: finished the body export but have some errors with clear geometry (LPC)
|
6 years ago |
Marius Stanciu
|
cb355d6070
- work in Gerber Export: finished the header export
|
6 years ago |
Marius Stanciu
|
dd60c7be30
- modified the default values for toolchangez and endz parameters so they are now safe in all cases
|
6 years ago |
Marius Stanciu
|
0106d95e84
- added a new parameter in the Edit -> Preferences -> App Preferences named Geo Tolerance. This parameter control the level of geometric detail throughout FlatCAM. It directly influence the effect of Circle Steps parameter.
|
6 years ago |
Marius Stanciu
|
d35ae3a39a
- made units change from Edit -> Toggle Units not to affect the preferences
|
6 years ago |
Marius Stanciu
|
7c334d7606
- made units change from shortcut key 'Q' not to affect the preferences
|
6 years ago |
Marius Stanciu
|
b07ce477a3
- small bug fixes
|
6 years ago |
Marius Stanciu
|
4c00f567a4
- renamed the menu entry Edit -> Copy as Geo to Convert Any to Geo and moved it in the Edit -> Conversion
|
6 years ago |
Marius Stanciu
|
d7031bc89a
- fixed bug in camlib.parse_lines() in the clear_geometry processing section for self.apertures
|
6 years ago |
Marius Stanciu
|
53620007db
- changed date
|
6 years ago |
Marius Stanciu
|
7294c88ef9
- made sure that the Tools Tab is cleared on Editors exit
|
6 years ago |
Marius Stanciu
|
52ab274b1c
- fixed bugs in Excellon Editor
|
6 years ago |
Marius Stanciu
|
747a0817f3
- made some mods to what can be translated as some of the translations interfered with the correct functioning of FlatCAM
|
6 years ago |
Marius Stanciu
|
6f3cbf1077
- fixed a crash when triggering 'Jump To' menu action (shortcut key 'J' worked ok)
|
6 years ago |
Marius Stanciu
|
f172d5b765
- Enable/Disable Object toggle key ("Space" key) will trigger also the datChanged signal for the Project MVC
|
6 years ago |
Marius Stanciu
|
8062af7feb
- the project items color is now controlled from Foreground Role in ObjectCollection.data()
|
6 years ago |
Marius Stanciu
|
eda4202952
- added new setting for the color of the Project Tree items; it helps in providing contrast when using dark theme like the one in MacOS
|
6 years ago |
Marius Stanciu
|
bc981ab92c
- started to modify the Substract Tool to work on Geometry objects too
|
6 years ago |
Marius Stanciu
|
eb00176519
- renamed SilkScreen Tool to Substract Tool and move it's menu location in Edit -> Conversion
|
6 years ago |
Marius Stanciu
|
faf92ff3d9
- fixed some bugs recently introduced in Editors due of the changes done to the way mouse panning is detected
|
6 years ago |
Marius Stanciu
|
8fcd75a8e4
- commented the camlib.alpha_shape() as it is not needed but require a huge package (scipy)
|
6 years ago |
Marius Stanciu
|
8eb390e706
- small changes in GUI
|
6 years ago |
Marius Stanciu
|
ac3833f746
- added a toggle button in Preferences to toggle on/off the display of the selection box on canvas when the user is clicking an object or selecting it by mouse dragging.
|
6 years ago |
Marius Stanciu
|
4c275b25af
- fixed Edit -> Copy as Geom function handler to work for Excellon objects, too
|
6 years ago |
Marius Stanciu
|
386e811c65
- New tool: Silkscreen Tool: I am trying to remove the overlapped geo with the soldermask layer from overlay layer; layed out the class and functions - not working yet
|
6 years ago |
Marius Stanciu
|
b11c67d453
- PDF import tool: solved a bug in parsing the rectangle subpath (an extra point was added to the subpath creating nonexisting geometry)
|
6 years ago |
Marius Stanciu
|
e4faa27351
- PDF import tool: working in making the PDF layer rendering multithreaded in itself (one layer rendered on each worker)
|
6 years ago |