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 gadi atpakaļ |
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 gadi atpakaļ |
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 gadi atpakaļ |
Marius Stanciu
|
8665b1d8c3
- added into Preferences the Calculator Tools
|
7 gadi atpakaļ |
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 gadi atpakaļ |
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 gadi atpakaļ |
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 gadi atpakaļ |
Marius Stanciu
|
2524e6bd59
- minor GUI changes
|
7 gadi atpakaļ |
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 gadi atpakaļ |
Marius Stanciu
|
5b75d416ec
- moved some graphical classes out of Tool Shell to GUIElements.py where they belong
|
7 gadi atpakaļ |
Marius Stanciu
|
c888303146
- added a new function and the shortcut 'leftquote' (left of Key 1) for toggle of the notebook section
|
7 gadi atpakaļ |
Marius Stanciu
|
ab026a1a9d
- added a disable menu entry in the canvas contextual menu
|
7 gadi atpakaļ |
Marius Stanciu
|
6c6a802afb
- commented some debug messages
|
7 gadi atpakaļ |
Marius Stanciu
|
700222d5dc
- in Paint Tool, when painting single polygon, when clicking on canvas for the polygon there is no longer a selection of the entire object
|
7 gadi atpakaļ |
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 gadi atpakaļ |
Marius Stanciu
|
9dfbae7515
- added plot kind for CNC Job in the App Preferences
|
7 gadi atpakaļ |
Marius Stanciu
|
05ae92726c
- renamed the theme to layout because it is really a layout change
|
7 gadi atpakaļ |
Marius Stanciu
|
8bbb9ba534
- all kwy shortcuts work across the entire application; started to move all the shortcuts definitions in FlatCAMGUI.keyPressEvent()
|
7 gadi atpakaļ |
Marius Stanciu
|
dedf8c09de
- fixed the name self-insert in save dialog file for GCode; added protection in case the save path is None
|
7 gadi atpakaļ |
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 gadi atpakaļ |
Marius Stanciu
|
2ea2ed0cb0
- fixed the units calculators crash FlatCAM when using comma as decimal separator
|
7 gadi atpakaļ |
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 gadi atpakaļ |
Marius Stanciu
|
822800e7f5
- added a way to set the Probe depth if Toolchange_Probe postprocessors are selected
|
7 gadi atpakaļ |
Marius Stanciu
|
ed6d262780
- added an initial text in the Tools tab
|
7 gadi atpakaļ |
Marius Stanciu
|
bd3cb3aba3
- added a text in the Selected Tab which is showed whenever the Selected Tab is selected but without having an object selected to display it's properties
|
7 gadi atpakaļ |
Marius Stanciu
|
8a6c48c7a9
- changed the shortcut keys for Zoom In, Zoom Out and Zoom Fit from 1, 2, 3 to '-', '=' respectively 'V'. Added new shortcut keys '1', '2', '3' for Select Project Tab, Select Selected Tab and Select Tool Tab.
|
7 gadi atpakaļ |
Marius Stanciu
|
713b584841
- added a new parameter in the Tool Film which control the thickness of the stroke width in the resulting SVG. It's a scale parameter.
|
7 gadi atpakaļ |
Marius Stanciu
|
4e8f8905c8
- modified the Toolchange_Probe_general postprocessor file to include now Z moves before the actual toolchange event
|
7 gadi atpakaļ |
Marius Stanciu
|
e1888b1647
- added an automatic name on each save operation based on the object name and/or the current date
|
7 gadi atpakaļ |
Marius Stanciu
|
5e55f0d499
- fixed remove_tools() so the Tcl Shell action is readded to the Tools menu and reconnected to it's slot function
|
7 gadi atpakaļ |