chiark / gitweb /
earring-stand: toplevels
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 13:44:20 +0000 (14:44 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 13:44:20 +0000 (14:44 +0100)
Makefile
earring-stand.scad

index 483eaca73dde6afbf5d379a07c89f804d4d6a85d..05ba8b3bb9bfa980fa184a5a8d006436beb171e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ CONFIG=$(PLAY)/slic3r-config.ini
 FILAMENTSPOOL_AUTOS = filamentspool filamentspool-lt filamentspool-sm
 FILAMENTSPOOL_AUTOS += filamentspool-storarm3
 
 FILAMENTSPOOL_AUTOS = filamentspool filamentspool-lt filamentspool-sm
 FILAMENTSPOOL_AUTOS += filamentspool-storarm3
 
-USING_AUTOS ?= $(FILAMENTSPOOL_AUTOS) xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount wardrobe-hook knifeblock pandemic-counter pattress-boxes-3-cover bike-lipo-box
+USING_AUTOS ?= $(FILAMENTSPOOL_AUTOS) xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount wardrobe-hook knifeblock pandemic-counter pattress-boxes-3-cover bike-lipo-box earring-stand
 
 AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))
 
 
 AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))
 
index 3383aa6a4fc95cde625efb7b75ee4fd309814480..0114a3710438fb089cad46b5dc509be1140f29e0 100644 (file)
@@ -80,7 +80,7 @@ module EclipPPlan(main_th){
   translate([ppxl, 0]) square([main_th, r2]);
 }
 
   translate([ppxl, 0]) square([main_th, r2]);
 }
 
-module TestBase(){
+module TestBase(){ ////toplevel
   translate([0,0, eclip_base_offset]){
     for (i=[0 : 2: test_eclips-1]) {
       translate([0, i*eclip_each_every])
   translate([0,0, eclip_base_offset]){
     for (i=[0 : 2: test_eclips-1]) {
       translate([0, i*eclip_each_every])
@@ -101,14 +101,14 @@ module TestBase(){
          test_base_th]);
 }
 
          test_base_th]);
 }
 
-module TestProtr(){
+module TestProtr(){ ////toplevel
   translate([0,0, test_main_th - eclip_wall_offset])
     rotate([0,90,0])
     linear_extrude(height=test_len)
     EclipPPlan(test_main_th);
 }
 
   translate([0,0, test_main_th - eclip_wall_offset])
     rotate([0,90,0])
     linear_extrude(height=test_len)
     EclipPPlan(test_main_th);
 }
 
-module TestRAProtr(){
+module TestRAProtr(){ ////toplevel
   rotate([-90,0,0]) TestProtr();
   mirror([1,0,0])
     translate([-test_len,
   rotate([-90,0,0]) TestProtr();
   mirror([1,0,0])
     translate([-test_len,
@@ -128,4 +128,4 @@ module PlanDemo(){
 //PlanDemo();
 //TestBase();
 //TestProtr();
 //PlanDemo();
 //TestBase();
 //TestProtr();
-TestRAProtr();
+//TestRAProtr();