fixed d3 diameter (mounting screw holes)

This commit is contained in:
Stefan Reichhard 2020-01-22 08:51:30 +01:00 committed by Florian Festi
parent 1f3110c6fa
commit 37bff9d358
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class ElectronicsBox(Boxes):
self.flangedWall(x, y, edges="FFFF",
flanges=[0.0, 2*hd, 0., 2*hd], r=hd,
callback=[
lambda:self.hole(hd, hd, d=d2)] * 4, move='up')
lambda:self.hole(hd, hd, d=d3)] * 4, move='up')
self.rectangularWall(x, y, callback=[
lambda:self.hole(trh, trh, d=d2)] * 4, move='up')