Marius Stanciu
|
e04db8ca12
- set the buttons in the lower part of the Preferences Window to have a preferred minimum width instead of fixed width
|
6 lat temu |
Marius Stanciu
|
94e7820dde
- PEP8 corrections in FlatCAMGrbEditor.py
|
6 lat temu |
Marius Stanciu
|
8ccd73b919
- added a new toggle option in Edit -> Preferences -> General Tab -> App Preferences -> "Open" Behavior. It controls which path is used when opening a new file. If checked the last saved path is used when saving files and the last opened path is used when opening files. If unchecked then the path for the last action (either open or save) is used.
|
6 lat temu |
Marius Stanciu
|
d172a3ca49
- Gerber Export: made sure that if some of the coordinates in a Gerber object geometry are repeating then the resulting Gerber code include only one copy
|
6 lat temu |
Marius Stanciu
|
883cf3372a
- fixed issue in camlib.CNCjob.generate_from_excellon_by_tool() in the drill path optimization algorithm selection when selecting the MH algorithm. The new API's for Google OR-tools required some changes and also the time parameter can be now just an integer therefore I modified the GUI
|
6 lat temu |
Marius Stanciu
|
cb355d6070
- work in Gerber Export: finished the header export
|
6 lat temu |
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 lat temu |
Marius Stanciu
|
7c334d7606
- made units change from shortcut key 'Q' not to affect the preferences
|
6 lat temu |
Marius Stanciu
|
4c00f567a4
- renamed the menu entry Edit -> Copy as Geo to Convert Any to Geo and moved it in the Edit -> Conversion
|
6 lat temu |
Marius Stanciu
|
52ab274b1c
- fixed bugs in Excellon Editor
|
6 lat temu |
Marius Stanciu
|
747a0817f3
- made some mods to what can be translated as some of the translations interfered with the correct functioning of FlatCAM
|
6 lat temu |
Marius Stanciu
|
f172d5b765
- Enable/Disable Object toggle key ("Space" key) will trigger also the datChanged signal for the Project MVC
|
6 lat temu |
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 lat temu |
Marius Stanciu
|
bc981ab92c
- started to modify the Substract Tool to work on Geometry objects too
|
6 lat temu |
Marius Stanciu
|
eb00176519
- renamed SilkScreen Tool to Substract Tool and move it's menu location in Edit -> Conversion
|
6 lat temu |
Marius Stanciu
|
faf92ff3d9
- fixed some bugs recently introduced in Editors due of the changes done to the way mouse panning is detected
|
6 lat temu |
Marius Stanciu
|
8fcd75a8e4
- commented the camlib.alpha_shape() as it is not needed but require a huge package (scipy)
|
6 lat temu |
Marius Stanciu
|
8eb390e706
- small changes in GUI
|
6 lat temu |
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 lat temu |
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 lat temu |
Marius Stanciu
|
c0716f22e5
- wip for multithreading in PDF Tool
|
6 lat temu |
Marius Stanciu
|
e8f6b1a9ae
- minor UI changes/ bug fixes
|
6 lat temu |
Marius Stanciu
|
54d6a32b6c
- updated the translation files
|
6 lat temu |
Marius Stanciu
|
929d70542c
- Gerber Editor: added two new tools: Add Disc and Add SemiDisc (porting of Circle and Arc from Geometry Editor)
|
6 lat temu |
Marius Stanciu
|
8f1a0c1fdc
- added PDF file as type in the Recent File list and capability to load it from there
|
6 lat temu |
Marius Stanciu
|
53444fc685
- fixed the PDF import tool to work with files generated by the Microsoft PDF printer (chained subpaths)
|
6 lat temu |
Marius Stanciu
|
2ba0b494ff
- Gerber Editor: finished a new tool: Poligonize Tool (ALT+N in Editor). It will fuse a selection of tracks into a polygon. It will fill a selection of polygons if they are apart and it will make a single polygon if the selection is overlapped. All the newly created filled polygons will be stored in aperture '0' (if it does not exist it will be automatically created)
|
6 lat temu |
Marius Stanciu
|
fc1dfb8550
- cleaned up Measuring Tool
|
6 lat temu |
Marius Stanciu
|
1332601624
- moved the key handler out of the Measurement tool to flatcamGUI.FlatCAMGui.keyPressEvent()
|
6 lat temu |
Marius Stanciu
|
081231aca4
- Editors: activated an old function that was no longer active: each tool can have it's own set of shortcut keys, the Editor general shortcut keys that are letters are overridden
|
6 lat temu |