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 vuotta sitten |
Marius Stanciu
|
8b0a9a429a
- fixed some errors
|
7 vuotta sitten |
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 vuotta sitten |
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 vuotta sitten |
Marius Stanciu
|
9dfbae7515
- added plot kind for CNC Job in the App Preferences
|
7 vuotta sitten |
Marius Stanciu
|
dedf8c09de
- fixed the name self-insert in save dialog file for GCode; added protection in case the save path is None
|
7 vuotta sitten |
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 vuotta sitten |
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 vuotta sitten |
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 vuotta sitten |
Marius Stanciu
|
822800e7f5
- added a way to set the Probe depth if Toolchange_Probe postprocessors are selected
|
7 vuotta sitten |
Marius Stanciu
|
e1888b1647
- added an automatic name on each save operation based on the object name and/or the current date
|
7 vuotta sitten |
Marius Stanciu
|
6ea3499d39
- updated the new shortcut list with the shortcuts added lately
|
7 vuotta sitten |
Marius Stanciu
|
12b78cf2f3
- fixed the snap magnet button in Geometry Editor, restored the checkable property to True
|
7 vuotta sitten |
Marius Stanciu
|
7607aad8d8
- added protection against entering float numbers with comma separator instead of decimal dot separator in key points of FlatCAM (not everywhere)
|
7 vuotta sitten |
Marius Stanciu
|
de7e41991d
- fixed a source of possible errors in DetachableTab Widget.
|
7 vuotta sitten |
Marius Stanciu
|
d45d2c05ec
- added the bounds coordinates to the GCODE header; modified the postprocessor files to show them.
|
7 vuotta sitten |
Marius Stanciu
|
d5853722c3
- updated the camlib.CNCJob.scale() function so now the GCode is scaled also (quite a HACK :( it will need to be replaced at some point)). Units change work now on the GCODE also.
|
7 vuotta sitten |
Marius Stanciu
|
60614e4b45
- more fixes (didn't get it right before)
|
7 vuotta sitten |
Marius Stanciu
|
4441e40042
- fixed postprocessor files to work with toolchange_xy parameter value = None (no values in Edit - Preferences fields) - actual fix
|
7 vuotta sitten |
Marius Stanciu
|
7bc806f1dc
- fixed unit conversion functions in case the toolchange_xy parameter is None
|
7 vuotta sitten |
Marius Stanciu
|
7e5ce009d8
- added a traceback report in the TCL Shell for the errors that don't allow creation of an object; useful to trace exceptions/errors
|
7 vuotta sitten |
Marius Stanciu
|
97c5c3fe1c
- optimized the FlatCAMCNCJob.on_plot_cb_click_table() plot function and solved a bug regarding having tools numbers not in sync with the cnc tool table
|
7 vuotta sitten |
Marius Stanciu
|
5a0390f2a4
- fixed the scale, mirror, rotate, skew functions to work with Geometry Objects of multi-geometry type.
|
7 vuotta sitten |
Marius Stanciu
|
f6271033b3
- fixed issue in Tool Calculators when a float value was entered starting only with the dot.
|
7 vuotta sitten |
Marius Stanciu
|
c80271935e
- minor changes
|
7 vuotta sitten |
Marius Stanciu
|
8145ff9aac
- fixed the FlatCAMGerber.merge() function
|
7 vuotta sitten |
Marius Stanciu
|
4f7b2bbb34
- added options for trace segmentation that can be useful for auto-levelling (code snippet from Lei Zheng from a rejected pull request on FlatCAM https://bitbucket.org/realthunder/ )
|
7 vuotta sitten |
Marius Stanciu
|
c4a9c8bd77
- added more key shortcuts into the application; they are now displayed in the GUI menu's
|
7 vuotta sitten |
Marius Stanciu
|
c0031235cd
- fixed grbl_laser postprocessor file
|
7 vuotta sitten |
Marius Stanciu
|
d88d334867
- make sure to copy the options attribute to the final object in the case of: FlatCAMGeometry.merge(), FlatCAMGerber.merge() and for the Panelize Tool
|
7 vuotta sitten |