wip guide

This commit is contained in:
zhao
2023-05-14 10:31:19 -04:00
parent 37313b65c9
commit fa04d5367d
101 changed files with 9 additions and 10 deletions

View File

@ -97,7 +97,7 @@ module counterSunkHead_N(screwType, screwExtension=0, headExtension=0) {
}
module hexNut(screwType, center=true) {
color([0, 1, 1])
color([1, 1, 1])
if (screwType == "m3") {
translate(v = [0, 0,-m3HexNutThickness/2])
difference() {