Marius Stanciu
|
c3c37d1473
- finished the Silkscreen Tool
|
6 лет назад |
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 лет назад |
Marius Stanciu
|
43c539702e
- all Gerber regions (G36 G37) are stored in the '0' aperture
|
6 лет назад |
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 лет назад |
Marius Stanciu
|
29d57caacd
- commented the camlib.alpha_shape() as it is not needed but require a huge package (scipy)
|
6 лет назад |
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 лет назад |
Marius Stanciu
|
f69f888e38
- added a warning regarding the fact that the loaded Excellon file has no tool info about the diameters. This is the case for at least the Excellon's generated by PCB Wizard.
|
6 лет назад |
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 лет назад |
Marius Stanciu
|
2b4beebba2
- added support in Excellon parser for autodetection of Excellon file format for the Excellon files generate by the following ECAD sw: DipTrace, Eagle, Altium, Sprint Layout
|
6 лет назад |
Marius Stanciu
|
db26895b5b
- working on a new tool to process automatically PcbWizard Excellon files which are generated in 2 files
|
6 лет назад |
Marius Stanciu
|
2e7d9f953f
- solved bug in Gerber apertures size and dimensions values conversion when file units are different than app units
|
6 лет назад |
Marius Stanciu
|
1332601624
- moved the key handler out of the Measurement tool to flatcamGUI.FlatCAMGui.keyPressEvent()
|
6 лет назад |
Marius Stanciu
|
e92cab2e96
- In Geometry Editor I fixed bug in Arc modes. Arc mode shortcut key is now key 'M' and arc direction change shortcut key is 'D'
|
6 лет назад |
Marius Stanciu
|
4100e98ebe
- Gerber Editor: some more changes in processing LPC polygons
|
6 лет назад |
Marius Stanciu
|
84f3166e2f
- Gerber Editor: Remade the processing of 'clear_geometry' (geometry generated by polygons made with Gerber LPC command) to work if more than one such polygon exists
|
6 лет назад |
Marius Stanciu
|
5020017cd7
- final fix for issue #277. Previous fix was applied only for one case out of three.
|
6 лет назад |
Marius Stanciu
|
57e8db1f9b
- moved the polarity change processing from FlatCAMGrbEditor() class to camlib.Gerber().parse_lines()
|
6 лет назад |
Marius Stanciu
|
80c5cf86b7
- Gerber Editor: added support for Gerber polarity change commands (LPD, LPC)
|
6 лет назад |
Marius Stanciu
|
5ef11a56cc
- preliminary Gerber Editor.on_aperture_delete()
|
6 лет назад |
Marius Stanciu
|
f43bed8c66
- modified the bogus diameters series for Excellon objects that do not have tool diameter info
|
6 лет назад |
Marius Stanciu
|
b595991b1d
- added a property for the Excellon obj to signal that object has no real tools diameter data
|
6 лет назад |
Marius Stanciu
|
f177b2db7b
- added support for Excellon file with no info about tool diameters - PCB Wizard Excellon file support
|
6 лет назад |
Marius Stanciu
|
c623b8d63c
- added support for Gerber format specification D (no zero suppression) - PCBWizard Gerber files support
|
6 лет назад |
Marius Stanciu
|
4bbdeaf844
- fixed the camlib.Geometry.import_svg() and camlib.Gerber.bounds() to work when importing SVG files as Gerber
|
6 лет назад |
Victor Benso
|
98370ada8d
Issue #282 - Shapely keeps crashing with some valid geometries, further tests needed
|
6 лет назад |
Marius Stanciu
|
79e5cce6f1
- added a fix in the Excellon parser by allowing a comma in the tool definitions between the diameter and the rest
|
6 лет назад |
Marius Stanciu
|
c5a77841f8
- update the TCL keyword list
|
6 лет назад |
Marius Stanciu
|
e0417b034b
- modified Gerber parser to copy the follow_geometry in the self.apertures
|
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
|
1aabb1c084
- added CNCJob geometry for the holes created by the drills from Excellon objects
|
6 лет назад |