chiark / gitweb /
Remove extra filament push on resume
authornickthetait <tait@alephobjects.com>
Tue, 10 Nov 2015 16:31:17 +0000 (09:31 -0700)
committernickthetait <tait@alephobjects.com>
Tue, 10 Nov 2015 16:44:22 +0000 (09:44 -0700)
Cura/util/printerConnection/serialConnection.py

index 5112602e1f70af4b289ba6abda7c3ae5d4f4e0eb..81af3196830e54288e11c79a858331d17b66bf4d 100644 (file)
@@ -204,7 +204,7 @@ class serialConnection(printerConnectionBase.printerConnectionBase):
                                self.sendCommand("M83")
                                
                                #Prime the nozzle when changing filament
-                               self.sendCommand("G1 E%f F120\n" % (retract_amount + 10)) #Push the filament out
+                               self.sendCommand("G1 E%f F120\n" % (retract_amount)) #Push the filament out
                                self.sendCommand("G1 E-%f F120\n" % (retract_amount)) #retract again
 
                                # Position the toolhead to the correct position again