send vertical offset
This commit is contained in:
parent
6e31a7d006
commit
75a54e6ad7
@ -1568,7 +1568,7 @@ class gui(QtGui.QWidget):
|
||||
|
||||
# AO 2.8: always send offset
|
||||
if "y_offset" in self.features: # AO 2.9
|
||||
msg += str(self.pairoffset.value())+"&0#"
|
||||
msg += str(self.pairoffset.value()) + "&" + str(self.ypairoffset.value()) + "#"
|
||||
else:
|
||||
msg += str(self.pairoffset.value())+"#"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user