Marius Stanciu
|
89052379b2
- started to work on Solder Paste Dispensing Tool
|
7 years ago |
Marius Stanciu
|
4dbecde32f
- added a new setting in Edit -> Preferences -> General that allow to select the type of saving for the FlatCAM project: either compressed or uncompressed. Compression introduce an time overhead to the saving/restoring of a FlatCAM project.
|
7 years ago |
Marius Stanciu
|
9d0bcf477a
- removed the Open Gerber with 'follow' menu entry and also the open_gerber Tcl Command attribute 'follow'. This is no longer required because now the follow_geometry is stored by default in a Gerber object attribute gerber_obj.follow_geometry
|
7 years ago |
Marius Stanciu
|
d998b87601
- fixed issue with not loading old projects that do not have certain information's required by the new versions of FlatCAM
|
7 years ago |
Marius Stanciu
|
7f65cf628d
- added the ability to compress the FlatCAM project on save with LZMA compression. There is a setting in Edit -> Preferences -> Compression Level between 0 and 9. 9 level yields best compression at the price of RAM usage and time spent.
|
7 years ago |
Marius Stanciu
|
c22d6766f4
- small GUI change
|
7 years ago |
Marius Stanciu
|
783604f2aa
- made the output of Panelization Tool a choice out of Gerber and Geometry type of objects. Useful for those who want to engrave multiple copies of the same design.
|
7 years ago |
Marius Stanciu
|
7c2d8ff28e
- added Tool Transform preferences in Edit -> Preferences and used them through out the app
|
7 years ago |
Marius Stanciu
|
88a0be7cf1
- modified the GUI in Objects Selected Tab to accommodate 2 different modes: basic and Advanced. In Basic mode, some of the functionality's are hidden from the user.
|
7 years ago |
Marius Stanciu
|
8c882cfdc4
- made the app not remember the window size if the app is maximized and remember in QSettings if it was maximized. This way we can restore the maximized state but restore the windows size unmaximized
|
7 years ago |
Marius Stanciu
|
bb8dcb37b9
- fixed a bug in Tool Transform that made the user to not be able to capture the click coordinates with SHIFT + LMB click combo
|
7 years ago |
Marius Stanciu
|
13dc84809c
- finished adding Transform Tool in Geometry Editor - everything is working as intended
|
7 years ago |
Marius Stanciu
|
3d5c6840aa
- finished adding Transform Tool in Geometry Editor - everything is working as intended
|
7 years ago |
Marius Stanciu
|
eece2fbe56
- in Geometry Editor by selecting a shape with a selection shape, that object was added multiple times (one per each selection) to the selected list, which is not intended. Bug fixed.
|
7 years ago |
Marius Stanciu
|
cc2fe29942
- fixed an issue where the function handler that changed the layout had a parameter changed accidentally by an index value passed by the 'activate' signal to which was connected
|
7 years ago |
Marius Stanciu
|
032f68a848
- added ability to save the Gerber file content that is stored in FlatCAM on Gerber file loading. It's useful to recover from saved FlatCAM projects when the source files are no longer available.
|
7 years ago |
Marius Stanciu
|
0f66e63526
- when deselecting an object in Project menu the status bar selection message is deleted
|
7 years ago |
Marius Stanciu
|
8eff3206b2
- when pressing Escape in Geometry Editor it will automatically deselect any shape not only the currently selected tool.
|
7 years ago |
Marius Stanciu
|
b717b60d45
- in Editors, if the modifier key set in Preferences (CTRL or SHIFT key) is pressed at the end of one tool operation it will automatically continue to that action until the modifier is no longer pressed when Select tool will be automatically selected.
|
7 years ago |
Marius Stanciu
|
a103b5d263
- removed python3-ezdxf from setup-ubuntu file since it is not available. ezdxf module will be installed through pip command
|
7 years ago |
Marius Stanciu
|
5a631a2881
- fixed issue where after loading a project, if the default kind of CNCjob view is only 'cuts' the plot will revert to the 'all' type
|
7 years ago |
Marius Stanciu
|
941cec30ae
- Serialized the source_file of the Objects so it is saved in the FlatCAM project and restored.
|
7 years ago |
Marius Stanciu
|
326599e4a3
- changed some status bar messages
|
7 years ago |
Marius Stanciu
|
a7398961c7
Merged in test_beta_8.909 (pull request #133)
|
7 years ago |
Marius Stanciu
|
4f882c821e
- changed the initial layout to 'compact'
|
7 years ago |
Marius Stanciu
|
71d8b2df36
- fixed Excellon parser to detect correctly the units and zeros for Excellon's generated by Eagle 9.3.0
|
7 years ago |
Marius Stanciu
|
b6d36bb86d
- fixed DblSided Tool issue when entering Tool diameter values with comma decimal separator instead of decimal dot separator
|
7 years ago |
Marius Stanciu
|
ffb7931adb
- added messages in info bar when selecting objects in the Project View list
|
7 years ago |
Marius Stanciu
|
3293223991
- added the 'Save' menu entry to the Project context menu, for CNCJob: it will export the GCode.
|
7 years ago |
Marius Stanciu
|
31f36fd01e
- small change in tab width so the tabs looks good in Linux, too.
|
7 years ago |