Skip to content

Commit

Permalink
tighter tollerence
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Aug 24, 2019
1 parent 73c8215 commit ac1d3c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WheelModule.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,9 @@ StringParameter motorSize = new StringParameter("Motor Size","WPI-gb37y3530-50en
StringParameter shaftSize = new StringParameter("Shaft Size","WPI-gb37y3530-50en",Vitamins.listVitaminSizes(shafts.getStrValue()))
printerOffset.setMM(0.5)
def motorBlank= Vitamins.get(motors.getStrValue(),motorSize.getStrValue()).rotz(180)
printerOffset.setMM(0.25)
printerOffset.setMM(0.1)
def shaftBlank= Vitamins.get(shafts.getStrValue(),shaftSize.getStrValue())
printerOffset.setMM(0.25)
HashMap<String, Object> motorData = Vitamins.getConfiguration( motors.getStrValue(),motorSize.getStrValue())

double motorToMountPlane = motorBlank.getMaxZ()
Expand Down

0 comments on commit ac1d3c4

Please sign in to comment.