mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 06:09:19 +08:00
Removed debug message from Joris plugin
This commit is contained in:
parent
351bb29ade
commit
183aed4dd0
@ -134,7 +134,6 @@ class JorisSkein:
|
||||
if len(splitLine) < 1:
|
||||
return
|
||||
firstWord = splitLine[0]
|
||||
print 'joris:' + firstWord
|
||||
if firstWord == 'G1':
|
||||
self.feedRateMinute = gcodec.getFeedRateMinute(self.feedRateMinute, splitLine)
|
||||
location = gcodec.getLocationFromSplitLine(self.oldLocation, splitLine)
|
||||
|
Loading…
x
Reference in New Issue
Block a user