From: Ian Jackson Date: Tue, 31 May 2022 17:51:59 +0000 (+0100) Subject: laptop-sound-cable-hooks: wip other hook X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6c9fe6af54e9e81822891d91e7b20ae759abb88d;p=reprap-play.git laptop-sound-cable-hooks: wip other hook Signed-off-by: Ian Jackson --- diff --git a/laptop-sound-cable-hooks.scad b/laptop-sound-cable-hooks.scad index ed21c84..cec9477 100644 --- a/laptop-sound-cable-hooks.scad +++ b/laptop-sound-cable-hooks.scad @@ -126,6 +126,11 @@ module PlugHolderPrint(){ ////toplevel render() PlugHolder(); } +module FarHookPrint(){ ////toplevel + linextr(0, hook_th) + FarHookPlan(); +} + module DemoPlan() { ////toplevel translate([0,0,-10]) color("grey") PlugHolderPlan(); PlugMainPlan();