DRY: use neutrik_d_mount in the 24mm mount plate

This commit is contained in:
Brian S. Stephan 2023-12-13 13:40:17 -06:00
parent 99b03a3b48
commit 3ee8745d09
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -23,7 +23,7 @@ use <misc-neutrik-d-plate.scad>
module neutrik_d_plate_24mm() { module neutrik_d_plate_24mm() {
difference() { difference() {
neutrik_d_plate(); neutrik_d_plate();
cylinder(r=12+hole_tolerance, h=5, $fn=50, center=true); neutrik_d_mount();
} }
} }