parent
d974ab0979
commit
7eb7acf3af
1 changed files with 1 additions and 1 deletions
|
|
@ -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)):
|
||||
|
|
|
|||
Loading…
Reference in a new issue