Fixed duplicated M140 line (merge error)
This commit is contained in:
parent
4a67762ead
commit
c6b8b1725a
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ class VirtualPrinter(object):
|
|||
def _gcode_M140(self, data):
|
||||
self._parseBedCommand(data)
|
||||
|
||||
def _gcode_M140(self, data):
|
||||
def _gcode_M190(self, data):
|
||||
self._parseBedCommand(data, wait=True, support_r=True)
|
||||
|
||||
def _gcode_M105(self, data):
|
||||
|
|
|
|||
Loading…
Reference in a new issue