Start work on base
This commit is contained in:
parent
70c2c695f0
commit
bc48765b35
|
@ -220,10 +220,10 @@ module Debug () {
|
||||||
}
|
}
|
||||||
|
|
||||||
module Base () {
|
module Base () {
|
||||||
|
cube([1, 1, 1], center = true);
|
||||||
}
|
}
|
||||||
|
|
||||||
Render="Cap";
|
Render="Base";
|
||||||
|
|
||||||
if (Render=="Debug") {
|
if (Render=="Debug") {
|
||||||
Debug();
|
Debug();
|
||||||
|
@ -239,5 +239,5 @@ if (Render=="Debug") {
|
||||||
echo("Deprecated");
|
echo("Deprecated");
|
||||||
//rotate([-90,0,0]) OptoEndstopMount();
|
//rotate([-90,0,0]) OptoEndstopMount();
|
||||||
} else if (Render=="Base") {
|
} else if (Render=="Base") {
|
||||||
|
Base();
|
||||||
}
|
}
|
Loading…
Reference in New Issue