initialize identifier for text shapes
This commit is contained in:
parent
16c6bfc70a
commit
2e54cf1080
@ -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…
Reference in New Issue
Block a user