1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-08 22:21:25 +02:00

Added panel_meters for panel mount digital meters.

This commit is contained in:
Chris Palmer
2020-04-23 23:45:25 +01:00
parent bb7dd51270
commit 4ab0a981ef
12 changed files with 244 additions and 7 deletions

View File

@@ -128,6 +128,7 @@ module meter_bezel(type) { //! Generate the STL for the meter bezel
square([l + 2 * clearance, w + 2 * clearance], center = true);
}
translate([0, -meter_pos(type)])
meter_hole_positions(type)
cylinder(r = meter_hole_radius(type), h = h + meter_pcb_size(type).z * 2);