feat: Dot in Eiki's crown
This commit is contained in:
parent
077651e708
commit
9109676502
|
@ -51,6 +51,13 @@ class Crown(Model):
|
||||||
])
|
])
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@target(name="dot", kind=TargetKind.DXF)
|
||||||
|
def profile_dot(self) -> Cq.Sketch:
|
||||||
|
return (
|
||||||
|
Cq.Sketch()
|
||||||
|
.circle(self.margin / 2)
|
||||||
|
)
|
||||||
|
|
||||||
@target(name="front", kind=TargetKind.DXF)
|
@target(name="front", kind=TargetKind.DXF)
|
||||||
def profile_front(self) -> Cq.Sketch:
|
def profile_front(self) -> Cq.Sketch:
|
||||||
dx_l = self.facet_width_lower
|
dx_l = self.facet_width_lower
|
||||||
|
|
Loading…
Reference in New Issue