Marius Stanciu
|
941cec30ae
- Serialized the source_file of the Objects so it is saved in the FlatCAM project and restored.
|
7 rokov pred |
Marius Stanciu
|
326599e4a3
- changed some status bar messages
|
7 rokov pred |
Marius Stanciu
|
679b33fa72
- updated the Excellon plot function so it can plot the Excellon's from old projects
|
7 rokov pred |
Marius Stanciu
|
e717cb8f15
- remade the Excellon export function to work with parameters entered in Edit -> Preferences -> Excellon Export
|
7 rokov pred |
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 rokov pred |
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 rokov pred |
Marius Stanciu
|
fffdd6db97
- small changes
|
7 rokov pred |
Marius Stanciu
|
fa0ee40e90
- in Gerber aperture table now the values are displayed in the current units set in FlatCAM
|
7 rokov pred |
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 rokov pred |
Marius Stanciu
|
3a05ebaffb
- added total travel distance for CNCJob object created from Excellon Object in the CNCJob Selected tab
|
7 rokov pred |
Marius Stanciu
|
e091fd232d
- added (and commented) an experimental FlatCAMObj.FlatCAMGerber.plot_apertures()
|
7 rokov pred |
Marius Stanciu
|
15b533f25e
- made the Gerber aperture table not visibile as default and added a checkbox that can toggle the visibility
|
7 rokov pred |
Marius Stanciu
|
53e8e4d486
- made the Gerber aperture table hidden by default and added a checkbox to show it
|
7 rokov pred |
Marius Stanciu
|
f3b1b45968
- changed the layout in the Selected Tab UI
|
7 rokov pred |
Marius Stanciu
|
c94679919d
- stored solid_geometry of Excellon object in the self.tools dictionary
|
7 rokov pred |
Marius Stanciu
|
02793f7ae2
- starting to work on storing the solid_geometry for each tool in part in Excellon Object
|
7 rokov pred |
Marius Stanciu
|
9b61e4cc37
- finished work on Offset parameter in Excellon Object (Excellon Editor, camlib, FlatCAMObj updated to take this param in consideration)
|
7 rokov pred |
Marius Stanciu
|
d0641458e4
- whenever a FlatCAM tool is activated, if the notebook side is hidden it will be unhidden
|
7 rokov pred |
Marius Stanciu
|
258f877865
- changed some log messages
|
7 rokov pred |
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 rokov pred |
Marius Stanciu
|
8b0a9a429a
- fixed some errors
|
7 rokov pred |
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 rokov pred |
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)
|
7 rokov pred |
Marius Stanciu
|
9dfbae7515
- added plot kind for CNC Job in the App Preferences
|
7 rokov pred |
Marius Stanciu
|
dedf8c09de
- fixed the name self-insert in save dialog file for GCode; added protection in case the save path is None
|
7 rokov pred |
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.
|
7 rokov pred |
Marius Stanciu
|
299a6585a7
- done a regression on Tool Tab default text. It somehow delete Tools in certain scenarios so I got rid of it
|
7 rokov pred |
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)
|
7 rokov pred |
Marius Stanciu
|
822800e7f5
- added a way to set the Probe depth if Toolchange_Probe postprocessors are selected
|
7 rokov pred |
Marius Stanciu
|
e1888b1647
- added an automatic name on each save operation based on the object name and/or the current date
|
7 rokov pred |