From 0ffd00a22f02b870e4407414542f482a01b642e9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Jul 2016 14:44:20 +0100 Subject: [PATCH] earring-stand: toplevels --- Makefile | 2 +- earring-stand.scad | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 483eaca..05ba8b3 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ CONFIG=$(PLAY)/slic3r-config.ini 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)) diff --git a/earring-stand.scad b/earring-stand.scad index 3383aa6..0114a37 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -80,7 +80,7 @@ module EclipPPlan(main_th){ 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]) @@ -101,14 +101,14 @@ module TestBase(){ 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); } -module TestRAProtr(){ +module TestRAProtr(){ ////toplevel rotate([-90,0,0]) TestProtr(); mirror([1,0,0]) translate([-test_len, @@ -128,4 +128,4 @@ module PlanDemo(){ //PlanDemo(); //TestBase(); //TestProtr(); -TestRAProtr(); +//TestRAProtr(); -- 2.30.2