Skip to content

Commit 034204b

Browse files
committed
Fix module reference
1 parent 334ded4 commit 034204b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electronics/project-box/project-box.scad

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module pcb_mount() {
8181
at_pcb_screws()
8282
difference() {
8383
cylinder(d=PCB_Insert_Diameter * 2, h=PCB_Mount_Height);
84-
screw_hole(d=PCB_Insert_Diameter, h=PCB_Mount_Height);
84+
_screw_hole(d=PCB_Insert_Diameter, h=PCB_Mount_Height);
8585
}
8686
}
8787

0 commit comments

Comments
 (0)