bed_level: Fix #50

This commit is contained in:
Jordan Ruthe 2021-01-25 20:36:37 -05:00
parent 1137ddb265
commit f1ced2ac46

View File

@ -152,7 +152,7 @@ class BedLevelPanel(ScreenPanel):
data
)
if result:
screw_labels = ['fl','fr','br','bl']
screw_labels = ['fl','fr','bl','br']
x = int(float(result.group(2)) + self.x_offset)
y = int(float(result.group(3)) + self.y_offset)
logger.debug(data)