From: Ian Jackson Date: Sat, 26 Dec 2015 00:35:44 +0000 (+0000) Subject: pattress-boxes-3-cover: Sort out toplevels X-Git-Tag: filamentspool-v2-release~34 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=54bd06ca91fcf2679a90004d5fa7e0b4fbfebc74 pattress-boxes-3-cover: Sort out toplevels --- diff --git a/Makefile b/Makefile index f754110..322b17d 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PLAY ?= $(CWD) CONFIG=$(PLAY)/slic3r-config.ini -USING_AUTOS ?= filamentspool xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount wardrobe-hook knifeblock pandemic-counter +USING_AUTOS ?= filamentspool 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 AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m)) AUTO_INCS = funcs.scad diff --git a/pattress-boxes-3-cover.scad b/pattress-boxes-3-cover.scad index 5b8677e..5b8dc78 100644 --- a/pattress-boxes-3-cover.scad +++ b/pattress-boxes-3-cover.scad @@ -121,7 +121,7 @@ module LidSide(){ } } -module Lid(){ +module Lid(){ ////toplevel for (m=[0,1]) mirror([0,m,0]) translate([0, -lid_inner_w/2, 0]) LidSide(); @@ -138,7 +138,7 @@ module PegProfile(){ [-peg_engage_depth, (peg_inner_dia + peg_inner_slop)/2]]); } -module Peg(){ +module Peg(){ ////toplevel rotate_extrude($fn=50) rotate([0,0,-90]) PegProfile(); @@ -180,4 +180,5 @@ module Demo(){ //Peg(); //TopPattressBox(); //RailProfile(); -Demo(); +//Demo(); +//Lid();