Marius Stanciu
|
779a6a75d4
- modified the Drillcncjob and Cncjob Tcl commands to be allowed to work without the 'dwell' and 'toolchange' arguments. If 'dwelltime' argument is present it will be assumed that the 'dwell' is True and the same for 'toolchangez' parameter, if present then 'toolchange' will be assumed to be True, else False
|
6 rokov pred |
Marius Stanciu
|
a738ed7305
- in NCC Tool I've added a warning so the user is warned that the NCC margin has to have a value of at least the tool diameter that is doing an iso_op job in the Tool Table
|
6 rokov pred |
Marius Stanciu
|
3475ae00cd
- fixed bug in NCC Tool: after trying to add a tool already in the Tool Table when trying to change the Tool Type the GUI does not change
|
6 rokov pred |
Marius Stanciu
|
c8955e0a00
- TclCommand quit_flatcam work under Linux
|
6 rokov pred |
Marius Stanciu
|
1e3947a244
- another attempt to make TclCommand quit_flatcam work under Linux - use signal to call a hard exit when in Linux
|
6 rokov pred |
Marius Stanciu
|
d3f144dec4
- another attempt to make TclCommand quit_flatcam work under Linux
|
6 rokov pred |
Marius Stanciu
|
258bd529d2
- some fixes in the NCC Tcl command (using the bool() method on some params)
|
6 rokov pred |
Marius Stanciu
|
cfa4f7ee7d
- attempt to make TclCommand quit_flatcam work under Linux
|
6 rokov pred |
Marius Stanciu
|
841e1f3eeb
- fixed Tcl commands that use the overlap parameter to switch from fraction to percentage
|
6 rokov pred |
Marius Stanciu
|
f7eaf62606
- changes in the Preferences UI for NCC and Paint Tool in Tool Dia entry field
|
6 rokov pred |
Marius Stanciu
|
f7084f4e56
- fixed some decimals issues in NCC Tool, Paint Tool and Excellon Editor (they were still using the harcoded values)
|
6 rokov pred |
Marius Stanciu
|
c0ec3b6546
- Buffer sub-tool in Transform Tool: added the possibility to apply a factor effectively scaling the aperture size thus the copper features sizes
|
6 rokov pred |
Marius Stanciu
|
7bd441eccc
- in Paint Tool Preferences allowed to add a list of initial tools separated by comma
|
6 rokov pred |
Marius Stanciu
|
a66658f2e2
- fixed a small where the app tried to hide a label that I've removed previously
|
6 rokov pred |
Marius Stanciu
|
c79f74c1bf
- added a new function called by shortcut key combo CTRL+G when the current widget in Plot Area is an Code Editor. It will jump to the specified line in the text.
|
6 rokov pred |
Marius Stanciu
|
84cd2143c3
- the Gerber UI is built only once now so the process is lighter on CPU
|
6 rokov pred |
Marius Stanciu
|
5032d8e8fe
- the Apply button text in Preferences is now made red when changes were made and require to be applied
|
6 rokov pred |
Marius Stanciu
|
58054f71b3
- fixed a minor issue that when saving a project with CNCJob objects, the variable that holds the origin of the CNCJob object was not saved in the project. Added to the serializable objects also the exc_cnc_tools dictionary
|
6 rokov pred |
Marius Stanciu
|
47fe73a91b
- more updates to the Preferences window and in some other parts of the GUI
|
6 rokov pred |
Marius Stanciu
|
3c991e1c2d
- updated all the translations files
|
6 rokov pred |
Marius Stanciu
|
c74814cb00
- fixed some typos
|
6 rokov pred |
Marius Stanciu
|
73b2355295
- updated the POT file and the translation files for German, Spanish and French languages
|
6 rokov pred |
Marius Stanciu
|
55549c7ba5
- cleaned the Preferences classes and added the signals and signal slots in those classes, removing them from the main app class
|
6 rokov pred |
Marius Stanciu
|
787d85391a
- in Legacy(2D) graphic engine made to work the mouse color change
|
6 rokov pred |
Marius Stanciu
|
f0ed74ce5f
- further modifications in Preferences -> General GUI - extended the changes
|
6 rokov pred |
Marius Stanciu
|
1863cbcb39
- further modifications in Preferences -> General GUI
|
6 rokov pred |
Marius Stanciu
|
217316c732
- fixed an error in the Gerber parser; it did not took into consideration the aperture size declared before the beginning of a Gerber region. Detected for Gerber files generated by KiCAD 5.x
|
6 rokov pred |
Marius Stanciu
|
0268a02f3b
- changed the extension of the Tool Database file to FlatDB for easy recognition (in the future double clicking such a file might import the new tools in the FC database)
|
6 rokov pred |
Marius Stanciu
|
fcc52a2682
- fixed an issue in old default file detection and in saving the factory defaults file
|
6 rokov pred |
Marius Stanciu
|
448235b84a
- fixed a typo in ToolDB.on_tool_add()
|
6 rokov pred |