Move the original source STL
This commit is contained in:
parent
e38846b8c8
commit
314e943054
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ module companionCube(){
|
||||||
scale([10,10,10])
|
scale([10,10,10])
|
||||||
scale([1/2.54,1/2.54,1/2.54])
|
scale([1/2.54,1/2.54,1/2.54])
|
||||||
translate([-25.4/2,-25.4/2,-25.4/2])
|
translate([-25.4/2,-25.4/2,-25.4/2])
|
||||||
import("Weighted_Companion_Cube.stl");
|
import("original_sources/Weighted_Companion_Cube.stl");
|
||||||
}
|
}
|
||||||
|
|
||||||
module body(){
|
module body(){
|
||||||
|
@ -93,4 +93,4 @@ if(!$preview){
|
||||||
translate([0,+50,0])rear();
|
translate([0,+50,0])rear();
|
||||||
}else{
|
}else{
|
||||||
#body();
|
#body();
|
||||||
}/**/
|
}/**/
|
||||||
|
|
Loading…
Reference in a new issue