Fixed bed temperature offsets

See #801 and guysoft/OctoPi#76
This commit is contained in:
Gina Häußge 2015-03-09 09:08:07 +01:00
parent d974ab0979
commit 7eb7acf3af

View file

@ -145,7 +145,7 @@ def printerBedCommand():
##~~ temperature offset
elif command == "offset":
offset = data["offsets"]
offset = data["offset"]
# make sure the offset is valid
if not isinstance(offset, (int, long, float)):