- updated the make_freezed.py file to make sure that all the required files are included

- updated the setup_ubuntu.sh to include the sudo command (courtesy of Krishna Torque on bitbucket)
This commit is contained in:
Marius Stanciu
2019-11-17 15:58:58 +02:00
committed by Marius
parent d327160ab9
commit b41ecd87f8
4 changed files with 13 additions and 39 deletions

View File

@@ -1160,7 +1160,7 @@ class RulesCheck(FlatCAMTool):
return
# RULE: Check Copper to Outline Clearance
if self.clearance_copper2ol_cb.get_value():
if self.clearance_copper2ol_cb.get_value() and self.out_cb.get_value():
top_dict = dict()
bottom_dict = dict()
outline_dict = dict()