Remove debug message
This commit is contained in:
parent
dd8b5b52ba
commit
91cbe912dd
1 changed files with 0 additions and 1 deletions
|
@ -175,7 +175,6 @@ class JorisSkein:
|
||||||
#Build the perimeter with an increasing Z over the length.
|
#Build the perimeter with an increasing Z over the length.
|
||||||
if self.firstLayer:
|
if self.firstLayer:
|
||||||
#On the first layer, we need to create an extra jorised perimeter, else we create a gap at the end of the perimeter.
|
#On the first layer, we need to create an extra jorised perimeter, else we create a gap at the end of the perimeter.
|
||||||
print "*************"
|
|
||||||
p = self.oldLocation.dropAxis()
|
p = self.oldLocation.dropAxis()
|
||||||
length = 0;
|
length = 0;
|
||||||
self.distanceFeedRate.addLine('M101') # Turn extruder on.
|
self.distanceFeedRate.addLine('M101') # Turn extruder on.
|
||||||
|
|
Loading…
Reference in a new issue