We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ae3d9 commit 2dbb174Copy full SHA for 2dbb174
glow_lite/glow_lite_v1.0_setup.exe
@@ -1,3 +1,3 @@
1
version https://git-lfs.github.com/spec/v1
2
-oid sha256:ba550ef02dfbd987abd4700f04c49575ba07eba02921088967bb75dd88c9eb9f
3
-size 169390575
+oid sha256:a8682fc37b1e927f677ea6291a97143f42bb9abab283fe4d4a0aedf3d56b8e42
+size 170852004
glow_lite/src/glow_lite.py
@@ -1023,8 +1023,6 @@ def calculate_positions(self) -> None:
1023
(x, y, 0)
1024
) # TODO : currently z is considered tobe leveled with substrate
1025
1026
- self.plot()
1027
-
1028
elif self.substrate_combobox.currentText() == "Circle":
1029
radius = float(self.substrate_radius.text())
1030
margin = float(self.margin_c.text())
0 commit comments