Skip to content

Commit 2dbb174

Browse files
committed
Fixing extra plotting
1 parent e3ae3d9 commit 2dbb174

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

glow_lite/glow_lite_v1.0_setup.exe

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ba550ef02dfbd987abd4700f04c49575ba07eba02921088967bb75dd88c9eb9f
3-
size 169390575
2+
oid sha256:a8682fc37b1e927f677ea6291a97143f42bb9abab283fe4d4a0aedf3d56b8e42
3+
size 170852004

glow_lite/src/glow_lite.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,8 +1023,6 @@ def calculate_positions(self) -> None:
10231023
(x, y, 0)
10241024
) # TODO : currently z is considered tobe leveled with substrate
10251025

1026-
self.plot()
1027-
10281026
elif self.substrate_combobox.currentText() == "Circle":
10291027
radius = float(self.substrate_radius.text())
10301028
margin = float(self.margin_c.text())

0 commit comments

Comments
 (0)