Skip to content

Commit

Permalink
updating the motor type
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Oct 27, 2023
1 parent 9027771 commit 729dbba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BaseBot.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import eu.mihosoft.vrl.v3d.Sphere
import eu.mihosoft.vrl.v3d.Transform
import eu.mihosoft.vrl.v3d.parametrics.LengthParameter
import javafx.scene.paint.Color
//CSG vitamin_hobbyServo_fs90r = Vitamins.get("hobbyServo", "fs90r")

double caseRounding = 4

Expand Down Expand Up @@ -424,7 +425,7 @@ top.setManufacturing({ toMfg ->
})
LengthParameter tailLength = new LengthParameter("Cable Cut Out Length",30,[500, 0.01])
tailLength.setMM(25)
CSG motor = Vitamins.get("hobbyServo", "tproSG90")
CSG motor = Vitamins.get("hobbyServo", "fs90r")
CSG horn = Vitamins.get("hobbyServoHorn", "tproSG90_1")
.movez(motor.getMaxZ())
double hornDepth = horn.getTotalZ()
Expand Down

0 comments on commit 729dbba

Please sign in to comment.