Marius Stanciu
|
79e5cce6f1
- added a fix in the Excellon parser by allowing a comma in the tool definitions between the diameter and the rest
|
7 gadi atpakaļ |
Marius Stanciu
|
3b0496ddb9
- Minor string change
|
7 gadi atpakaļ |
Marius Stanciu
|
1c1d8bd637
- fix error in plotting Excellon when toggling units
|
7 gadi atpakaļ |
Marius Stanciu
|
c5a77841f8
- update the TCL keyword list
|
7 gadi atpakaļ |
Marius Stanciu
|
e0417b034b
- modified Gerber parser to copy the follow_geometry in the self.apertures
|
7 gadi atpakaļ |
Marius Stanciu
|
ecc2c90f2a
- changed all the info messages that are of type warning, error or success so they have a space added after the keyword
|
7 gadi atpakaļ |
Marius Stanciu
|
6d9eb10a59
- new feature: added ability to edit MultiGeo geometry (geometry from Paint Tool)
|
7 gadi atpakaļ |
Marius Stanciu
|
18b636bf03
- About 45% progress in German translation
|
7 gadi atpakaļ |
Marius Stanciu
|
ffa9095066
- fixed issue #278. Crash on name change in the Name field in the Selected Tab.
|
7 gadi atpakaļ |
Marius Stanciu
|
d12a6759c7
- progress in German translation. About 27% done.
|
7 gadi atpakaļ |
Marius Stanciu
|
209683b2db
- added new feature: user can delete apertures in Advanced mode and then create a new FlatCAM Gerber object
|
7 gadi atpakaļ |
Marius Stanciu
|
1aabb1c084
- added CNCJob geometry for the holes created by the drills from Excellon objects
|
7 gadi atpakaļ |
Marius Stanciu
|
0002d32341
- fixed bug: after using Paint Tool shortcut keys are disabled
|
7 gadi atpakaļ |
Marius Stanciu
|
a7e6914584
- fixed an issue where the Geometry plot function protested that it does not have an parameter that is used by the CNCJob plot function. But both inherit from FaltCAMObj plot function which does not have that parameter so something may need to be changed. Until then I provided a phony keyboard parameter to make that function 'shut up'
|
7 gadi atpakaļ |
Marius Stanciu
|
a964e6282d
- fixed an module import issue in NCC Tool
|
7 gadi atpakaļ |
Marius Stanciu
|
d7f4b7e6b0
- work in progress in German translation ~7%
|
7 gadi atpakaļ |
Marius Stanciu
|
43f89397d7
- added all the TCL keywords in the completer keyword list
|
7 gadi atpakaļ |
Marius Stanciu
|
f8cbafe84d
- in the TCL completer if the word is already complete don't add it again but add a space
|
7 gadi atpakaļ |
Marius Stanciu
|
9648bcd693
- added a header in the New Script
|
7 gadi atpakaļ |
Marius Stanciu
|
d67700c38b
- changed the autoname for saving Preferences, Project and PNG file
|
7 gadi atpakaļ |
Marius Stanciu
|
789dcc5da5
- fixed the Gerber.merge() function. When some of the Gerber files have apertures with same id, create a new aperture id for the object that is fused because each aperture id may hold different geometries.
|
7 gadi atpakaļ |
Marius Stanciu
|
df98007a4a
- fixed an error that created a situation that when saving a project with some of the CNCJob objects disabled, on project reload the CNCJob objects are no longer loaded
|
7 gadi atpakaļ |
Marius Stanciu
|
9a2279708e
- added an icon and title text for the Toggle Units QMessageBox
|
7 gadi atpakaļ |
Marius Stanciu
|
99c2ceaaed
- ESC key will trigger normal view if in full screen and the ESC key is pressed
|
7 gadi atpakaļ |
Marius Stanciu
|
b09f311b5c
- added autocomplete finish with ENTER key for the TCL Shell
|
7 gadi atpakaļ |
Marius Stanciu
|
ec75a68976
- autocomplete in Code Editor is finished by hitting either TAB key or ENTER key
|
7 gadi atpakaļ |
Marius Stanciu
|
0eb3ea0283
- fixed the Gerber.merge() to work for the case when one of the merged Gerber objects solid_geometry type is Polygon and not a list
|
7 gadi atpakaļ |
Marius Stanciu
|
bebb827bd2
- added autocomplete for Code editor; TODO: needs to be enabled only when doing Scripts, right now is available for everyone.
|
7 gadi atpakaļ |
Marius Stanciu
|
e57b913b7f
- in Code Editor added shortcut combo key CTRL+SHIFT+V to function as a Special Paste that will replace the '\' char with '/' so the Windows paths will be pasted correctly for TCL Shell. Also doing SHIFT + LMB on the Paste in contextual menu is doing the same.
|
7 gadi atpakaļ |
Marius Stanciu
|
39eaf12fef
- added ability to run a FlatCAM Tcl script by double-clicking on the file
|
7 gadi atpakaļ |