Removed accidentally committed logging message
This commit is contained in:
parent
59727875db
commit
92c7f886df
1 changed files with 0 additions and 1 deletions
|
|
@ -195,7 +195,6 @@ class gcode(object):
|
|||
absoluteE = False
|
||||
|
||||
elif T is not None:
|
||||
self._logger.info("Switched to tool T%d" % T)
|
||||
posOffset[0] -= offsets[currentExtruder]["x"] if currentExtruder < len(offsets) else 0
|
||||
posOffset[1] -= offsets[currentExtruder]["y"] if currentExtruder < len(offsets) else 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue