Fixing #51 - First run wizard calibration not working because default steps_per_e is zero

master
daid 2012-04-13 12:13:02 +02:00
parent 10c7dc93a8
commit 493dceedc9
1 changed files with 1 additions and 0 deletions

View File

@ -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')