Marius Stanciu
|
91e6cc0bff
- soled bug in Gerber Editor: the '0' aperture (the region aperture) had no size which created errors. Made the size to be zero.
|
6 lat temu |
Marius Stanciu
|
43c539702e
- all Gerber regions (G36 G37) are stored in the '0' aperture
|
6 lat temu |
Marius Stanciu
|
6775c3f3da
- updated the code in camlib.CNCJob.generate_from_excellon_by_tools() to work with the new API from Google OR-Tools
|
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
|
4c275b25af
- fixed Edit -> Copy as Geom function handler to work for Excellon objects, too
|
6 lat temu |
Marius Stanciu
|
ddc2f2d873
- Geometry Editor: modified the intersection (if the selected shapes don't intersects preserve them) and substract functions (delete all shapes that were used in the process)
|
6 lat temu |
Marius Stanciu
|
c2334bd747
- Geometry Editor: modified the intersection (if the selected shapes don't intersects preserve them) and substract functions (delete all shapes that were used in the process)
|
6 lat temu |
Marius Stanciu
|
ae8111bf59
- wip
|
6 lat temu |
Marius Stanciu
|
7fd8d99932
- wip
|
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
|
b11c67d453
- PDF import tool: solved a bug in parsing the rectangle subpath (an extra point was added to the subpath creating nonexisting geometry)
|
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
|
e4faa27351
- PDF import tool: working in making the PDF layer rendering multithreaded in itself (one layer rendered on each worker)
|
6 lat temu |
Marius Stanciu
|
79b402d198
Merged in test_beta914 (pull request #143)
|
6 lat temu |
Marius Stanciu
|
29d57caacd
- commented the camlib.alpha_shape() as it is not needed but require a huge package (scipy)
|
6 lat temu |
Marius Stanciu
|
1da424e9fb
- added more custom mouse cursors in Geometry and Gerber Editors
|
6 lat temu |
Marius Stanciu
|
54d6a32b6c
- updated the translation files
|
6 lat temu |
Marius Stanciu
|
5f5b37eb98
- Fixed Measurement Tool to show the mouse coordinates on the status bar (it was broken at some point)
|
6 lat temu |
Marius Stanciu
|
49120c088e
- Gerber Editor: made Add Pad repeat until user exits the Add Pad through either mouse right click, or ESC key or deselecting the Add Pad menu item
|
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
|
82a0287f4d
- PDF Import tool: added support for detection of circular geometry drawn with white color which means actually invisible color. When detected, FlatCAM will build an Excellon file out of those geoms.
|
6 lat temu |
Marius Stanciu
|
d66d914cc3
- PDF Import tool: fixed bugs when drag & dropping PDF files on canvas the files geometry previously opened was added to the new one. Also scaling issues. Solved.
|
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
|
7442af1b06
- PDF Import tool: added support for PDF files that embed multiple Gerber layers (top, bottom, outline, silkscreen etc). Each will be opened in it's own Gerber file. The requirement is that each one is drawn in a different color
|
6 lat temu |
Marius Stanciu
|
8a2a48f668
- PDF import tool: added support for save/restore Graphics stack. Only for scale and offset transformations and for the linewidth. This is the final fix for Microsoft PDF printer who saves in PDF format 1.7
|
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 |