From 6c9fe6af54e9e81822891d91e7b20ae759abb88d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 31 May 2022 18:51:59 +0100 Subject: [PATCH] laptop-sound-cable-hooks: wip other hook Signed-off-by: Ian Jackson --- laptop-sound-cable-hooks.scad | 5 +++++ 1 file changed, 5 insertions(+) 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(); -- 2.30.2