chiark / gitweb /
Fixing #51 - First run wizard calibration not working because default steps_per_e...
authordaid <daid303@gmail.com>
Fri, 13 Apr 2012 10:13:02 +0000 (12:13 +0200)
committerdaid <daid303@gmail.com>
Fri, 13 Apr 2012 10:13:02 +0000 (12:13 +0200)
Cura/gui/configWizard.py

index 923f5a14473e61bad2f57ca14d2ce7d15edcce11..151a083951c32e98f1756bc394824e8d18a7f5ff 100644 (file)
@@ -97,6 +97,7 @@ class MachineSelectPage(InfoPage):
                        profile.putPreference('machine_width', '205')\r
                        profile.putPreference('machine_depth', '205')\r
                        profile.putPreference('machine_height', '200')\r
+                       profile.putPreference('steps_per_e', '865.888')\r
                        profile.putProfileSetting('nozzle_size', '0.4')\r
                        profile.putProfileSetting('machine_center_x', '100')\r
                        profile.putProfileSetting('machine_center_y', '100')\r