Updated of the forge from github with image system online
This commit is contained in:
@@ -87,7 +87,8 @@ class spiral:
|
||||
port_angle: float = 180,
|
||||
Euler_bend: bool = False,
|
||||
show_pins: bool = False,
|
||||
sharp_patch:bool = True
|
||||
sharp_patch:bool = True,
|
||||
sample_build:bool = False,
|
||||
):
|
||||
|
||||
self.Dmin = Dmin
|
||||
@@ -449,6 +450,8 @@ class spiral_rectangle:
|
||||
sharp_patch:bool = True,
|
||||
in_out_align = True,
|
||||
Lpatch = 0.05,
|
||||
sample_build:bool = False,
|
||||
|
||||
):
|
||||
|
||||
self.Dmin = Dmin
|
||||
|
||||
Reference in New Issue
Block a user