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:
Diffstat (limited to 'Cura/gui/configWizard.py')
-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 f780091185..62f309b8ab 100644
--- a/Cura/gui/configWizard.py
+++ b/Cura/gui/configWizard.py
@@ -486,7 +486,7 @@ class MachineSelectPage(InfoPage):
if self.Ultimaker2ExtRadio.GetValue():
profile.putMachineSetting('machine_width', '230')
profile.putMachineSetting('machine_depth', '225')
- profile.putMachineSetting('machine_height', '305')
+ profile.putMachineSetting('machine_height', '315')
profile.putMachineSetting('machine_name', 'ultimaker2extended')
profile.putMachineSetting('machine_type', 'ultimaker2extended')
profile.putMachineSetting('has_heated_bed', 'False')