This commit is contained in:
mmcwilliams 2023-05-12 16:00:59 -04:00
parent 1c7a55b58e
commit b499c28101
1 changed files with 1 additions and 3 deletions

View File

@ -130,6 +130,4 @@ module 2020_tslot_insert (pos = [0, 0, 0], rot = [0, 0, 0]) {
//trim bottom
translate([0, 0, -H+0.3]) cube([10+1, 10+1, H], center = true);
}
}
2020_tslot_insert();
}