Marius Stanciu
|
f177b2db7b
- added support for Excellon file with no info about tool diameters - PCB Wizard Excellon file support
|
6 lat temu |
Marius Stanciu
|
c623b8d63c
- added support for Gerber format specification D (no zero suppression) - PCBWizard Gerber files support
|
6 lat temu |
Marius Stanciu
|
4bbdeaf844
- fixed the camlib.Geometry.import_svg() and camlib.Gerber.bounds() to work when importing SVG files as Gerber
|
6 lat temu |
Victor Benso
|
98370ada8d
Issue #282 - Shapely keeps crashing with some valid geometries, further tests needed
|
6 lat temu |
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 lat temu |
Marius Stanciu
|
c5a77841f8
- update the TCL keyword list
|
6 lat temu |
Marius Stanciu
|
e0417b034b
- modified Gerber parser to copy the follow_geometry in the self.apertures
|
6 lat temu |
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 lat temu |
Marius Stanciu
|
1aabb1c084
- added CNCJob geometry for the holes created by the drills from Excellon objects
|
6 lat temu |
Marius Stanciu
|
0002d32341
- fixed bug: after using Paint Tool shortcut keys are disabled
|
6 lat temu |
Marius Stanciu
|
abfa78d898
- remade the layout in 2Sided Tool
|
6 lat temu |
Marius Stanciu
|
c0d21ee4e0
- made the layout combobox current item from Preferences -> General window to reflect the current layout
|
6 lat temu |
Marius Stanciu
|
e54ee9b569
- fixed the Properties Project menu entry to work on the new way
|
6 lat temu |
Marius Stanciu
|
5a4d61ee8f
- grouped all parsers files in flatcamParsers folder
|
6 lat temu |
Marius Stanciu
|
29722de6ac
- fixed the Properties Project menu entry to work on the new way
|
6 lat temu |
Marius Stanciu
|
a6e23b28a7
- fix app crash for the case that there are no translation files
|
6 lat temu |
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 lat temu |
Marius Stanciu
|
a4ae0f65ca
- finished preparing for internationalization for the files: camlib and objectColletion
|
6 lat temu |
Marius Stanciu
|
6ba037fd83
- fixed issue when doing th CTRL (or SHIFT) + LMB, the focus is automatically moved to Project Tab
|
6 lat temu |
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 lat temu |
Marius Stanciu
|
996b63cf4e
- modified the grbl-laser postprocessor lift_code()
|
6 lat temu |
Marius Stanciu
|
90ff773546
- fixed Excellon object move and all the other transformations
|
6 lat temu |
Marius Stanciu
|
06fb48eb6a
- minor UI changes for Gerber UI
|
6 lat temu |
Marius Stanciu
|
d79d6cf2bc
- minor UI changes for Gerber UI
|
6 lat temu |
Marius Stanciu
|
9f60df850e
- progress in ToolChange Custom commands replacement and rename
|
7 lat temu |
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 lat temu |
Marius Stanciu
|
874ce11d84
- work in progress to Toolchange_Custom code replacememnt -> finished the parse and replace function
|
7 lat temu |
Marius Stanciu
|
00340287a4
- fixed the geometry adding to the self.apertures in the case when regions are done without declaring any aperture first (Allegro does that). Now, that geometry will be stored in the '0' aperture with type REG
|
7 lat temu |
Marius Stanciu
|
74ecbabf1f
- added a function to read the parameters from ToolChange macro Text Box (I need to move it from CNCJob to Excellon and Geometry)
|
7 lat temu |
Marius Stanciu
|
11ef818f0d
- more modifications for the Gerber UI layout; made 'follow' an advanced Gerber option
|
7 lat temu |