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 лет назад |
Marius Stanciu
|
d8937b82fc
- fixed bug in Geometry Editor, in disconnect_canvas_event_handlers() where I left some part of code without adding a try - except block which was required
|
6 лет назад |
Marius Stanciu
|
b0db73497c
- updated translations and changed version
|
6 лет назад |
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 лет назад |
Marius Stanciu
|
0131fb7700
- 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 лет назад |
Marius Stanciu
|
bc6b2666cd
- added estimated time of routing for the CNCJob and added travelled distance parameter for geometry, too
|
6 лет назад |
Marius Stanciu
|
923ce6aa7f
- updated the translations for the new strings
|
6 лет назад |
Marius Stanciu
|
77535d57b6
- In Excellon Editor -> fixed bug that caused incorrect display of the relative coordinates in the status bar
|
6 лет назад |
Marius Stanciu
|
66a205a6fd
- in Excellon Editor -> remade the Tool edit made by editing the diameter values in the Tools Table to work for slots too
|
6 лет назад |
Marius Stanciu
|
aa97a3722b
- in Excellon editor -> Resize tool, made sure that when the slot is resized, it's length remain the same, because the tool should influence only the 'thickness' of the slot. Since I don't know anything but the geometry and tool diameter, this is only an approximation and computationally intensive
|
6 лет назад |
Marius Stanciu
|
7223215386
- in Excellon Editor fixed the display of the number of slots in the Tool Table after the resize done with the Resize tool
|
6 лет назад |
Marius Stanciu
|
9e7d81d61b
- added new menu category in File -> Backup with two menu entries that duplicate the functions of the export/import preferences buttons from the bottom of the Preferences window
|
6 лет назад |
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 лет назад |
Marius Stanciu
|
eb385c1b28
- made sure that if multi depth is choosed when creating GCode then if the multidepth is more than the depth of cut only one cut is made (to the depth of cut)
|
6 лет назад |
Marius Stanciu
|
5c4c59d1a2
- remade the enable/disable plots functions to work only where it needs to (no sense in disabling a plot already disabled)
|
6 лет назад |
Marius Stanciu
|
bbc00c8f35
- fixed a weird error that created a crash in the following scenario: create a new excellon, edit it, add some drills/slots, delete it without saving, create a new excellon, try to edit and a crash is issued due of a wrapped C++ error
|
6 лет назад |
Marius Stanciu
|
3a5622ffc6
- working in Excellon Editor to Tool Resize to consider the slots, too
|
6 лет назад |
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 лет назад |
Marius Stanciu
|
7eb0b83776
- final fix for the VisPy data files; the defaults files are saved to the Config folder when the app is set to be portable
|
6 лет назад |
Marius Stanciu
|
ca8a12610e
- fixed the GUI for Slot Arrays in Excellon Editor
|
6 лет назад |
Marius Stanciu
|
0cdf96ad38
- added a failsafe path to the source folder from which to copy the VisPy data
|
6 лет назад |
Marius Stanciu
|
b9123e5a72
- working on the Slots Array in Excellon Editor - building the GUI
|
6 лет назад |
Marius Stanciu
|
beef671613
- created a configuration file in the root/config/configuration.txt with a configuration line for portability. Set portable to True to run the app as portable
|
6 лет назад |
Marius Stanciu
|
5c75998dbb
- stored inside FlatCAM app the VisPy data files and at the first start the application will try to copy those files to the APPDATA (roaming) folder in case of running under Windows
|
6 лет назад |
Marius Stanciu
|
392a58bf47
Merged jpcgt/flatcam/Beta into Beta
|
6 лет назад |
Mike Smith
|
28c5a1acdc
Merged in the_real_scgtrp/flatcam/project-opening-crash (pull request #180)
|
6 лет назад |
Marius Stanciu
|
ab12853393
- added Edit -> Preferences GUI and storage for the Excellon Editor Add Slots
|
6 лет назад |
Mike Smith
|
fb49780050
fix crash when opening non-projects as project files
|
6 лет назад |
Marius Stanciu
|
0e03252af7
- in Excellon Editor fixed the selection issue which in a certain step created a failure in the Copy and Move tools.
|
6 лет назад |
Marius Stanciu
|
f3fc175197
- changes in the way the edited Excellon with added slots is saved
|
6 лет назад |