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
a29d18bd12
- updated the new Tcl command: now it has an argument -keep_scripts that when True, will keep the loaded scripts in the new project
2022-01-29 20:35:28 +02:00
Marius Stanciu
54def9a426
- in the panelize, cutout and geocutout Tcl commands updated the error strings and made sure that if an error occur then a potential script execution in chain is aborted
2022-01-29 16:24:29 +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
0c656ab10c
- fixed a syntax error in a call of the log.error()
...
- trying to solve a 'circular reference' error when saving a project in Arch Linux
2022-01-25 00:32:52 +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
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
b0db73029d
- added a new Tcl command: buffer which will buffer the geometry of an object or will scale individually each geometry sub element
...
- fixed the buffer() method for the Excellon objects (the resulting tool diameters were calculated less than the what was expected)
2022-01-21 02:37:34 +02:00
Marius Stanciu
ba8b16e54f
- fixed some issues due of the above hack
2022-01-19 21:35:26 +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
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
04e6bf0872
- added a new Tcl command named 'list_pp' which lists the available preprocessor names
2022-01-18 00:39:09 +02:00
Marius Stanciu
3363dd0fe8
- in the 'cutout' Tcl command made sure that when an error pop-up then it returns with a "fail" string
...
- made sure when running scripts from the interface that if a command will generate an error then the script is aborted
2022-01-18 00:30:10 +02:00
Marius Stanciu
87f1b7e15e
- modified the 'new' Tcl command to be silent and to show no popup message
2022-01-17 23:48:44 +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
e18690baf0
- fixed issues in the 'millslots' and 'milldrills' Tcl commands for the case when some parameters are not used
2022-01-17 12:35:36 +02:00
Marius Stanciu
7e3152e7a3
- fixed the Tcl Command 'set_origin' to work for a specified location
...
- updated the Tcl Command 'set_origin' to give the option to set the origin for a specified object
2022-01-15 17:25:05 +02:00
Marius Stanciu
b615edd631
- made sure that new message boxes are always centered on the app UI by setting correctly the parent
2022-01-14 12:43:14 +02:00
Marius Stanciu
200d244b9b
- made sure that the FCMessageBox taskbar icons and message are the correct ones
...
- applied the FCMessageBox GUI elements everywhere; there is still a hack in appTranslation file where I needed to re-implement the class due of some circular imports errors
2022-01-13 18:08:11 +02:00
Marius Stanciu
1d1613d2d6
- subclassed the QMessageBox and created a new type of MessageBox that is frameless; started to use it throughout the app
2022-01-12 02:27:12 +02:00
Marius Stanciu
d7be3c3c3b
- started to mod the qdarktheme to fit the application
2022-01-12 00:44:25 +02:00
Marius Stanciu
2165ebe419
- added an initial implementation of a dark theme using the qdarktheme (performance is not great and there are some artifacts); the theme is activated once the gray icons are checked in the Preferences
2022-01-11 23:21:18 +02:00
Marius Stanciu
ab3e610324
- added a new feature in Preferences -> Gerber: a Layer Color Manager where the user can set and edit predefined colors for the Gerber objects: loading order matter
2022-01-10 17:06:12 +02:00
Marius Stanciu
e219562bbb
- added in CNCJob preferences new preferences that allow compensation for the CNC bed skew/tilt (axes not being square one to another)
...
- all pre-processors are altered such they can adjust the gcode to use the compensation values set in Preferences -> CNC-Job section
2022-01-09 19:44:56 +02:00
Marius Stanciu
648fc81868
- added a donation link (some people wanted it there so...)
2022-01-06 19:08:23 +02:00
Marius Stanciu
24caaedac0
- fixed some more Shapely 2.0 deprecation warnings
...
- fixed a message bug in the AppMain
2021-12-08 23:11:23 +02:00
Marius Stanciu
20587eaec8
- some issues fixed that were left behind rom porting to PyQt6
...
- trying to solve differently RuntimeError exceptions that randomly popup due of wrapped C++ objects being deleted by attempting to create a new UI for the objects
2021-11-30 00:00:18 +02:00
Marius Stanciu
a54de942a3
- added a few protections against RuntimeError exceptions that randomly popup due of wrapped C++ objects being deleted
2021-11-23 12:26:11 +02:00
Marius Stanciu
262ccdda28
- updated the Italian (Massimiliano Golfetto) and Turkish (Mehmet Kaya) translations
2021-11-21 17:57:37 +02:00
Marius Stanciu
5f55471aaa
- updated the language strings
2021-11-21 01:20:23 +02:00
Marius Stanciu
67fa5596e1
- in Isolation Plugin there is no longer auto-switch to Properties Tab
...
- when editing Geometry objects with multiple geometry fixed the issue with the edited geometry always being the one in the first tool
2021-11-06 01:15:14 +02:00
Marius Stanciu
29457e9867
- Cutout Plugin - improved the functionality in Manual mode: depending on the state of the Shape parameter different types of cutout manual geometry is generated
...
- fixed a bug in the Editors when trying to launch the Editor without an object selected
2021-11-01 00:53:52 +02:00
Marius Stanciu
196044426c
- fixed an exception that was triggered when toggling units inside the Editors
2021-10-31 14:20:47 +02:00
Marius Stanciu
bb089eb657
- refactored the is_legacy object to use_3d_engine
...
- made sure that there is no longer a double action when toggling the object visibility ('plot' attribute)
2021-10-31 14:05:00 +02:00
Marius Stanciu
3e916f4e09
- added more of the contributors in the About page
2021-10-28 22:52:24 +03:00
Marius Stanciu
de4c51b480
- fixed error that did not allowed printing from the TextEditor
...
- added an error message when the File -> Print to PDF functionality is not working due of missing a root element in the SVG step
2021-10-28 20:11:06 +03:00
Marius Stanciu
cea57b532f
- pywin32 module is no longer needed when running in Windows
...
- updated the Romanian translation
- Google-translated the Spanish translation
- updated the strings in all translation files
2021-10-13 18:13:40 +03:00
Marius Stanciu
e6c0046e3f
- added a method to do cleanup after a Plugin close
...
- in Distance Plugin added the cleanup after the Plugin is closed from the Tab close button
- renamed the Distance Minimum Plugin to Object Distance; started to add new functionality on this Plugin: to calculate the distance between the bounding box centers too
2021-10-13 14:39:47 +03:00
Marius Stanciu
71306395fa
- in Distance Plugin - modified the UI
...
- in Distance Plugin - implemented a new feature: multi segment distance measurement
- in Distance Plugin - the Dx, Dy, Angle and Distance values are updated real time (for non multi segment measurement)
2021-10-13 01:41:49 +03:00
Marius Stanciu
55ea7a6be0
- in Markers Plugin: changed the name of the resulting object to reflect this plugin name
...
- fixed an issue with toggling the visibility of objects
2021-10-11 21:21:13 +03:00
Marius Stanciu
aef9d97dd7
- in Markers Plugin replaced the Margin parameters with the Offset parameters that now can be referenced either to the edge of the bounding box (effectively replacing the old Margin parameter) or to the center of the bounding box
...
- Distance Plugin Ui was upgraded
- updated the language strings
2021-10-10 01:37:09 +03:00
Marius Stanciu
1c42efdcdf
- renamed the Corner Markers Plugin in Markers Plugin
...
- added a new feature in Markers Plugin: now the Margin parameter can be set for both axis: X and Y or both
2021-10-09 22:45:09 +03:00
Marius Stanciu
b49b2dd24e
- fixed an issue within the version checking (inherited from FlatCAM)
2021-10-09 19:57:27 +03:00
Marius Stanciu
8c57a53e3b
- fixed some recently introduced issues for the Milling and Drilling Plugins; those plugins did not had the pluginName defined in the Plugin UI
...
- in the canvas context menu added the menu for color changing
- when doing color changing now only Gerber and Excellon objects can have the colors changed
2021-10-09 00:34:30 +03:00
Marius Stanciu
866e2fb4b7
- changing the Excellon Object color from Project Tab context menu is now persistent
2021-10-08 23:48:18 +03:00
Marius Stanciu
e7fd78ea28
- 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
2021-10-08 12:47:15 +03:00
Marius Stanciu
56451688d5
- the Proprties tab UI is now populated with the object UI only when the Properties tab is selected and not on object selection like it was done previously
2021-10-07 16:53:24 +03:00
Marius Stanciu
e2f511be71
- added a new color in the Object Colors ("indigo")
...
- now the object color transparency is preserved if a new color is chosen
2021-10-07 14:55:17 +03:00
Marius Stanciu
ab704e2a60
- in 2Sided Plugin, deleting the last drill alignment coordinates will update the clipboard values too
2021-10-04 17:59:10 +03:00