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.
|
||||
*/
|
||||
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();
|
||||
|
Loading…
Reference in New Issue
Block a user