Marius Stanciu
|
f0fba5ccd1
- fixed the Panelize Tool so the box object stay as selected on new objects are loaded; any selection shape on canvas is deleted when clicking Panelize
|
5 tahun lalu |
Marius Stanciu
|
e7c369ab8e
- updated the Panelize Tool to save the source code for the panelized Excellon objects so it can be saved from the Save project tab context menu entry
|
5 tahun lalu |
Marius Stanciu
|
2dfc0caed7
- Turkish translation updated by Mehmet Kaya for the 8.993 version of strings
|
5 tahun lalu |
Marius Stanciu
|
cb69216f92
- Convert Any to Excellon. Finished Gerber object conversion to Excellon. Flash's are converted to drills. Traces in the form of a linear LineString (no changes in direction) are converted to slots.
|
5 tahun lalu |
Marius Stanciu
|
0c957a3365
- working in making a new functionality: Convert Any to Excellon. Finished Geometry object conversion to Excellon.
|
5 tahun lalu |
Marius Stanciu
|
27216c52e2
- modified the Gerber export method to take care of the situation where the exported Gerber file is a SVG/DXF file imported as Gerber
|
5 tahun lalu |
Marius Stanciu
|
4bce56308c
- added Turkish translation - courtesy of Mehmet Kaya
|
5 tahun lalu |
Marius Stanciu
|
e1dab238a7
- fixed importing DXF file as Gerber method such that now the resulting Gerber object is correctly created having the geometry attributes like self.apertures and self.follow_geometry
|
5 tahun lalu |
Marius Stanciu
|
34c545ced5
- wip Tool Drilling
|
5 tahun lalu |
Marius Stanciu
|
ce4b6a5a85
- trying to optimize the resulting geometry in DXF import (and in SVG import) by merging contiguous lines; reduced the lines to about one third of the original
|
5 tahun lalu |
Marius Stanciu
|
2fb786f498
- fixed the SVG parser so the SVG files with no information regarding the 'height' can be opened in FlatCAM; fixed issue #433
|
5 tahun lalu |
Marius Stanciu
|
249ece72e9
- fixed the DXF parser to work with the latest version of ezdxf module (issues for the ellipse entity and modified attribute name for the knots_values to knots)
|
5 tahun lalu |
Marius Stanciu
|
ce5ad816c5
- Drilling Tool - UI is working as expected; I will have to propagate the changes to other tools too, to increase likeness between different parts of the app
|
5 tahun lalu |
Marius Stanciu
|
315ab77ebe
- wip for Tool Drilling
|
5 tahun lalu |
Marius Stanciu
|
7387553101
- made sure that when trying to view the source but no object is selected, the messages are correct
|
5 tahun lalu |
Marius Stanciu
|
6db9aa041f
- working on Tool Drilling
|
5 tahun lalu |
Marius Stanciu
|
a833b3e3d4
- wip
|
5 tahun lalu |
Marius Stanciu
|
c1a6bcc9f0
- put the bases for a new Tool: Milling Holes Tool
|
5 tahun lalu |
Marius Stanciu
|
755aa48490
- Panelize Tool - fixed to work for panelizing Excellon objects with the new data structure storing drills and tools in the obj.tools dictionary
|
5 tahun lalu |
Marius Stanciu
|
8dc4eecbf4
- Panelize Tool - add a new option for the panels of type Geometry named Path Optimiztion. If the checkbox is checked then all the LineStrings that are overlapped in the resulting multigeo Geometry panel object will keep only one of the paths thus minimizing the tool cuts.
|
5 tahun lalu |
Marius Stanciu
|
7be4d98172
- Cutout Tool - made sure that all the paths generated by this tool are contiguous which means that two lines that meet at one end will become onle line therefore reducing unnecessary Z moves
|
5 tahun lalu |
Marius Stanciu
|
79fec61934
- fixed bug in the Cutout Tool that did not allowed the manual cutous to be added on a Geometry created in the Tool
|
5 tahun lalu |
Marius Stanciu
|
e70c795961
- modified generate_from_excellon_by_tool() method in camlib.CNCJob() such that when Toolchange option is False, since the drills will be drilled with one tool only, all tools will be optimized together
|
5 tahun lalu |
Marius Stanciu
|
c9d66381bf
- added fuse tools control in Preferences UI for the Excellon objects: if checked the app will try to see if there are tools with same diameter and merge the drills for those tools; if not the tools will just be added to the new combined Excellon
|
5 tahun lalu |
Marius Stanciu
|
c839428a83
- added the multi-save capability if multiple CNCJob objects are selected in Project tab but only if all are of type CNCJob
|
5 tahun lalu |
Marius Stanciu
|
0a64b02397
- Tool Punch Gerber - updated the UI
|
5 tahun lalu |
Marius Stanciu
|
651b3137e9
- minor fix in App Tools that were updated to have UI in a separate class
|
5 tahun lalu |
Marius Stanciu
|
6ec57391f4
- fixed Extract Drills Tool to work with the new Excellon data format
|
5 tahun lalu |
Marius Stanciu
|
441b553fa8
- more typos fixed in Excellon parser, slots processing
|
5 tahun lalu |
Marius Stanciu
|
ba931a6adc
- fixed some problems (typos, missing data) generated by latest changes
|
5 tahun lalu |