Marius Stanciu
8e02ff4bf2
- Milling Plugin - added in the UI the toolchange X,Y parameter and made it to work as expected
2021-03-14 15:00:41 +02:00
Marius Stanciu
c9d9e367bf
- Drilling Plugin - added in the UI the toolchange X,Y parameter and make it to work as expected
2021-03-14 14:30:02 +02:00
Marius Stanciu
95fb418966
- upgraded the Drilling Plugin and all the related parts in the CNCJob Object and in all preprocessors. Now, the parent 'tools' attribute is inherited and also the GCode is stored here
2021-03-14 13:05:19 +02:00
Marius Stanciu
9855405b2e
- Levelling Tool - mare sure that there are no duplicate seed points when creating Voronoi polygons
...
- Levelling Tool - fix of missing variable declaration (forgot to take everything when I moved the functionality from the CNCJob class to its own class)
2021-03-07 20:44:34 +02:00
Marius Stanciu
62a749496b
- some minor updates to NCC Tool
2021-03-06 03:54:29 +02:00
Marius Stanciu
de3cd919bb
- fixed the Extract Tool to work with apertures (tools) keys as integers
...
- fixed the Copper Thieving Tool to work with apertures (tools) keys as integers
- fixed the Corners Tool to work with apertures (tools) keys as integers
- fixed the Fiducials Tool to work with apertures (tools) keys as integers
2021-03-05 12:33:04 +02:00
Marius Stanciu
9c03efa31e
- working on the Levelling Tool - trying a new Voronoi module ( https://github.com/Yatoom/voronoi ) without success
...
- fixed some display issues in the Levelling Tool
2021-03-05 04:37:15 +02:00
Marius Stanciu
71bde37b1d
- fixed Punch Gerber Tool to work in new conditions
...
- fixed creating positive films in Film Tool, because of recent changes
2021-03-04 23:39:59 +02:00
Marius Stanciu
0986ef143c
- aperture keys in the gerber 'tools' dictionary are now stored as integers instead of strings as before; need to check the application especially the Gerber Editor
...
- fixed issues in Gerber Editor (using the '0' insteadd of 'REG' type for apertures)
2021-03-04 17:45:47 +02:00
Marius Stanciu
cda5f830be
- fixed errors on project load, in ParseGerber and Extract and Punch Gerber Plugins due of refactoring the 'apertures' attribute to 'tools'
2021-03-03 23:21:10 +02:00
Marius Stanciu
e715870d12
- major rafactoring: replaced the name of the Gerber object data structure from 'apertures' to 'tools' to make the object data structure uniform across the app
2021-03-01 17:46:23 +02:00
Marius Stanciu
fe1ea7b12a
- fixed Panelize Tool to work with objects made by merging other objects together
2021-02-28 01:03:13 +02:00
Marius Stanciu
0dae92bd68
- make sure that Autoload Tools from DB functionality from Excellon Object UI is working only with tools from DB market for Drilling Tool
2021-02-27 05:03:48 +02:00
Marius Stanciu
aee49e6495
- strings update
2021-02-27 04:53:57 +02:00
Marius Stanciu
1dbdb917fb
- Milling Tool fixes: milling tool dia after edit fix and milling slots fix
2021-02-27 03:51:42 +02:00
Marius Stanciu
f85be8d095
- added possibility of changing the Axis color and created a new parameter for that in Preferences
...
- some refactoring
- in a FCColorEntry GUI element, setting a color in the Color dialog will trigger the editingFinished signal therefore propagating the changes
2021-02-27 02:08:17 +02:00