mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 16:50:40 +08:00
Extrude the 100mm a bit faster, and wait a bit longer.
This commit is contained in:
parent
982ad9d829
commit
1fe18369b3
@ -360,8 +360,8 @@ class UltimakerCalibrateStepsPerEPage(InfoPage):
|
||||
self.sendGCommand('M302') #Disable cold extrusion protection
|
||||
self.sendGCommand("M92 E%f" % (currentEValue));
|
||||
self.sendGCommand("G92 E0");
|
||||
self.sendGCommand("G1 E100 F300");
|
||||
time.sleep(10)
|
||||
self.sendGCommand("G1 E100 F600");
|
||||
time.sleep(15)
|
||||
self.comm.close()
|
||||
self.extrudeButton.Enable()
|
||||
self.heatButton.Enable()
|
||||
|
Loading…
x
Reference in New Issue
Block a user