From 08ab996235d9a4dbd69d04b18c231fada58dbfa3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Feb 2020 01:28:43 +0000 Subject: [PATCH] fairphone-battery-case: fix Signed-off-by: Ian Jackson --- fairphone-battery-case.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fairphone-battery-case.scad b/fairphone-battery-case.scad index 1bcb897..2b9d7d2 100644 --- a/fairphone-battery-case.scad +++ b/fairphone-battery-case.scad @@ -121,7 +121,7 @@ module Base(){ ////toplevel ExtrudePlan(s0,s1) SideHalfPlan(); ExtrudePlan(s0 - battery_base_indent_fromside_inside, s0 - battery_base_indent_fromside_outside - ) SideHalfPlan(indent = battery_base_indent); + ) BaseHalfPlan(indent = battery_base_indent); } module Lid(){ ////toplevel -- 2.30.2