Remove commented out code

This commit is contained in:
Matt McWilliams 2021-10-15 12:27:22 -04:00
parent 814fe80e50
commit 9e2d4e4cd7
1 changed files with 0 additions and 3 deletions

View File

@ -408,9 +408,6 @@ module gnal_spacer () {
translate([0, 0, h - 0.1]) cylinder(r = (core_d + 1) / 2, h = h, center = true, $fn = 200);
//trim bottom
translate([0, 0, -h + 0.9]) cylinder(r = (core_d + 1) / 2, h = h, center = true, $fn = 200);
//finger grips
//translate([0, 24, 0]) rotate([-6, 0, 0]) cylinder(r = 10, h = 6, center = true, $fn = 100);
//translate([0, -24, 0]) rotate([6, 0, 0]) cylinder(r = 10, h = 6, center = true, $fn = 100);
}
}