Fixed comment in test

This commit is contained in:
David Long
2022-09-14 17:05:18 -04:00
parent 97f1c4c26e
commit a2fbf8d17b

View File

@@ -3,7 +3,7 @@ use <../sbc_case_builder_library.scad>;
// 30mm Mask Solid // 30mm Mask Solid
fan_mask(30, 2, 2); fan_mask(30, 2, 2);
// // 30mm Mask Punchout // 30mm Mask Punchout
translate([0, 40, 0]) translate([0, 40, 0])
difference() { difference() {
cube([30, 30, 2]); cube([30, 30, 2]);