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
|
4f882c821e
- changed the initial layout to 'compact'
|
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 |
Marius Stanciu
|
679b33fa72
- updated the Excellon plot function so it can plot the Excellon's from old projects
|
7 years ago |
Marius Stanciu
|
33b722aa1a
- more update s on project save choice
|
7 years ago |
Marius Stanciu
|
367d6f3155
- reworked the offer to save a project so it is done only if there are objects in the project but those objects are new and/or are modified since last project load (if an old project was loaded.)
|
7 years ago |
Marius Stanciu
|
e717cb8f15
- remade the Excellon export function to work with parameters entered in Edit -> Preferences -> Excellon Export
|
7 years ago |
Marius Stanciu
|
aea67a4a1d
- rearranged the FIle and Edit menu's and added some explanatory tooltips on certain menu items that could be seen as cryptic
|
7 years ago |
Marius Stanciu
|
a978b5621d
- the notebook is automatically collapsed when there are no objects in the collection and it is showed when adding an object
|
7 years ago |
Marius Stanciu
|
098de7f030
- added shortcut key 'J' (jump to location) in Editors and added an icon to the dialog popup window
|
7 years ago |
Marius Stanciu
|
8f7d169e9c
- when linked, the grid snap on Y will copy the value in grid snap on X in real time
|
7 years ago |
Marius Stanciu
|
cda10998e8
- updated the function for the project context menu 'Generate CNC' menu entry (Action) to use the modernized function FlatCAMObj.FlatCAMGeometry.on_generatecnc_button_click()
|
7 years ago |
Marius Stanciu
|
b84f56545e
- remade the Grids context menu (right mouse button click on canvas). Now it has values linked to the units type (inch or mm). Added ability to add or delete grid values and they are persistent.
|
7 years ago |
Marius Stanciu
|
899e8b433d
- added new parameter for Excellon Object in Preferences: Fast Retract. If the checkbox is checked then after reaching the drill depth, the drill bit will be raised out of the hole asap.
|
7 years ago |
Marius Stanciu
|
02793f7ae2
- starting to work on storing the solid_geometry for each tool in part in Excellon Object
|
7 years ago |
Marius Stanciu
|
d0641458e4
- whenever a FlatCAM tool is activated, if the notebook side is hidden it will be unhidden
|
7 years ago |
Marius Stanciu
|
e8b9555a94
- added a strong focus to the object_name entry in the Selected tab
|
7 years ago |
Marius Stanciu
|
f35994a712
- repurposed shortcut key 'Delete' to delete tools in tooltable when the mouse is over the Seleted tab (with Geometry inside) or in Tools tab (when NCC Tool or Paint Tool is inside). Or in Excellon Editor when mouse is hovering the Selected tab selecting a tool, 'Delete' key will delete that tool, if on canvas 'Delete' key will delete a selected shape (drill). In rest, will delete selected objects.
|
7 years ago |
Marius Stanciu
|
b68a010bde
- the SELECTED type of messages are no longer printed to shell from 2 reasons: first, too much spam and second, issue with displaying html
|
7 years ago |
Marius Stanciu
|
59e12cf295
- fixed an error in Excellon Editor -> add drill array that could appear by starting the function to add a drill array by shortcut before any mouse move is registered while in Editor
|
7 years ago |
Marius Stanciu
|
8665b1d8c3
- added into Preferences the Calculator Tools
|
7 years ago |
Marius Stanciu
|
d17fc12196
- added a protection for when saving a file first time, it require a saved path and if none then it use the current working directory
|
7 years ago |
Marius Stanciu
|
da7029dc0b
- if trying to add a tool using shortcut key 'T' with value zero the app will react with a message telling to use a non-zero value.
|
7 years ago |
Marius Stanciu
|
8f000c0a18
- in Excellon Editor added a protection for Tool_dia field in case numbers using comma as decimal separator are used. Also added a QDoubleValidator forcing a number with max 4 decimals and from 0.0000 to 9.9999
|
7 years ago |
Marius Stanciu
|
2524e6bd59
- minor GUI changes
|
7 years ago |
Marius Stanciu
|
f39fea072c
- when shortcut keys 1, 2, 3 (tab selection) are activated, if the splitter left side (the notebook) is hidden it will be mae visible
|
7 years ago |
Marius Stanciu
|
5b75d416ec
- moved some graphical classes out of Tool Shell to GUIElements.py where they belong
|
7 years ago |