From 9b22604d3e898465df1904e1d2ecab876c38bf94 Mon Sep 17 00:00:00 2001 From: Joel Ebel Date: Thu, 11 Apr 2019 13:21:35 -0400 Subject: [PATCH] Add missing parameters to fix warnings --- files/Ultimate_Box.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/Ultimate_Box.scad b/files/Ultimate_Box.scad index 1a6bbcd..33dc7fd 100644 --- a/files/Ultimate_Box.scad +++ b/files/Ultimate_Box.scad @@ -565,7 +565,7 @@ module PCB() { Produces a single foot for PCB mounting. */ -module foot() { +module foot(top=0) { color(Couleur1) { rotate_extrude($fn=100) { difference() { @@ -682,7 +682,7 @@ module BottomShell() { Coque(); Tabs(); if (PCBFeet) { - Feet(); + Feet(top=0); } } Holes();