Commit Graph

1564 Commits

Author SHA1 Message Date
cmstein
07c0da75bd Update. 2019-09-13 08:13:56 -03:00
cmstein
2075b9c18a Update 2019-09-13 08:13:56 -03:00
cmstein
929da9f64c Update 2019-09-13 08:13:56 -03:00
cmstein
f07c908297 Update 2019-09-13 08:13:56 -03:00
cmstein
b162d93a42 Update 2019-09-13 08:13:55 -03:00
cmstein
f5de62b929 Update 2019-09-13 08:13:55 -03:00
cmstein
8dcd384d78 Update 2019-09-13 08:13:55 -03:00
cmstein
478ce6cdc8 Update 2019-09-13 08:13:54 -03:00
cmstein
3642d442f4 Update 2019-09-13 08:13:54 -03:00
cmstein
b0971a9721 Update 2019-09-13 08:13:54 -03:00
cmstein
e43c6f1190 Update 2019-09-13 08:13:54 -03:00
cmstein
d2fe51de1f Update 2019-09-13 08:13:54 -03:00
cmstein
3c2a2ec4ab Update 2019-09-13 08:13:53 -03:00
cmstein
02e871d040 Update 2019-09-13 08:13:53 -03:00
cmstein
1ba840831e update 2019-09-13 08:13:53 -03:00
cmstein
f888652540 Update in PT_BR translation 2019-09-13 08:13:53 -03:00
cmstein
2a31c9486f Update in PT_BR 2019-09-13 08:13:53 -03:00
cmstein
df5ccd6a5a Update in PT_BR 2019-09-13 08:13:52 -03:00
cmstein
80ac4cc1c0 Update in PT_BR translation 2019-09-13 08:13:52 -03:00
Marius Stanciu
fcf3f12c8d Merged in marius_stanciu/flatcam_beta/Beta (pull request #193)
Beta
2019-09-13 11:01:17 +00:00
Marius Stanciu
19444fb28c - upgraded the Script Editor to be able to run Tcl commands in batches
- added some ToolTips for the buttons in the Code Editor
2019-09-13 13:52:55 +03:00
Marius Stanciu
722962084b - added a grid layout in on_about() 2019-09-13 03:37:26 +03:00
Marius Stanciu
67808466d6 - added control for simplification when loading a Gerber file in Preferences -> Gerber -> Gerber General -> Simplify 2019-09-13 02:08:26 +03:00
Marius Stanciu
7ad03f9f0a - remade the splash screen to show multiple messages on app initialization
- added a new splash image
- added a control in Preferences -> General -> GUI Settings -> Splash Screen that control if the splash screen is shown at startup
2019-09-13 01:24:54 +03:00
Marius Stanciu
1a8784f5ab - now, Excellon and Gerber edited objects will have the source_code updated and ready to be saved
- the edited Gerber (or Excellon) object now is kept in the app after editing and the edited object is a new object
- added a message to the splash screen
2019-09-12 22:21:19 +03:00
Marius Stanciu
295cba8539 - started to add an application splash screen 2019-09-12 17:57:16 +03:00
Marius Stanciu
22fafd1495 - small changes to the 'About FlatCAM' windows 2019-09-12 17:42:33 +03:00
Marius Stanciu
d22592e64c - small changes in the TclCommands: MillDrills, MillSlots, DrillCNCJob: the new parameter for tolerance is now named: tooldia
- cleaned up the 'About FlatCAM' window, started to give credits for the translation team
2019-09-12 17:28:56 +03:00
Marius Stanciu
8e2cca827a - added a new parameter in the TclCommands: DrillCNCJob, MillDrills, MillSlots named tol (from tolerance). If the diameters of the milled (drilled) dias are within the tolerance specified of the diameters in the Excellon object than those diameters will be processed. This is to help account for rounding errors when having units conversion 2019-09-12 02:07:32 +03:00
Marius Stanciu
579cf9f620 - updated the Spanish translation (Google-translation) 2019-09-12 00:26:30 +03:00
Marius Stanciu
90b9e2da05 - modified the TclCommand DrillCncJob to have as parameter a list of tool diameters to be drilled instead of tool indexes 2019-09-11 21:40:18 +03:00
Marius Stanciu
7af96faef6 - fixed issue #302 where a copied object lost all the tools 2019-09-11 19:54:44 +03:00
Marius Stanciu
90a8b44cdf - fixed some minor errors in the new TclCommands: MillDrills and MillSlots 2019-09-11 17:59:24 +03:00
Marius Stanciu
dce347d9be - changed the resulting object name from TclCommand MillSlots 2019-09-11 17:51:56 +03:00
Marius Stanciu
0fc3743e91 - modified the MillDrills and MillSlots TclCommands to accept as parameter a list of tool dimaeters to be milled instead of tool indexes 2019-09-11 17:50:52 +03:00
Marius Stanciu
1ef9e95143 - changed the name of TclCommand MillHoles to MillDrills and added a new TclCommand named MillSlots 2019-09-11 17:34:01 +03:00
Marius Stanciu
4440298327 - fixed the TclCommand MillHoles 2019-09-11 07:06:32 +03:00
Marius Stanciu
e7493a350f - updated code in self.on_view_source() to make it more responsive 2019-09-11 06:55:17 +03:00
Marius Stanciu
462e3ac2ec - made faster the Gerber parser for the case of having a not valid geometry when loading a Gerber file without buffering 2019-09-11 05:19:35 +03:00
Marius Stanciu
91cad9c57d - added the Gerber code as source for the panelized object in Panelize Tool
- whenever a Gerber file is deleted, the mark_shapes objects are deleted also
2019-09-11 04:54:30 +03:00
Marius Stanciu
a348bc8738 - made sure that all the progress counters count to 100%; updated this all over 2019-09-10 16:16:27 +03:00
Marius Stanciu
4114e773dd - when disabling plots, if the selection shape is visible, it will be deleted
- small changes in Tool Panel (eliminating some deepcopy() calls)
- made sure that all the progress counters count to 100%
2019-09-10 16:05:54 +03:00
Marius Stanciu
dc6479210a - chagend the workers thread priority back to Normal 2019-09-10 15:16:51 +03:00
Marius Stanciu
f658e05240 - added progress and possibility of graceful exit in Panel Tool
- added graceful exit possibility when creating Isolation
2019-09-10 15:08:42 +03:00
Marius Stanciu
5838bd0554 - added progress for the generation of Isolation geometry 2019-09-10 13:45:12 +03:00
Marius Stanciu
7341e089dd - fixed an object used before declaring it in NCC Tool - Area option 2019-09-10 12:50:20 +03:00
Marius Stanciu
02be0b8510 - made changing the Plot kind in CNCJob selected tab, threaded 2019-09-10 04:44:18 +03:00
Marius Stanciu
7f3e3cb061 - fixed a small typo in TclCommandCopperCLear 2019-09-10 04:37:00 +03:00
Marius Stanciu
c66c841d37 - made isolation threaded 2019-09-10 04:29:06 +03:00
Marius Stanciu
cc7e758cda Merged in marius_stanciu/flatcam_beta/Beta (pull request #190)
Beta
2019-09-10 00:24:34 +00:00