diff options
author | Fahim | 2016-01-22 15:02:10 +0530 |
---|---|---|
committer | Fahim | 2016-01-22 15:02:10 +0530 |
commit | 4366a4d375e0a942c8bc37aeeb0dabbc8849b86a (patch) | |
tree | 6c5568a8ce9ef97d07f5ed98762302551118db06 /src/projManagement | |
parent | 146e5bb8a3770d02ed10f15a635ed6b68a9ca56e (diff) | |
download | eSim-4366a4d375e0a942c8bc37aeeb0dabbc8849b86a.tar.gz eSim-4366a4d375e0a942c8bc37aeeb0dabbc8849b86a.tar.bz2 eSim-4366a4d375e0a942c8bc37aeeb0dabbc8849b86a.zip |
Commented PCB and Footprint editor related code as it will open directly from eeschema
Modified install-linux.sh to add PPA for Kicad-4
Diffstat (limited to 'src/projManagement')
-rw-r--r-- | src/projManagement/Kicad.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/projManagement/Kicad.py b/src/projManagement/Kicad.py index c2a0c948..41fb8d79 100644 --- a/src/projManagement/Kicad.py +++ b/src/projManagement/Kicad.py @@ -29,7 +29,7 @@ class Kicad: def __init__(self,dockarea): self.obj_validation = Validation.Validation() self.obj_appconfig = Appconfig() - self.obj_dockarea=dockarea + self.obj_dockarea= dockarea def openSchematic(self): """ @@ -60,7 +60,8 @@ class Kicad: self.msg.setWindowTitle("Error Message") - + ''' + #Commenting as it is no longer needed as PBC and Layout will open from eeschema def openFootprint(self): """ This function create command to open Footprint editor @@ -115,6 +116,8 @@ class Kicad: self.msg.showMessage('Please select the project first. You can either create new project or open existing project') self.obj_appconfig.print_warning('Please select the project first. You can either create new project or open existing project') self.msg.setWindowTitle("Error Message") + + ''' def openKicadToNgspice(self): """ |