From: daid303 Date: Wed, 8 May 2013 08:44:10 +0000 (+0200) Subject: Remove WIP X-Git-Tag: 13.05~24 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=109775e50cf065c8e1bb9d9e9956841f9fa8b0f5;p=cura.git Remove WIP --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 7b227520..ab147367 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -937,7 +937,7 @@ class bedLevelWizardMain(InfoPage): class headOffsetCalibrationPage(InfoPage): def __init__(self, parent): - super(headOffsetCalibrationPage, self).__init__(parent, "Printer head offset calibration (WIP)") + super(headOffsetCalibrationPage, self).__init__(parent, "Printer head offset calibration") self.AddText('This wizard will help you in calibrating the printer head offsets of your dual extrusion machine') self.AddSeperator()