flatcam/flatcamTools
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
- in Excellon Editor added a shortcut key 'T' that popup a window allowing to enter a new Tool with the set diameter
- in App added a shortcut key 'T' that popup a windows allowing to enter a new Tool with set diameter only when the Selected tab is on focus and only if a Geometry object is selected
- changed the shortcut key for Transform Tool from 'T' to 'ALT+T'
- fixed bug in Geometry Selected tab that generated error when used tool offset was less than half of either total length or half of total width. Now the app signal the issue with a status bar message
- added Double Validator for the Offset value so only float numbers can be entered.
- in App added a shortcut key 'T' that popup a windows allowing to enter a new Tool with set diameter only when the Tool tab is on focus and only if a NCC Tool or Paint Area Tool object is installed in the Tool Tab
2019-02-09 00:08:54 +02:00
..
ToolCalculators.py - fixed the units calculators crash FlatCAM when using comma as decimal separator 2019-02-05 22:32:48 +02:00
ToolCutOut.py - 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. 2019-02-04 20:49:37 +02:00
ToolDblSided.py - 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. 2019-02-04 20:49:37 +02:00
ToolFilm.py - 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. 2019-02-04 20:49:37 +02:00
ToolImage.py - added an automatic name on each save operation based on the object name and/or the current date 2019-02-03 23:08:09 +02:00
ToolMeasurement.py - all kwy shortcuts work across the entire application; started to move all the shortcuts definitions in FlatCAMGUI.keyPressEvent() 2019-02-06 16:23:09 +02:00
ToolMove.py - moved some graphical classes out of Tool Shell to GUIElements.py where they belong 2019-02-07 22:37:51 +02:00
ToolNonCopperClear.py - 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 2019-02-09 00:08:54 +02:00
ToolPaint.py - in Paint Tool, when painting single polygon, when clicking on canvas for the polygon there is no longer a selection of the entire object 2019-02-07 00:53:51 +02:00
ToolPanelize.py - 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. 2019-02-04 20:49:37 +02:00
ToolProperties.py - added an automatic name on each save operation based on the object name and/or the current date 2019-02-03 23:08:09 +02:00
ToolShell.py - moved some graphical classes out of Tool Shell to GUIElements.py where they belong 2019-02-07 22:37:51 +02:00
ToolTransform.py - added an automatic name on each save operation based on the object name and/or the current date 2019-02-03 23:08:09 +02:00
__init__.py - added protection against entering float numbers with comma separator instead of decimal dot separator in key points of FlatCAM (not everywhere) 2019-02-02 23:56:08 +02:00