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-05-29 18:22:54 +0300
committernickthetait <tait@alephobjects.com>2015-06-02 21:34:07 +0300
commit39d43802fe2846def20fbbac3dc25e88082afa67 (patch)
treec76a9414a667d22b426c009e24b55abac2e734d5
parent6227bea819120c17f48acb009e53c56e0b8553a4 (diff)
Update Taz5 help URL
-rw-r--r--Cura/gui/configWizard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py
index da2a2632b1..3e75edf787 100644
--- a/Cura/gui/configWizard.py
+++ b/Cura/gui/configWizard.py
@@ -1010,7 +1010,7 @@ class LulzbotReadyPage(InfoPage):
self.AddSeperator()
class Taz5NozzleSelectPage(InfoPage):
- url='http://lulzbot.com/fakeurl'
+ url='http://lulzbot.com/printer-identification'
def __init__(self, parent):
super(Taz5NozzleSelectPage, self).__init__(parent, _("LulzBot TAZ5"))