Skip to content
Snippets Groups Projects
Commit d5e8f765 authored by mehtank's avatar mehtank
Browse files

Mounting hole on wheel should be clearance hole

parent 88c05bf3
Branches
No related merge requests found
......@@ -11,7 +11,7 @@ c.addSubcomponent("hole", "Cutout")
c.addConstraint(("tire", "radius"), "h")
c.addConstConstraint(("tire", "tire_thickness"), 0)
c.addConstConstraint(("hole", "d"), 1)
c.addConstConstraint(("hole", "d"), 2)
c.addConnection(("tire", "face"),
("hole", "decoration"),
......
......@@ -58,7 +58,7 @@ subcomponents:
classname: Cutout
kwargs: {}
parameters:
d: 1
d: 2
mount:
classname: WoodServoMount
kwargs: {}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment