SBCMicroRack: Fix dowel diameter
This commit is contained in:
parent
2860a32360
commit
923798beb9
|
@ -132,7 +132,7 @@ class SBCMicroRack(Boxes):
|
||||||
def paint_stable_features(self):
|
def paint_stable_features(self):
|
||||||
if self.stable:
|
if self.stable:
|
||||||
self.hole(
|
self.hole(
|
||||||
10,10,6.5
|
10, 10, d=6.5
|
||||||
)
|
)
|
||||||
|
|
||||||
def paint_netusb_holes(self):
|
def paint_netusb_holes(self):
|
||||||
|
|
Loading…
Reference in New Issue