Marius Stanciu
|
3ec666edbb
- replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute
|
преди 5 години |
Marius Stanciu
|
fdd5344581
- fixed bug in Gerber parser that allowed loading as Gerber of a file that is not a Gerber
|
преди 6 години |
Marius Stanciu
|
3d39916b5f
- minor changes to increase compatibility with Python 3.8
|
преди 6 години |
Marius Stanciu
|
70d3895799
- working on a new type of database
|
преди 6 години |
Marius Stanciu
|
522b98fef3
- fixed bug in Gerber parser: it tried to calculate a len() for a single element and not a list - a Gerber generated by Eagle exhibited this
|
преди 6 години |
Marius Stanciu
|
9fc2ba8ffd
- added a new FlatCAM Tool: Gerber Invert Tool. It will invert the copper features in a Gerber file: where is copper there will be empty and where is empty it will be copper
|
преди 6 години |
Marius Stanciu
|
c7074d71ba
- fixed an error in Gerber Parser; the initial values for currnet_x, current_y were None but should have been 0.0
|
преди 6 години |
Marius Stanciu
|
5c932dc5cc
- fixed an issue in Gerber parser introduced recently due of changes made to make Gerber files produced by Sprint Layout
|
преди 6 години |
Marius Stanciu
|
c9111dac9b
- fixed an issue in Gerber parser with detecting old kind of units
|
преди 6 години |
Marius Stanciu
|
c0ec3b6546
- Buffer sub-tool in Transform Tool: added the possibility to apply a factor effectively scaling the aperture size thus the copper features sizes
|
преди 6 години |
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 години |