conveyorBelt is Updated.
This commit is contained in:
parent
7e7184f1c5
commit
b315d12357
|
@ -55,15 +55,20 @@ surfaces
|
||||||
belt
|
belt
|
||||||
{
|
{
|
||||||
type stlWall; // type of the wall
|
type stlWall; // type of the wall
|
||||||
|
|
||||||
file belt.stl; // file name in stl folder
|
file belt.stl; // file name in stl folder
|
||||||
|
|
||||||
material wallMat; // material name of this wall
|
material wallMat; // material name of this wall
|
||||||
|
|
||||||
motion conveyorBelt1; // motion component name
|
motion conveyorBelt1; // motion component name
|
||||||
}
|
}
|
||||||
|
|
||||||
box
|
box
|
||||||
{
|
{
|
||||||
type stlWall; // type of the wall
|
type stlWall; // type of the wall
|
||||||
|
|
||||||
file box.stl; // file name in stl folder
|
file box.stl; // file name in stl folder
|
||||||
|
|
||||||
material wallMat; // material name of this wall
|
material wallMat; // material name of this wall
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue