Marius Stanciu
|
7535267f5b
- small change in Gerber Parser
|
6 年之前 |
Marius Stanciu
|
217316c732
- fixed an error in the Gerber parser; it did not took into consideration the aperture size declared before the beginning of a Gerber region. Detected for Gerber files generated by KiCAD 5.x
|
6 年之前 |
Marius Stanciu
|
b1b140634b
- in Tool Transform added a new feature named 'Buffer'. For Geometry and Gerber objects will create (and replace) a geometry at a distance from the original geometry and for Excellon will adjust the Tool diameters
|
6 年之前 |
Marius Stanciu
|
4efc453b84
- fixed a bug in the new feature 'extra buffering'
|
6 年之前 |
Marius Stanciu
|
e745f3f836
- added new parameters to improve Gerber parsing
|
6 年之前 |
Marius S
|
0b50734578
- fixed issue #347 - a Gerber generated by Sprint Layout with copper pour ON will not have rendered the copper pour
|
6 年之前 |
Marius Stanciu
|
1f1d200ab6
- in FlatCAMGeometry fixed the scale and offset methods to always process the self.solid_geometry
|
6 年之前 |
Marius Stanciu
|
bb192eb679
- in Properties Tool added more information's regarding the Excellon tools, about travelled distance and job time; fixed issues when doing Properties on the CNCjob objects
|
6 年之前 |
Marius Stanciu
|
0d0f872244
- application wide change: introduced the precision parameters in Edit -> Preferences who will control how many decimals to use in the app parameters
|
6 年之前 |
Marius Stanciu
|
80dcd3805a
- improvements in Importing SVG as Gerber - added an automatic source generation (it is not infallible)
|
6 年之前 |
Marius Stanciu
|
dfbd4452a1
- fixed an issue in the FlatCAMObj.FlatCAMGerber.convert_units() which needed to be updated after changes elsewhere
|
6 年之前 |
Marius Stanciu
|
70d123306c
- in Tools Database added a contextual menu to add/copy/delete tool; CTRL+C, DEL keys work too; key T for adding a tool is now only partially working
|
6 年之前 |
Marius Stanciu
|
b058f65108
- finished the Objects menu by adding the ability of actions to be checked so they will show the selected status of the objects and by adding to actions to (de)select all objects
|
6 年之前 |
Marius Stanciu
|
dfc0b98181
- fixed bug in Panelization Tool for which in case of Excellon objects, the panel kept a reference to the source object which created issues when moving or disabling/enabling the plots
|
6 年之前 |
Marius Stanciu
|
53338a2186
- fixed the Gerber Parser convert units unnecessary usage. The only units conversion should be done when creating the new object, after the parsing
|
6 年之前 |
Marius Stanciu
|
e6a5e32002
- wip; Tool Move problem: it tries to select all objects, even those that are disabled.
|
6 年之前 |
Marius Stanciu
|
24723509f8
- in Preferences General, Gerber, Geometry, Excellon, CNCJob sections made all the input fields of type SpinBox (where possible)
|
6 年之前 |
Marius Stanciu
|
1a841e3fdc
- changed the Jump To icon and reverted some changes to the parseGerber and ParseExcellon classes
|
6 年之前 |
Marius Stanciu
|
a6b89dbf3a
- moved back the ApertureMacro class to camlib for now and made some import changes in the new ParseGerber and ParseExcellon classes
|
6 年之前 |
Marius Stanciu
|
b05c71201e
- moved the ApertureMacro class from camlib to ParseGerber file
|
6 年之前 |
Marius Stanciu
|
8762b115c9
- made FlatCAMExcellon and FlatCAMGerber into their own files in the flatcamParser folder
|
6 年之前 |