Marius Stanciu
f771838c81
- some refactoring in the keys of the defaults dictionary
...
- fixed an ambiguity in the Tools Database GUI elements
2020-10-23 23:14:13 +03:00
Marius Stanciu
5a929a4c60
- Excellon UI: fixed a small issue with toggling all rows in Tools Table not toggling off and also the milling section in Utilities was not updated
2020-10-23 19:16:56 +03:00
Marius Stanciu
1b3919aca7
- minor changes in the Properties Tool
2020-10-23 19:03:13 +03:00
Marius Stanciu
427118c495
- added a default properties tab which will hold a set of information's about the application
2020-10-23 18:46:55 +03:00
Marius Stanciu
a7e3a32d4a
- updated Rules Check Tool - added an activity message
2020-10-23 02:43:06 +03:00
Marius Stanciu
86e870ec71
- updated Rules Check Tool - Hole Size rule to work with the new data structure for the Excellon objects
2020-10-23 02:32:06 +03:00
Marius Stanciu
a39f3f7cac
- updated Copper Thieving Tool to work with the updated program
2020-10-23 01:53:34 +03:00
Marius Stanciu
baa67b1278
- fixed a bug in Tool PunchGerber when using an Excellon to punch holes in the Gerber apertures
2020-10-23 00:39:04 +03:00
Marius Stanciu
e09ec574aa
- added some new strings for translation and updated the translation strings
...
- in ToolsDB2UI class made the vertical layouts have a preferred minimum dimension as opposed to the previous fixed one
- in Geometry Object made sure that the Tools Table second column is set to Resize to contents
2020-10-22 22:11:28 +03:00
Marius Stanciu
37408efcc7
- in NCC Tool fixed a bug when using Rest Machining; optimizations
...
- in NCC Tool fixed a UI issue
- updated the Turkish translation (by Mehmet Kaya)
2020-10-22 19:13:15 +03:00
Marius
5446570409
- modified behind the scene the UI for Tool Subtract
...
- modified some strings and updated the translation strings
- in NCC Tool added a check for the validity of the used tools; its only informative
- in NCC Tool done some refactoring
2020-10-22 15:09:12 +03:00
Marius Stanciu
52b7967b35
- added a button in Gerber UI that will hide/show the bounding box generation and the non-copper region section
...
- compacted the UI for the 2Sided Tool
2020-10-21 21:02:10 +03:00
Marius Stanciu
66a3e36701
- cascaded_union() method will be deprecated in Shapely 1.8 in favor of unary_union; replaced the usage of cascaded_union with unary_union in all the app
2020-10-21 13:55:41 +03:00
Marius Stanciu
77a1ba67c8
- fixed Cutout Tool to work with the endxy parameter
2020-10-21 13:08:46 +03:00
Marius Stanciu
738cda0de5
- in NCC and Paint Tool fixed some issues with missing keys in the tool data dictionary
2020-10-21 09:48:06 +03:00
Marius Stanciu
85640f2304
- fixed QrCode Tool
2020-10-19 17:45:50 +03:00
Marius Stanciu
408327e48f
- added a check (and added to Preferences too) for the verification of tools validity in the Isolation Tool
2020-10-19 16:56:21 +03:00
Marius Stanciu
bedd707544
- Isolation Tool - added a check for having a complete isolation
2020-10-08 17:17:01 +03:00
Marius Stanciu
653c013ff6
- small change in the NCC Tool UI
...
- some strings are changed and therefore the translation strings source are updated
2020-10-08 15:42:16 +03:00
Marius Stanciu
aa073a2b40
- finished updating DPI setting feature for PNG export in Film Tool
2020-10-07 00:26:12 +03:00
Marius Stanciu
efdcc6d6ee
- working on adding DPI setting for PNG export - update
2020-10-07 00:23:36 +03:00
Marius Stanciu
8cb4b5abf8
- finished working in adding DPI settings for PNG export in Film Tool although there are some limitations due of Reportlab
2020-10-06 12:49:24 +03:00
Marius Stanciu
f99a5a8073
- working on adding DPI setting for PNG export in the Film Tool
2020-10-05 12:53:06 +03:00
Marius Stanciu
d5cf7b4980
- the Selected Tab is now Properties Tab for FlatCAM objects
...
- modified the Properties Tab for various FlatCAM objects preparing the move of Properties Tool data into the Properties Tab
- if the Properties tab is in focus (selected) when a new object is created then it is automatically selected therefore it's properties will be populated
2020-09-26 14:39:52 +03:00
Marius Stanciu
2f564b5a76
- minor GUI change in Isolation Tool
2020-09-25 14:55:15 +03:00
Marius Stanciu
dab3a5f703
- fixed a bug where end_xy parameter in Drilling Tool was not used
...
- fixed an issue in Delete All method in the app_Main.py
2020-09-24 14:37:06 +03:00
Marius Stanciu
09aafe5601
- added support for virtual units in SVG parser; warning: it may require the support for units which is not implemented yet
2020-09-23 11:50:00 +03:00
Marius Stanciu
1d46b43c4f
- in SVG parser: made sure that the minimum number of steps to approximate an arc/circle/bezier is 10
2020-09-21 03:27:52 +03:00
Marius Stanciu
615b0b9d4d
- Cutout Tool - minor changes
2020-08-30 01:11:06 +03:00
Marius Stanciu
15a8f718c9
- Cutout Tool - finished adding the Mouse Bites feature by adding mouse bites for manual cutouts
2020-08-30 01:08:21 +03:00
Marius Stanciu
26ac02e484
- Cutout Tool - fixed mouse bites feature in case of using a Geometry object and Freeform cutout
...
- Cutout Tool - can do cutouts on multigeo Geometry objects: it will automatically select the geometry of first tool
- Geometry Editor - fixed exception raised when trying to move and there is no shape to move
2020-08-30 00:05:52 +03:00
Marius Stanciu
c95625beac
- Cutout Tool - rectangular and freeform cutouts are done in a threaded way
...
- Cutout Tool - added the Mouse Bites feature for the Rectangular and Freeform cutouts and right now it fails in case of using a Geometry object and Freeform cutout (weird result)
- some changes in camlib due of warnigns for future changes in Shapely 2.0
2020-08-29 23:10:25 +03:00
Marius Stanciu
62f06f6472
- restored Cutout freeform to previous state
2020-08-29 19:37:10 +03:00
Marius Stanciu
f73f6fb5da
- 2Sided Tool - fixed newly introduced issues in the Alignment section
...
- 2Sided Tool - modified the UI such that some of the fields will allow only numbers and some special characters ([,],(,),/,*,,,+,-,%)
- Cutout Tool - working on adding mouse bites for the Freeform cutout
- updated the translation files to the current state of the app
2020-08-29 16:10:00 +03:00
Marius Stanciu
6c9c367540
- modified the Tools Database and Preferences with the new parameters from CutOut Tool
...
- changes in Tool Cutout: now on Cutout Tool start the app will look into Tools Database and search for a tool with same diameter (or within the set tolerance) as the one from Preferences and load it if found or load a default tool if not
- Tool Cutout - this Tool can now load tools from Tools Database through buttons in the Cutout Tool
2020-08-28 18:52:05 +03:00
Marius Stanciu
fc539fa55b
- NCC Tool - upgraded the UI and added the functionality that now adding a new tool is done by first searching the Tools DB for a suitable tool and if fails then it adds an default tool
...
- NCC Tool - on start will attempt to search in the Tools DB for the default tools and if found will load them from the DB
- fixes in NCC, Paint and Isolation Tool due of recent changes
2020-08-28 13:05:31 +03:00
Marius Stanciu
9b4455a7a6
- Paint Tool - upgraded the UI and added the functionality that now adding a new tool is done by first searching the Tools DB for a suitable tool and if fails then it adds an default tool
...
- Paint Tool - on start will attempt to search in the Tools DB for the default tools and if found will load them from the DB
2020-08-28 11:56:59 +03:00
Marius Stanciu
47be6ef30e
- Tool Isolation - small changes
2020-08-28 02:31:46 +03:00
Marius Stanciu
eee4595449
- some small fixes
2020-08-28 00:53:24 +03:00
Marius Stanciu
cebffe34b1
- in Tools: Transform, SUb, RulesCheck, DistanceMin, Distance - moved the Tool UI in its own class
2020-08-28 00:41:03 +03:00
Marius Stanciu
71ae6fe5e6
- Tool Isolation - made sure that the app can load from Tools Database only tools marked for Isolation tool
...
- Tool Isolation - on Tool start it will attempt to load the Preferences set tools by diameter from Tools Database. If it can't find one there it will add a default tool.
2020-08-27 23:20:30 +03:00
Marius Stanciu
6c3364c9cc
- fixed some typos due of actions above
2020-08-27 21:44:17 +03:00
Marius Stanciu
c45444a772
- in Tools: Film, Image, InvertGerber, Optimal, PcbWizard - moved the Tool UI in its own class
2020-08-27 21:37:00 +03:00
Marius Stanciu
b3a22f3d0a
- Film Tool - moved the Tool UI in its own class
2020-08-27 21:06:44 +03:00
Marius Stanciu
5cd78d211e
- in Tool Cutout: modified the UI in preparation for adding the Mouse Bites feature
2020-08-27 17:29:58 +03:00
Marius Stanciu
7eeda0347f
- in Tool Cutout fixed manual adding of gaps with thin gaps and plotting
...
- in Tool Cutout, when using fix gaps made sure that this feature is not activated if the value is zero
2020-08-27 03:29:52 +03:00
Marius Stanciu
ffdcfb0b5d
- fixed crash in Properties Tool, when applied on a CNCJob object made out of an Excellon object (fixed issue #444 )
...
- in Properties Tool, for CNCJob objects made out of Excellon objects, added the information's from Tool Data
- in Properties Tool made sure that the set color for the Tree parents depends on the fact if the gray icons set are used (dark theme) or not
- Properties Tool - properties for a Gerber objects has the Tool Data now at the end of the information's
2020-08-27 00:17:14 +03:00
Marius Stanciu
9696e8faad
- NCC Tool - UI change: if the operation is Isolation then some of the tool parameters are disabled
2020-08-26 18:53:38 +03:00
Marius Stanciu
be01e00898
- Isolation Tool - added ability to find the tool diameter that will guarantee total isolation of the currently selected Gerber object
2020-08-26 18:32:28 +03:00
Marius Stanciu
d4c922cdf9
- Drilling Tool - when replacing Tools if more than one tool for one diameter is found, the application exit the process and display an error in status bar; some minor fixes
...
- Isolation Tool - remade the UI
- Isolation Tool - modified the add new tool method to search first in Tools Database for a suitable tool
2020-08-26 17:21:00 +03:00