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.
|
il y a 7 ans |
Marius Stanciu
|
941cec30ae
- Serialized the source_file of the Objects so it is saved in the FlatCAM project and restored.
|
il y a 7 ans |
Marius Stanciu
|
326599e4a3
- changed some status bar messages
|
il y a 7 ans |
Marius Stanciu
|
679b33fa72
- updated the Excellon plot function so it can plot the Excellon's from old projects
|
il y a 7 ans |
Marius Stanciu
|
e717cb8f15
- remade the Excellon export function to work with parameters entered in Edit -> Preferences -> Excellon Export
|
il y a 7 ans |
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
|
il y a 7 ans |
Marius Stanciu
|
a978b5621d
- the notebook is automatically collapsed when there are no objects in the collection and it is showed when adding an object
|
il y a 7 ans |
Marius Stanciu
|
fffdd6db97
- small changes
|
il y a 7 ans |
Marius Stanciu
|
fa0ee40e90
- in Gerber aperture table now the values are displayed in the current units set in FlatCAM
|
il y a 7 ans |
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()
|
il y a 7 ans |
Marius Stanciu
|
3a05ebaffb
- added total travel distance for CNCJob object created from Excellon Object in the CNCJob Selected tab
|
il y a 7 ans |
Marius Stanciu
|
e091fd232d
- added (and commented) an experimental FlatCAMObj.FlatCAMGerber.plot_apertures()
|
il y a 7 ans |
Marius Stanciu
|
15b533f25e
- made the Gerber aperture table not visibile as default and added a checkbox that can toggle the visibility
|
il y a 7 ans |
Marius Stanciu
|
53e8e4d486
- made the Gerber aperture table hidden by default and added a checkbox to show it
|
il y a 7 ans |
Marius Stanciu
|
f3b1b45968
- changed the layout in the Selected Tab UI
|
il y a 7 ans |
Marius Stanciu
|
c94679919d
- stored solid_geometry of Excellon object in the self.tools dictionary
|
il y a 7 ans |
Marius Stanciu
|
02793f7ae2
- starting to work on storing the solid_geometry for each tool in part in Excellon Object
|
il y a 7 ans |
Marius Stanciu
|
9b61e4cc37
- finished work on Offset parameter in Excellon Object (Excellon Editor, camlib, FlatCAMObj updated to take this param in consideration)
|
il y a 7 ans |
Marius Stanciu
|
d0641458e4
- whenever a FlatCAM tool is activated, if the notebook side is hidden it will be unhidden
|
il y a 7 ans |
Marius Stanciu
|
258f877865
- changed some log messages
|
il y a 7 ans |
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.
|
il y a 7 ans |
Marius Stanciu
|
8b0a9a429a
- fixed some errors
|
il y a 7 ans |
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
|
il y a 7 ans |
Marius Stanciu
|
2ee80990e5
- added a new function (and shortcut key Escape) that when triggered it deselects all selected objects and delete the selection box(es)
|
il y a 7 ans |
Marius Stanciu
|
9dfbae7515
- added plot kind for CNC Job in the App Preferences
|
il y a 7 ans |
Marius Stanciu
|
dedf8c09de
- fixed the name self-insert in save dialog file for GCode; added protection in case the save path is None
|
il y a 7 ans |
Marius Stanciu
|
b589292c0f
- fixed bug in Excellon Slots milling: a value of a dict key was a string instead to be an int. A cast to integer solved it.
|
il y a 7 ans |
Marius Stanciu
|
299a6585a7
- done a regression on Tool Tab default text. It somehow delete Tools in certain scenarios so I got rid of it
|
il y a 7 ans |
Marius Stanciu
|
3b8b7d470a
- added a new parameter to set the feedrate of the probing in case the used postprocessor does probing (has toolchange_probe in it's name)
|
il y a 7 ans |
Marius Stanciu
|
822800e7f5
- added a way to set the Probe depth if Toolchange_Probe postprocessors are selected
|
il y a 7 ans |