Update to github version

This commit is contained in:
2026-05-17 11:58:41 +08:00
parent 9f2e3f3f78
commit 52be015967
100 changed files with 870 additions and 675 deletions
@@ -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