Skip to content

Commit

Permalink
servos dont have nubs, use shaft
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jul 18, 2018
1 parent 457de40 commit efcef6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servo.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ CSG servoFactory(

.movey(shaftToShortSideDistance-3)
.movez(-tailLength.getMM())
CSG builtServo = shaft.union(flange,body,cord)
CSG builtServo = CSG.unionAll([flange,body,cord])
if(servoConfig!=null){
if(servoConfig.get("numberOfHolesPerFlange")!=null){
LengthParameter boltLength = new LengthParameter("Servo Bolt Length",tipOfShaftToBottomOfFlange,[500,0.01])
Expand Down

0 comments on commit efcef6f

Please sign in to comment.