mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-04 06:27:24 +02:00
Merge branch 'trnila-barrel_jack_cutout'
This commit is contained in:
@@ -650,9 +650,11 @@ module barrel_jack(cutout = false) { //! Draw barrel power jack
|
||||
contact_d = 2;
|
||||
contact_w = 4;
|
||||
inset = 1;
|
||||
if(cutout)
|
||||
;
|
||||
else {
|
||||
if(cutout) {
|
||||
rotate([0, 90, 0])
|
||||
translate([-bore_h, 0])
|
||||
cylinder(d = bore_d + panel_clearance, h = 100);
|
||||
} else {
|
||||
color(grey(20)) rotate([0, 90, 0]) {
|
||||
linear_extrude(l, center = true) {
|
||||
difference() {
|
||||
|
Reference in New Issue
Block a user