Marius Stanciu
|
fa0ee40e90
- in Gerber aperture table now the values are displayed in the current units set in FlatCAM
|
hace 7 años |
Marius Stanciu
|
8f7d169e9c
- when linked, the grid snap on Y will copy the value in grid snap on X in real time
|
hace 7 años |
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()
|
hace 7 años |
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.
|
hace 7 años |
Marius Stanciu
|
a879803f97
- added 'FlatCAM ' prefix to any detached tab, for easy identification
|
hace 7 años |
Marius Stanciu
|
3a05ebaffb
- added total travel distance for CNCJob object created from Excellon Object in the CNCJob Selected tab
|
hace 7 años |
Marius Stanciu
|
e091fd232d
- added (and commented) an experimental FlatCAMObj.FlatCAMGerber.plot_apertures()
|
hace 7 años |
Marius Stanciu
|
15b533f25e
- made the Gerber aperture table not visibile as default and added a checkbox that can toggle the visibility
|
hace 7 años |
Marius Stanciu
|
53e8e4d486
- made the Gerber aperture table hidden by default and added a checkbox to show it
|
hace 7 años |
Marius Stanciu
|
f3b1b45968
- changed the layout in the Selected Tab UI
|
hace 7 años |
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.
|
hace 7 años |
Marius Stanciu
|
c94679919d
- stored solid_geometry of Excellon object in the self.tools dictionary
|
hace 7 años |
Marius Stanciu
|
02793f7ae2
- starting to work on storing the solid_geometry for each tool in part in Excellon Object
|
hace 7 años |
Marius Stanciu
|
9b61e4cc37
- finished work on Offset parameter in Excellon Object (Excellon Editor, camlib, FlatCAMObj updated to take this param in consideration)
|
hace 7 años |
Marius Stanciu
|
d0641458e4
- whenever a FlatCAM tool is activated, if the notebook side is hidden it will be unhidden
|
hace 7 años |
Marius Stanciu
|
4609f61546
- changes in Toolchange_Probe_MACH3 postprocessor file
|
hace 7 años |
Marius Stanciu
|
8cedc0cad9
- added a pause and message/warning to do a rough zero for the Z axis, in case of Toolchange_Probe_MACH3 postprocessor file
|
hace 7 años |
Marius Stanciu
|
e8b9555a94
- added a strong focus to the object_name entry in the Selected tab
|
hace 7 años |
Marius Stanciu
|
258f877865
- changed some log messages
|
hace 7 años |
Marius Stanciu
|
f01ac4483a
- adjusted the postprocessor files so the Spindle Off command (M5) is done before the move to Toolchange Z
|
hace 7 años |
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.
|
hace 7 años |
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
|
hace 7 años |
Marius Stanciu
|
c59da8669b
Merged in test_beta_8.907 (pull request #132)
|
hace 7 años |
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
|
hace 7 años |
Marius Stanciu
|
8665b1d8c3
- added into Preferences the Calculator Tools
|
hace 7 años |
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
|
hace 7 años |
Marius Stanciu
|
8b0a9a429a
- fixed some errors
|
hace 7 años |
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.
|
hace 7 años |
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
|
hace 7 años |
Marius Stanciu
|
824b1a95ab
- moved all shortcut keys handlers from Editors to the keyPressEvent() handler from FLatCAMGUI
|
hace 7 años |