With the improved loading time we can add the high quality robot with support.
This commit is contained in:
parent
21d294fef9
commit
459dbee2bd
4 changed files with 3 additions and 4 deletions
|
|
@ -2,9 +2,8 @@ All the models in this example directory can be found on Thingiverse (www.thingi
|
|||
|
||||
The below models are shared under the CC BY-NC 3.0 license (http://creativecommons.org/licenses/by-nc/3.0/), and can be shared and used freely for none-commercial purposes as long as attribution is added:
|
||||
|
||||
* UltimakerRobotCourseMesh.stl: Ultimaker Robot Low Poly by polymaker
|
||||
http://www.thingiverse.com/thing:14472
|
||||
Derivative of Ultimaker Robot by Martijn: http://www.thingiverse.com/thing:11551
|
||||
* UltimakerRobot_support.stl: Ultimaker Robot by Martijn
|
||||
http://www.thingiverse.com/thing:11551
|
||||
|
||||
The below models are shared under the CC BY-SA 3.0 license (http://creativecommons.org/licenses/by-sa/3.0/), and can be shared and used freely as long as attribution is added:
|
||||
|
||||
|
|
|
|||
Binary file not shown.
BIN
Cura/example/UltimakerRobot_support.stl
Normal file
BIN
Cura/example/UltimakerRobot_support.stl
Normal file
Binary file not shown.
|
|
@ -149,7 +149,7 @@ G92 E0
|
|||
preferencesDefaultSettings = {
|
||||
'wizardDone': 'False',
|
||||
'startMode': 'Simple',
|
||||
'lastFile': os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'example', 'UltimakerRobotCourseMesh.stl')),
|
||||
'lastFile': os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'example', 'UltimakerRobot_support.stl')),
|
||||
'machine_width': '205',
|
||||
'machine_depth': '205',
|
||||
'machine_height': '200',
|
||||
|
|
|
|||
Loading…
Reference in a new issue