chiark / gitweb /
Small update to the dual-head wizard. Cool down the nozzles after printing the final...
authordaid303 <daid303@gmail.com>
Fri, 10 May 2013 14:31:45 +0000 (16:31 +0200)
committerdaid303 <daid303@gmail.com>
Fri, 10 May 2013 14:31:45 +0000 (16:31 +0200)
Cura/gui/configWizard.py

index e2a26b3d72ac616553cde9f911ad940cc68ae2c3..fa653f666795ffd58ac9b6131a680f172441f732 100644 (file)
@@ -1071,6 +1071,8 @@ class headOffsetCalibrationPage(InfoPage):
                        gcode.addRetract(15)
                        gcode.addMove(z=15)
                        gcode.addCmd('M400')
+                       gcode.addCmd('M104 T0 S0')
+                       gcode.addCmd('M104 T1 S0')
                        self.comm.printGCode(gcode.list())
                elif self._wizardState == 7:
                        try:
@@ -1095,6 +1097,7 @@ class headOffsetCalibrationPage(InfoPage):
                        self.infoBox.SetReadyIndicator()
                        self._wizardState = 8
                        self.comm.close()
+                       self.resumeButton.Enable(False)
 
        def mcLog(self, message):
                print 'Log:', message