Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornickthetait <tait@alephobjects.com>2015-11-10 19:31:17 +0300
committernickthetait <tait@alephobjects.com>2015-11-10 19:44:22 +0300
commit2af35e0c5dc478b1b058194bb12fb56ad430db06 (patch)
tree942f3ebe9a4b2fc44f05005704cd68a49b6bd037
parenta6619701b566056e9cdc827aaa2e925f138e1140 (diff)
Remove extra filament push on resume
-rw-r--r--Cura/util/printerConnection/serialConnection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cura/util/printerConnection/serialConnection.py b/Cura/util/printerConnection/serialConnection.py
index 5112602e1f..81af319683 100644
--- a/Cura/util/printerConnection/serialConnection.py
+++ b/Cura/util/printerConnection/serialConnection.py
@@ -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