mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 19:46:17 +08:00
Fixing #51 - First run wizard calibration not working because default steps_per_e is zero
This commit is contained in:
parent
10c7dc93a8
commit
493dceedc9
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user