Marius Stanciu
|
2bd730ceeb
- some fixes in Paint Tool when done over the Gerber objects in case that the progressive plotting is selected
|
6 gadi atpakaļ |
Marius Stanciu
|
28a86aa661
- updated German language translation files
|
6 gadi atpakaļ |
Marius Stanciu
|
97024ed643
- corrected some issues and made Move Tool to show correctly when it is moving and when it is offsetting the objects position
|
6 gadi atpakaļ |
Marius Stanciu
|
4cbb5846e3
- all transformation functions show now the progress (rotate, mirror, scale, offset, skew)
|
6 gadi atpakaļ |
Marius Stanciu
|
f164dae7a9
- added to GUI new options for the Gerber object related to area subtraction
|
6 gadi atpakaļ |
Marius Stanciu
|
2c2bdf5002
- remade the handlers for the Enable/Disable Project Tree context menu so they are threaded and activity is shown in the lower right corner of the main window
|
6 gadi atpakaļ |
Marius Stanciu
|
124abf78b4
- made the objects offset (therefore the Move Tool) show progress display
|
6 gadi atpakaļ |
Marius Stanciu
|
053ceb3c24
- added progress display in status bar for generating CNCJob from Geometry objects
|
6 gadi atpakaļ |
Marius Stanciu
|
c1ce72e9fb
- some fixes and prepared the activity monitor area to receive updated texts
|
6 gadi atpakaļ |
Marius Stanciu
|
a138c539e4
- remade visibility threaded
|
6 gadi atpakaļ |
Marius Stanciu
|
67f0c657c6
- more messages
|
6 gadi atpakaļ |
Marius Stanciu
|
76138986bf
- fixed issue with loading files at start-up
|
6 gadi atpakaļ |
Marius Stanciu
|
4dbf6b2fa9
- small changes in NCC tool regarding the usage of the V-shape tool
|
6 gadi atpakaļ |
Marius Stanciu
|
7ff8d893c0
- in NCC tool there is now a depth of cut parameter named 'Cut Z' which will dictate how deep the tool will enter into the PCB material
|
6 gadi atpakaļ |
Marius Stanciu
|
b84fe4e901
- in Excellon and Gerber Seleted tab made the Plot (mark) columns not selectable
|
6 gadi atpakaļ |
Marius Stanciu
|
625559555c
- made changes in the Excellon Tools Table to make it more clear that the tools are selected in the # column and not in the Plot column
|
6 gadi atpakaļ |
Marius Stanciu
|
ba1e0bc94b
- fixed Tcl Command CncJob
|
6 gadi atpakaļ |
Marius Stanciu
|
eedfb56bf5
- fixed minor issues
|
6 gadi atpakaļ |
Marius Stanciu
|
d35343881f
- fixed issue #298. The changes in postprocessors done in Preferences dis not update the object UI layout as it was supposed to. The selection of Marlin postproc. did not unhidden the Feedrate Rapids entry.
|
6 gadi atpakaļ |
Marius Stanciu
|
0e96be7d9a
- made PlotCanvas class inherit from VisPy Canvas instead of creating an instance of it (work of JP)
|
6 gadi atpakaļ |
Marius Stanciu
|
017d495a41
- fixed TclCommandFollow command; an older function name was used who yielded wrong results
|
6 gadi atpakaļ |
Marius Stanciu
|
97e262e47c
- changed some debug messages in camlib.py and in FlatCAMObj.py
|
6 gadi atpakaļ |
Marius Stanciu
|
07c31bba22
- fixed bug in Tool Sub that created issues when toggling visibility of the plots
|
6 gadi atpakaļ |
Marius Stanciu
|
b20203eace
- moved the initialization of the FlatCAM editors after a read of the default values. If I don't do this then only at the first start of the application the Editors are not functional as the Editor objects are most likely destroyed
|
6 gadi atpakaļ |
Marius Stanciu
|
9205dd61f8
- fixed error when creating CNCJob due of having the annotations disabled from preferences but the plot2() function from camlib.CNCJob class still performed operations who yielded TypeError exceptions
|
6 gadi atpakaļ |
Marius Stanciu
|
bc6b2666cd
- added estimated time of routing for the CNCJob and added travelled distance parameter for geometry, too
|
6 gadi atpakaļ |
Marius Stanciu
|
e061c4364a
- each CNCJob object has now it's own text_collection for the annotations which allow the individual enabling and disabling of the annotations
|
6 gadi atpakaļ |
Marius Stanciu
|
c886e3300c
- added the Slot Type parameter for exporting Excellon in Edit -> Preferences -> Excellon -> Export Excellon. Now the Excellon object can be exported also with drilled slot command G85
|
6 gadi atpakaļ |
Marius Stanciu
|
cac92f75f2
- improved the FlatCAMGerber.isolate() function to work for geometry in the form of list and also in case that the elements of the list are LinearRings (like when doing the Exterior Isolation)
|
6 gadi atpakaļ |
Marius Stanciu
|
fd104eee55
- done regression to solve the bug with multiple passes cutting from the copper features (I should remember not to make mods here)
|
6 gadi atpakaļ |