PoleHook: Use screwhead param for knob

This commit is contained in:
Florian Festi 2017-09-16 21:28:28 +02:00
parent b7f877eacd
commit f829ff2a82
1 changed files with 2 additions and 2 deletions

View File

@ -115,9 +115,9 @@ class PoleHook(Boxes): # change class name here and below
self.parts.disc(d+2*ww, hole=self.screw, move="right")
self.parts.disc(d+2*ww, callback=self.clamp, hole=self.screw+0.5*t, move="right")
self.parts.disc(d+2*ww, hole=self.screw+0.5*t, move="right")
self.parts.waivyKnob(50, callback=lambda:self.nutHole(12.75),
self.parts.waivyKnob(50, callback=lambda:self.nutHole(self.screwhead),
move="right")
self.parts.waivyKnob(50, callback=lambda:self.nutHole(12.75),
self.parts.waivyKnob(50, callback=lambda:self.nutHole(self.screwhead),
move="right")
self.parts.waivyKnob(50, hole=self.screw+0.5*t, move="right")