Add missing parameters to fix warnings

This commit is contained in:
Joel Ebel 2019-04-11 13:21:35 -04:00
parent 81ccd45685
commit 9b22604d3e

View File

@ -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();