Marius Stanciu
bcadbf272c
- fixed an issue when importing GCode which made the loaded GCode object un-plotable
2022-03-10 16:11:56 +02:00
Marius Stanciu
311f2d3531
- skew feature in Film Plugin now have multiple options. skew can be done by length, by angle and by ratio (factor)
2022-03-10 16:02:12 +02:00
Marius Stanciu
31eb06d5a9
- fixed multiple issues in the App objects related to wrong usage of self.obj_options attribute instead of self.app.options attribute
...
- remade the Film Plugin such that the `skew` feature is now done in length units as opposed with the previous usage of angles
- refactored some big methods from the Film Plugin
2022-03-10 14:22:09 +02:00
Marius Stanciu
da20db5527
- fixed an issue where using the 'G' shortcut key in Editors will not toggle the grid snap
...
- fixed an issue in the Excellon Editor where selecting the drills did not highlight them but instead made them invisible (although the selection still worked)
- fixed an issue in the Gerber Editor where selecting one shape will auto-select all the shapes made with the same aperture
2022-03-10 00:13:47 +02:00
Marius Stanciu
8900c89214
- added a few new GUI custom widgets
...
- removed the status bar Tcl Shell toggleable QLable. Now the Tcl Shell is toggled by clicking the Message in the Status bar
2022-03-09 14:20:09 +02:00
Marius Stanciu
843be488a5
- some changes to the Preferences
2022-02-24 00:14:58 +02:00
Marius Stanciu
43fd141b8e
- in Gerber Editor: in Eraser tool now the intersected shapes are stored properly such that when exporting the edited Gerber, it is done properly
2022-02-23 07:36:10 +02:00
Marius Stanciu
f016214481
- in Gerber Editor fixed adding a new aperture with code 0
...
- in Gerber Editor when the aperture size is 0.0 then automatically add a new aperture with code 0
- in Gerber Editor -> Eraser tool: when deleting all geometry in an aperture then the aperture is deleted too
2022-02-22 20:11:06 +02:00
Marius Stanciu
666f7cac55
- changes in the App options are now saved to the App defaults on app exit
2022-02-22 16:19:14 +02:00
Marius Stanciu
1df2570668
- some fixes in remembering the last save location and last open location
2022-02-22 15:16:03 +02:00
Marius Stanciu
0d62c291ea
- in Gerber Editor: if the aperture size is 0 then an aperture code 0 is added (if it does not exist yet)
...
- in Gerber Editor: when the Eraser tool is used, after it is applied if some geometries elements are empty, they are now removed
2022-02-22 06:05:21 +02:00
Marius Stanciu
72186cf8b8
- fixed an issue due of recent changes that made the application think that is run always for the first time; fixed not applying the selected language translation
...
- some more code is refactored in the Preferences
- the axis will now be drawn on the canvas as they were left in the previous run (just like the HUD and the Workspace)
- for processors with less than 4 cores now the default number of workers is 1 (changed from 2)
- some graphical settings go now directly to the defaults dictionary and will not pass through the `options` app dictionary
2022-02-20 22:32:54 +02:00
Marius Stanciu
42c809c1ff
- fixed an issue when trying to print an exception message
2022-02-20 20:45:37 +02:00
Marius Stanciu
23978d05e3
- added the wheels for a working pair of GDAL-Rasterio modules (python 3.10)
2022-02-20 20:39:48 +02:00
Marius Stanciu
7acabdfa0f
- fixed an issue where the selected application translation language is not remembered as was selected and defaulting to English language
...
- refactored code in Preferences section
2022-02-20 20:37:31 +02:00
Marius Stanciu
a5c1b348fe
- updated the Turkish translation (by (Mehmet Kaya)
2022-02-20 16:47:01 +02:00
Marius Stanciu
7bbe1e69f9
- making the above fix accept few possibilities
2022-02-20 16:39:04 +02:00
Marius Stanciu
ae4a97120c
- fixed a minor error in the Gerber Editor which created a graphic glitch on shape selection
2022-02-20 00:24:37 +02:00
Marius Stanciu
012ad17a93
- updated the language strings files to the latest changes
2022-02-19 02:17:16 +02:00
Marius Stanciu
65d8dcc0b2
- the application now uses only the default values from the app.options dict, the app.defaults dict holds the definitive default values
...
- fixed some outstanding issues from the PyQt6 port
- PEP8 fixes
- minor fixes
- updated the saving of Preferences to update the self.options too: the `Apply` action will update the self.options but the `Save` action will save the updated preferences to the file on disk
2022-02-18 23:06:58 +02:00
Marius Stanciu
14d9ea5470
- in Excellon Object UI, Advanced Mode, added a Tools Table context menu allowing to copy the tool diameters in the selected rows to clipboard
2022-02-18 15:51:21 +02:00
Marius Stanciu
4d2181eda7
- made sure that the CNCJob UI building no longer have issues with table items added from an already existing table
...
- fixed CNCJob UI showing all tools in the Tools Table even when only some tools were selected for processing
- fixed the `drillcncjob` Tcl Command to work in the case of drilling a selection of tools instead of all, with toolchange inactive
2022-02-18 15:16:05 +02:00
Marius Stanciu
f7f88a34be
- completed the refactoring of object options property to obj_options in preprocessors too
2022-02-18 13:21:20 +02:00
Marius Stanciu
1681b327ed
- refactoring all the references to object options property to obj_options to make a difference with the application options property
2022-02-16 10:47:12 +02:00
Marius Stanciu
de1d97327c
- minor debug log message change
2022-02-15 22:48:18 +02:00
Marius
363b34641a
- if Start Z parameter is set in Edit -> Preferences now there is no extra lift GCode because it is replaced by the startz GCode (except for laser preprocessors) - for Drilling Plugin too
2022-02-15 22:38:37 +02:00
Marius Stanciu
ac81f4f9f4
- if Start Z parameter is set in Edit -> Preferences now there is no extra lift GCode because it is replaced by the startz GCode (except for laser preprocessors)
2022-02-15 22:19:48 +02:00
Marius Stanciu
a1a999b635
- minor fixes in the Milling Plugin
2022-02-15 16:26:09 +02:00
Marius Stanciu
d13b4ef14f
- in Tcl command add_polygon added ability to use -p_coords optional parameter where the value of this argument should be a list of tuple coordinates
2022-02-15 04:22:36 +02:00
Marius Stanciu
c5b929781e
- fixed an issue with the moving shape when creating an exclusion area
...
- added ability to copy the coordinates of the exclusion area with the context menu actions in the Exclusion areas table found in the Milling/Drilling plugins
2022-02-15 03:45:52 +02:00
Marius Stanciu
e0819ab1a6
- fixed issue when doing a custom origin set
2022-02-13 21:26:00 +02:00
Marius Stanciu
2de9bc730b
- redraw_on_top_on_project_click works only for left mouse clicks on the Project objects list
2022-02-11 12:00:20 +02:00
Marius Stanciu
529148c60d
- made sure that the redraw_on_top_on_project_click works properly and only on mouse click release in the Project list
...
- made sure that the `redraw_on_top_on_project_click` works only on single object selections
2022-02-11 11:06:08 +02:00
Marius Stanciu
5421b65b9e
- made sure that the new feature of redrawing Gerber on top is not activated when that Gerber object is disabled
...
- added ability to turn off the outline plotting for Gerber objects (will speed up the plotting but the plotting visual quality will degrade); controlled from Preferences -> Gerber -> General
- plotting visuals in 3d graphic mode will no longer create some unnecessary lists
2022-02-11 10:42:03 +02:00
Marius Stanciu
4b611f5ce3
- a new feature that when selecting an object in the Project Tab, that object is redrawn over the other objects, in top position. Feature controlled from Preferences -> Gerber -> General.
2022-02-11 02:35:40 +02:00
Marius Stanciu
3d4e195ae1
- added a new preprocessor: default_laser
...
- in the app added a new tool type: "L" (laser) which when selected will autoselect the `default_laser` preprocessor in Milling Plugin
2022-02-10 14:01:32 +02:00
Marius Stanciu
1edc2cd241
- fixed some issues when exporting Excellon objects
2022-02-07 19:40:06 +02:00
Marius Stanciu
88d9d6aeb4
- fixed some issue regarding Milling Plugin, importing DXF file as Geometry
2022-02-02 17:33:05 +02:00
Marius Stanciu
851152366e
- solved some more exceptions in the cncjob Tcl command
2022-02-01 23:04:07 +02:00
Marius Stanciu
b1f038dd52
- fixed some issues in panelize and cncjob Tcl commands
...
- reversed the mirroring axis in the `mirror` Tcl command to be consistent with the action in GUI
2022-02-01 22:09:14 +02:00
Marius Stanciu
52a0efb62e
- upgraded the skew Tcl command to work on a selection of objects and added the ability to skew not only in degrees but also by distances
2022-02-01 16:48:42 +02:00
Marius Stanciu
642550b1bc
- upgraded the mirror Tcl command to work on a selection of objects and also fixed a plot issue
2022-02-01 13:59:54 +02:00
Marius Stanciu
a314115448
- minor changed in camlib.py regarding the self.check_zcut() method setting the self.z_cut to 'fail'
2022-02-01 13:42:50 +02:00
Marius Stanciu
2ccd807325
- updated the offset and scale Tcl commands to work on a selection of objects
2022-02-01 05:40:05 +02:00
Marius Stanciu
afdbce81b6
- wip
2022-02-01 04:52:00 +02:00
Marius Stanciu
93b1c5c3a2
- fixed the multi-color feature in the Gerber object UI
...
- fixed the marking of apertures in Gerber object UI and in Extract plugin
2022-02-01 04:48:05 +02:00
Marius Stanciu
103f2c42a8
- fixed the cncjob Tcl command: forgot to pop the arguments that are not recognized by the non-multigo handler
2022-02-01 03:41:46 +02:00
Marius Stanciu
fc085217c9
- minor change in the way the app quits
2022-01-31 22:25:43 +02:00
Marius Stanciu
e8ceda4809
- yet another fix for a Shapely 2.0 deprecation warning
2022-01-31 22:05:09 +02:00
Marius Stanciu
0276f6cfbb
- fixed a performance issue in panelize Tcl command: when panelizing a Geometry object the total solid_geometry was calculated for each tool, but it was enough to be calculated once
2022-01-31 21:59:19 +02:00