Added ultimaker robot as example model, which is loaded on first start.
This commit is contained in:
parent
3191dccd91
commit
f0963743eb
2 changed files with 1 additions and 1 deletions
BIN
Cura/example/UltimakerRobotCourseMesh.stl
Normal file
BIN
Cura/example/UltimakerRobotCourseMesh.stl
Normal file
Binary file not shown.
|
|
@ -151,7 +151,7 @@ G92 E0
|
|||
preferencesDefaultSettings = {
|
||||
'wizardDone': 'False',
|
||||
'startMode': 'Simple',
|
||||
'lastFile': '',
|
||||
'lastFile': os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'example', 'UltimakerRobotCourseMesh.stl')),
|
||||
'machine_width': '205',
|
||||
'machine_depth': '205',
|
||||
'machine_height': '200',
|
||||
|
|
|
|||
Loading…
Reference in a new issue