X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fairphone-battery-case.scad;h=1dacdf06922db246ac4dee2b1126c674f42c0cd9;hb=6efdf7cdafb61f9dc715f8be5c9f96f8c05cf5ea;hp=06880da05137e9b1797eb85b83ab61b888504dbe;hpb=9e6563261adfc5a1281a26dc5ed4f42c100e2d90;p=reprap-play.git diff --git a/fairphone-battery-case.scad b/fairphone-battery-case.scad index 06880da..1dacdf0 100644 --- a/fairphone-battery-case.scad +++ b/fairphone-battery-case.scad @@ -101,26 +101,26 @@ module ExtrudePlan(from,to){ } } -module PlanDemo(){ +module PlanDemo(){ ////toplevel color("blue") BaseHalfPlan(); color("red") LidHalfPlan(); translate([0,0,-1]) color("lightblue") SideHalfPlan(); } -module Base(){ +module Base(){ ////toplevel ExtrudePlan(0,s1) BaseHalfPlan(); ExtrudePlan(s0,s1) SideHalfPlan(); } -module Lid(){ +module Lid(){ ////toplevel ExtrudePlan(0,s1) LidHalfPlan(); } -module Demo(){ +module Demo(){ ////toplevel %Base(); Lid(); } //PlanDemo(); -Demo(); +//Demo(); //Base();