SBCMicroRack: Fix dowel diameter

This commit is contained in:
Florian Festi 2019-11-07 15:28:26 +01:00
parent 2860a32360
commit 923798beb9
1 changed files with 1 additions and 1 deletions

View File

@ -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):