Add missing parameters to fix warnings
This commit is contained in:
parent
81ccd45685
commit
9b22604d3e
@ -565,7 +565,7 @@ module PCB() {
|
|||||||
|
|
||||||
Produces a single foot for PCB mounting.
|
Produces a single foot for PCB mounting.
|
||||||
*/
|
*/
|
||||||
module foot() {
|
module foot(top=0) {
|
||||||
color(Couleur1) {
|
color(Couleur1) {
|
||||||
rotate_extrude($fn=100) {
|
rotate_extrude($fn=100) {
|
||||||
difference() {
|
difference() {
|
||||||
@ -682,7 +682,7 @@ module BottomShell() {
|
|||||||
Coque();
|
Coque();
|
||||||
Tabs();
|
Tabs();
|
||||||
if (PCBFeet) {
|
if (PCBFeet) {
|
||||||
Feet();
|
Feet(top=0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Holes();
|
Holes();
|
||||||
|
Loading…
Reference in New Issue
Block a user