Merge in 9 months of work on capper branch #71

Merged
mattmcw merged 95 commits from capper into main 2023-02-19 05:28:46 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit bc48765b35 - Show all commits

View File

@ -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();
} }