- added possibility to save as text file the content in Tcl Shell browser window when clicking the Save log context menu entry

This commit is contained in:
Marius Stanciu
2020-04-24 08:12:21 +03:00
committed by Marius
parent 7df7e17569
commit 527dcf6270
4 changed files with 183 additions and 480 deletions

View File

@@ -108,9 +108,9 @@ exe = Executable("FlatCAM.py", icon='share/flatcam_icon48.ico', base=base, targe
setup(
name="FlatCAM",
author="Juan Pablo Caram",
author="Community effort",
version="8.9",
description="FlatCAM: 2D Computer Aided PCB Manufacturing",
description="FlatCAM Evo: 2D Computer Aided PCB Manufacturing",
options=dict(build_exe=buildOptions),
executables=[exe]
)