- finished work on Offset parameter in Excellon Object (Excellon Editor, camlib, FlatCAMObj updated to take this param in consideration)

- fixed a bug where in Excellon editor when editing a file, a tool was automatically added. That is supposed to happen only for empty newly created Excellon Objects.
This commit is contained in:
Marius Stanciu
2019-02-12 15:12:12 +02:00
committed by Marius
parent d0641458e4
commit 9b61e4cc37
5 changed files with 44 additions and 8 deletions

View File

@@ -79,12 +79,12 @@ else:
print("INCLUDE_FILES", include_files)
#execfile('clean.py')
# execfile('clean.py')
setup(
name="FlatCAM",
author="Juan Pablo Caram",
version="3000",
version="Beta",
description="FlatCAM: 2D Computer Aided PCB Manufacturing",
options=dict(build_exe=buildOptions),
executables=[Executable("FlatCAM.py", icon='share/flatcam_icon48.ico', base=base)]