Marius Stanciu
a8d68ed400
- in Distance Plugin finished the 'big cursor' feature
2022-03-28 20:15:33 +03:00
Marius Stanciu
4745e1cab9
- in Distance Plugin added the ability to use a big cursor; not finished: when the grid is off it is not displayed
2022-03-28 20:06:11 +03:00
Marius Stanciu
eec366ce7f
- refactoring names for some classes
2022-03-24 18:35:44 +02:00
Marius Stanciu
6a5a408c47
- added a way to load older projects (made before recent changes)
2022-03-19 23:12:43 +02:00
Marius Stanciu
730ef529dc
- fixed issues in the Scale feature of the Film Plugin
...
- in the Scale feature of the Film plugin added ability to scale by a length amount
2022-03-17 02:29:28 +02:00
Marius Stanciu
cf7ee8930a
- fixed an issue in Calculators Plugin that could crash the app, in the Electroplating section
2022-03-15 20:55:30 +02:00
Marius Stanciu
30d899ad89
- in Distance Plugin made sure that the 0.0 value for the angle is displayed
2022-03-11 14:55:59 +02:00
Marius Stanciu
4398b3468f
- added a new feature: now in the context menu (and main menu -> Edit) there is a new command that allow to move a selection of objects at specified numeric coordinates (either absolute or relative to current position)
2022-03-11 13:51:29 +02:00
Marius Stanciu
158dfd75c3
- fixed a typo in the Distance Plugin which made that the Delta Y value was always the same as Delta X value
2022-03-10 17:49:11 +02:00
Marius Stanciu
7a82658b4c
- more work in Film Plugin, in the ratio skew feature
2022-03-10 16:59:17 +02:00
Marius Stanciu
e7448eadcb
- fixed Film Plugin not using the set value in Preferences for the skew type
2022-03-10 16:17:06 +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
843be488a5
- some changes to the Preferences
2022-02-24 00:14:58 +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
7bbe1e69f9
- making the above fix accept few possibilities
2022-02-20 16:39:04 +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
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
a1a999b635
- minor fixes in the Milling Plugin
2022-02-15 16:26:09 +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
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
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
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
056ff05e29
- most of the logging (except in the Editors) is now done by the AppLogging class
2022-01-31 02:14:14 +02:00
Marius Stanciu
d6c345656c
- finished implementing the new feature that add a new parameter laser minimum power for the Drillin, Milling Plugins and for the cncjob and drillcncjob Tcl commands:
...
- modified all the preprocessors that are for `laser` to use the new parameter: `laser minimum power`
2022-01-30 21:33:06 +02:00
Marius Stanciu
dbc2e5c381
- finished the UI for adding a new parameter that is used in conjunction with the laser preprocessors: laser minimum power parameter which should help in doing a full power up/down cycle (should prolong the lifetime for the laser diode)
...
- fixed some UI issues for the Milling and Drilling plugins when using a `laser` preprocessor
2022-01-30 19:03:20 +02:00
Marius Stanciu
71441a80e5
- fixed not adding the feedrate code in drillcncjob Tcl command
...
- fixed crash when trying to do a `select all` and there are app Scripts present
- updated the `drillcncjob` Tcl command to make a script exit in case of an error
2022-01-30 16:25:11 +02:00
Marius Stanciu
6965c91447
- some more work on the Isolation plugin
2022-01-30 14:13:36 +02:00
Marius Stanciu
66b874835c
- refactored the Isolation Plugin class
2022-01-30 03:50:27 +02:00
Marius Stanciu
965ccca885
- upgraded/fixed the Panelize Tcl command
2022-01-29 03:11:56 +02:00
Marius Stanciu
eb6ea7e623
- fixed an KeyError exception in the GCode Editor regarding the key: 'offset' not existing
...
- updated the Tcl command `drillcncjob` to store the tool gcode and the parsed tool gcode in each tool data structure
- updated the Tcl command `drillcncjob` description and examples
2022-01-28 15:54:41 +02:00
Marius Stanciu
c470023719
- fixed an error in Drilling Plugin when selecting only a few tools and not all for drilling
...
- fixed an error when building the UI for a CNCJob object created from drilling an Excellon object with a limited selection of tools
2022-01-28 04:03:19 +02:00
Marius Stanciu
7bc941f3dd
- in Cutout plugin added the ability to create Manual Geometries with negative tool diameters
2022-01-26 12:51:08 +02:00
Marius Stanciu
5a912c6885
- fixed the Cutout plugin for the rectangular cutout: the name of the resulting object is now correct if there is no extension in the source file
2022-01-26 11:47:07 +02:00
Marius Stanciu
b94514786c
- fixed the Cutout plugin not working with Geometry objects that are made out of a LineString or LinearRing geometric elements
2022-01-26 11:30:06 +02:00
Marius Stanciu
51d4f9030d
- fixed the Milling Plugin who changed the tools information "tools_mill_multidepth" when changing from Basic to Advanced mode to the application default value but that defeated the change made by the Cutout plugin
...
- fixed a Shapely 2.0 deprecation warning in the Report plugin
2022-01-25 23:55:51 +02:00
Marius Stanciu
ff805880e1
- fixed the Follow plugin not marking correctly the resulting Geometry objet as a multigeo
...
- fixed the Cutout plugin not working with Geometry objects that are made out of a MultiLineString
2022-01-25 22:31:50 +02:00
Marius Stanciu
4089438392
- in Milling Plugin there was issue that did not showed the Z focus parameter for the GRBL_laser_Z preprocessor
...
- updated the `GRBL_laser_Z` preprocessor to show more complete parameter information's in the header
2022-01-22 23:28:21 +02:00
Marius Stanciu
2bda71bcfe
- fixed the GRBL_laser preprocessor such that it does not have a Z move at the end of the job due of the fact that this preprocessor has moves only in the X-Y plane
...
- in Milling Plugin made sure the preprocessors that have the `laser_z` in the name (case insensitive) have the ability to change the Z height at the end of the job (through End_Z parameter)
2022-01-22 21:39:19 +02:00
Marius Stanciu
90165ce0ac
- improved the running of scripts when loading from GUI a script as a FlatCAM script
2022-01-22 00:23:22 +02:00
Marius Stanciu
17533aebc3
- fixed more issues with the cncjob Tcl command
...
- made sure that some autocomplete keywords are correctly processed by the application; needs the delete of the preferences files
2022-01-21 22:15:33 +02:00
Marius Stanciu
a26fd24f65
- made a hack so if the Image Import plugin can't be loaded due of dependencies errors the app will not crash but this plugin will no longer be available
2022-01-19 18:05:13 +02:00
Marius Stanciu
a9b26b291f
- the Editors require an Object UI build before launching; I've added the required code so the shortcut keys work even if the Properties tab is not current
2022-01-19 17:45:59 +02:00
Marius Stanciu
cdf6872e5e
- updated the header of the postprocessos with 'laser' to show essential informations like some of them do not move on the Z axis
...
- make sure that the laser postprocessor that do move on the Z axis (like 'GRBL_laser_Z') accept negative values for the Z focus
- fixed issue in highlighter such that the keywords that have an underscore included are highlighted
- rearranged the default keywords
- fixed the generatecncjob() method default parameters to reflect new data structure names
- in Geometry object the default self.options dictionary is updated with keys that reflect new data structure
2022-01-19 02:25:40 +02:00
Marius Stanciu
2430158334
- fixing an issue with not building the UI for the generated objects when running a script and then trying to enable/disable the plots
...
- attempting to add a feature in the text editors to autoselect all words in a document that are the same as the one that was clicked
- all the colors set in Preferences now have to be in the 8digits format RGBA (including the alpha channel as a suffix) - it is required to delete the current preferences files
2022-01-17 21:26:10 +02:00
Marius Stanciu
f59a166503
- fixed the 'cncjob' Tcl Command to work in the new configuration of the data structures
2022-01-15 18:05:56 +02:00