initialize identifier for text shapes
This commit is contained in:
parent
16c6bfc70a
commit
2e54cf1080
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ class Text(Shape):
|
||||||
mirrored: Tuple[bool] = (False, False),
|
mirrored: Tuple[bool] = (False, False),
|
||||||
layer: int = 0,
|
layer: int = 0,
|
||||||
dose: float = 1.0):
|
dose: float = 1.0):
|
||||||
|
self.identifier = ()
|
||||||
self.offset = offset
|
self.offset = offset
|
||||||
self.layer = layer
|
self.layer = layer
|
||||||
self.dose = dose
|
self.dose = dose
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue