Commit Graph

1684 Commits

Author SHA1 Message Date
Marius Stanciu 26fe1bf5e1 - if FlatCAM is started with the 'quit' or 'exit' as argument it will close immediately and it will close also another instance of FlatCAM that may be running 2019-09-17 14:08:57 +03:00
Marius Stanciu 49ac19a221 - fixed an bug where the pywrapcp name from Google OR-Tools is not defined 2019-09-17 12:47:36 +03:00
Marius Stanciu e786398888 Merged jpcgt/flatcam/Beta into Beta
PT_BR and RU translations update
2019-09-17 12:05:52 +03:00
cmstein da4335fe18 Merged in cmsteinBR/flatcam/Beta (pull request #211)
Update in pt_BR Translation
2019-09-17 09:04:23 +00:00
Camellan 0868e95054 Merged in camellan/flatcam/Beta (pull request #212)
Update pot. Update Russian translation.
2019-09-17 09:03:18 +00:00
camellan 0d5504b048 Update pot. Update Russian translation 2019-09-17 08:06:37 +04:00
Camellan 39cd156180 jpcgt/flatcam/Beta слито с Beta 2019-09-17 07:42:16 +04:00
cmstein 54a2a33340 Update in pt_BR Translation 2019-09-16 21:42:23 -03:00
Marius Stanciu fd0d8a2a7c Merged in marius_stanciu/flatcam_beta/Beta (pull request #210)
Beta - Bug fixes mostly
2019-09-17 00:01:15 +00:00
Marius Stanciu 2d1cc03a54 Merged jpcgt/flatcam/Beta into Beta 2019-09-17 02:59:35 +03:00
Camellan 97bab5d225 Merged in camellan/flatcam/Beta (pull request #209)
Update pot. Update Russian translation.
2019-09-16 23:59:02 +00:00
Marius Stanciu fe97364ba5 - fixed issue #313 where TclCommand drillcncjob is spitting errors in Tcl Shell which should be ignored 2019-09-17 02:58:01 +03:00
Marius Stanciu bd0c1da007 - fixed #315 where a script run with the --shellfile argument crashed the program if it contained a TclCommand New
- added messages in the Splash Screen when running FlatCAM with arguments at startup
2019-09-17 02:38:24 +03:00
camellan 1716939704 Update pot. Update Russian translation. 2019-09-17 02:21:15 +04:00
Marius Stanciu 9187004f9e - added more programmers that contributed to FlatCAM over the years, in the "About FlatCAM" -> Programmers window 2019-09-17 01:21:14 +03:00
Camellan 5569c68670 jpcgt/flatcam/Beta слито с Beta 2019-09-17 01:32:51 +04:00
Marius Stanciu f51a3fa038 - made the splashscreen to be showed on the current monitor on systems with multiple monitors
- added a new entry in Menu -> View -> Redraw All which is doing what the name says: redraw all loaded objects
- fixed issue where in TCl Shell the Windows paths were not understood due of backslash symbol understood as escape symbol instead of path separator
- made sure that in for the TclCommand cncjob and for the drillcncjob if one of the args is stated but no value then the value used will be the default one
- made available the TSA algorithm for drill path optimization when the used OS is 64bit. When used OS is 32bit the only available algorithm is TSA
2019-09-16 23:27:02 +03:00
Marius Stanciu 81c0ee5638 Merged jpcgt/flatcam/Beta into Beta 2019-09-16 20:35:02 +03:00
Camellan f71e6992a1 Merged in camellan/flatcam/Beta (pull request #205)
Beta
2019-09-16 17:33:53 +00:00
Marius Stanciu a2a4fc1cc4 Merged in marius_stanciu/flatcam_beta/Beta (pull request #208)
Beta
2019-09-16 15:40:37 +00:00
Marius Stanciu 97b6e26fae - added new links in Menu -> Help (Excellon, Gerber specifications and a Report Bug) 2019-09-16 18:38:15 +03:00
Marius Stanciu cc3622d4c5 - fixed issue in the Laser postprocessor where the laser was turned on as soon as the GCode started creating an unwanted cut up until the job start 2019-09-16 18:19:46 +03:00
Marius Stanciu 727cee7aec - fixed some issues recently introduced in the TclCommands CNCJob, DrillCNCJob adn write_gcode; changed some parameters names 2019-09-16 17:20:56 +03:00
Marius Stanciu be4d4387f4 - more GUI optimizations related to being part of the Advanced category or not
- added possibility to change the positive SVG exported file color in Tool Film
2019-09-16 16:04:47 +03:00
Marius Stanciu 846e68a8c2 - some GUI optimizations 2019-09-16 05:22:07 +03:00
Marius Stanciu 52c4a90b90 Merged in marius_stanciu/flatcam_beta/Beta (pull request #207)
Beta - enhancements
2019-09-16 01:26:21 +00:00
Marius Stanciu e9751e41b8 - added a new parameter named 'muted' for the TclCommands: cncjob, drillcncjob and write_gcode. Setting it as -muted 1 will disable the error reporting in TCL Shell 2019-09-16 04:23:16 +03:00
Marius Stanciu 4b28d980fd - fixed the App.on_view_source() method for CNCJob objects: the Gcode will now contain the Prepend and Append code from the Edit -> Preferences -> CNCJob -> CNCJob Options 2019-09-16 04:10:02 +03:00
Marius Stanciu 279c2d6cc4 Merged in marius_stanciu/flatcam_beta/Beta (pull request #206)
Beta - Fixed a lot of Tcl Commands
2019-09-16 01:05:07 +00:00
Marius Stanciu 61120911c6 - fixed Scripts repeating multiple time when the Code Editor is used. This repetition was correlated with multiple openings of the Code Editor window (especially after an error)
- added the autocomplete keywords that can be changed to the defaults dictionary
- modified the TclCommand New so it will no longer close all tabs when called (it closed the Code Editor tab which may have been holding the code that run)
2019-09-16 04:03:19 +03:00
Marius Stanciu 78b6aa9a83 - fixed Scripts repeating multiple time when the Code Editor is used. This repetition was correlated with multiple openings of the Code Editor window (especially after an error)
- added the autocomplete keywords that can be changed to the defaults dictionary
2019-09-16 03:47:28 +03:00
Marius Stanciu 4c1163eedd - added the outname parameter (and established an default name when outname not used) for the AlignDrillGrid and AlignDrill TclCommands 2019-09-16 03:12:37 +03:00
Marius Stanciu 7aebf1c60a - added new TclCommands: NewExcellon, NewGerber
- fixed the TclCommand open_project
2019-09-16 02:57:46 +03:00
Marius Stanciu 8cba74647f - made all TclCommands not to be plotted automatically
- made sure that all TclCommands are not threaded
2019-09-16 01:39:11 +03:00
Marius Stanciu 2f553c9005 - added a new TclCommand named PlotObjects which will plot a list of FlatCAM objects
- made that after opening an object in FlatCAM it is not automatically plotted. If the user wants to plot it can use the TclCommands PlotAll or PlotObjects
- modified the TclCommands that open files to not plot the opened files automatically
2019-09-16 00:47:15 +03:00
Marius Stanciu c06317374e - added possibility to see the GCode when right clicking on the Project tab on a CNCJob object and then clicking View Source 2019-09-15 22:46:51 +03:00
camellan 1fb70b4672 Edit About page. Edit Russian translation. Edit pot. 2019-09-15 20:52:19 +04:00
camellan 34c2d26422 Fix run a program in unix-based systems 2019-09-15 18:45:22 +04:00
camellan c3e51e7e32 Update Russian translations 2019-09-15 18:39:50 +04:00
Marius Stanciu b0d545eb03 - fixed isolate TclCommand to use correctly the -outname parameter 2019-09-15 17:21:15 +03:00
Marius Stanciu fdf0944df2 Merged in marius_stanciu/flatcam_beta/Beta (pull request #204)
Beta
2019-09-15 13:48:05 +00:00
Marius Stanciu 8b3e1b5a77 - fixed the TclCommand cncjob to use the -outname parameter
- added some more keywords in the data_model for auto-completer
2019-09-15 16:46:48 +03:00
Marius Stanciu b67bec8052 Merged in marius_stanciu/flatcam_beta/Beta (pull request #203)
Beta
2019-09-15 10:40:12 +00:00
Marius Stanciu 30f00abce8 - fixed issue in ToolPaint that could not allow area painting of a geometry that was a list and not a Geometric element (polygon or MultiPolygon)
- fixed UI showing before the initialization of FlatCAM is finished when the last state of GUI was maximized
- finished updating the TclCommand cncjob to work for multi-geo Geometry objects with the parameters from the args
2019-09-15 13:37:06 +03:00
Marius Stanciu 21ca024324 - update the Tcl Command isolate to be able to isolate exteriors, interiors besides the full isolation, using the iso_type parameter 2019-09-15 05:19:02 +03:00
Marius Stanciu 0c62be61df - established a TODO 2019-09-15 05:12:57 +03:00
Marius a0101374da Merge remote-tracking branch 'origin/Beta' into Beta 2019-09-15 05:00:44 +03:00
Marius Stanciu a25a70c0e1 - refactored FlatCAMGeometry.mtool_gen_cncjob() method
- fixed the TclCommandCncjob to work for multigeometry Geometry objects; still I had to fix the list of tools parameter, right now I am setting it to an empty list
2019-09-15 05:00:20 +03:00
Marius Stanciu 38d58414bf Merged in marius_stanciu/flatcam_beta/Beta (pull request #201)
Beta
2019-09-14 15:44:05 +00:00
Marius Stanciu 7ee0a6ac80 Merged jpcgt/flatcam/Beta into Beta 2019-09-14 18:27:40 +03:00