- 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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user