From: daid Date: Fri, 13 Apr 2012 10:13:02 +0000 (+0200) Subject: Fixing #51 - First run wizard calibration not working because default steps_per_e... X-Git-Tag: RC3~79 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=493dceedc95011e2c7b2ba351933a1b3570ea02b;p=cura.git Fixing #51 - First run wizard calibration not working because default steps_per_e is zero --- diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index 923f5a14..151a0839 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -97,6 +97,7 @@ class MachineSelectPage(InfoPage): profile.putPreference('machine_width', '205') profile.putPreference('machine_depth', '205') profile.putPreference('machine_height', '200') + profile.putPreference('steps_per_e', '865.888') profile.putProfileSetting('nozzle_size', '0.4') profile.putProfileSetting('machine_center_x', '100') profile.putProfileSetting('machine_center_y', '100')