Update to github version
This commit is contained in:
@@ -76,20 +76,10 @@ class EC_dual_layer_px3():
|
||||
layer_dum_exl_be:str=None,
|
||||
angle_tile: float = 8,
|
||||
R_bend: float = 50,
|
||||
sample_build = False,
|
||||
):
|
||||
""""""
|
||||
|
||||
""" This is the instruction for building a sample """
|
||||
if (sample_build):
|
||||
name = "EC_dual_layer_px3"
|
||||
w_in = 0.8
|
||||
L_in = 15
|
||||
Ltp1 = 50
|
||||
Ltp2 = 150
|
||||
Ltp3 = 450
|
||||
|
||||
|
||||
""" This is the instruction for building a sample """
|
||||
self.name = name
|
||||
if (self.name is None): self.instantiate = False
|
||||
else: self.instantiate = True
|
||||
|
||||
Reference in New Issue
Block a user