From: Ian Jackson Date: Thu, 22 Nov 2018 00:37:54 +0000 (+0000) Subject: poster-tube-lid: catch wip, CatchPostDistort varying coarseness X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=a4309f492e2cecb6ebcdfcb04cd8d70d2dcf9440 poster-tube-lid: catch wip, CatchPostDistort varying coarseness Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index a812662..3345eaa 100644 --- a/Makefile +++ b/Makefile @@ -185,10 +185,10 @@ electron-token.stl: electron-token.scad screw-recess-test-number-s$s.fig \ screw-recess-test-number-s$s.eps) -poster-tube-lid,CatchPostDistort.stl: \ +poster-tube-lid,CatchPostDistort-fa%.stl: \ distort-stl poster-tube-lid,CatchPreDistort.auto.stl ./distort-stl $@.tmp + set-fa $* project-cylinder 100 >$@.tmp mv -f $@.tmp $@ %.dxf: %.eps diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 719ed59..bdad0c2 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -572,7 +572,10 @@ module CatchPreDistort(){ /////toplevel module CatchAssembly(){ /////toplevel scale(sm_inner_rad / 100) - import("poster-tube-lid,CatchPostDistort.stl", convexity=20); + import(str("poster-tube-lid,CatchPostDistort-fa", + (coarse ? 20 : 1), + ".stl"), + convexity=20); } //ProfilesDemo();