Skip to content

Commit

Permalink
revert to the working STL
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Dec 14, 2023
1 parent 31df6b3 commit df5b32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MarcosCad.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ class cadGenMarcos implements ICadGenerator{
*/
return Vitamins.get(ScriptingEngine.fileFromGit(
"https://github.com/OperationSmallKat/Marcos.git",
"DriveGearHorn.stl"))
"DriveGear.stl"))
}
@Override
public ArrayList<CSG> generateCad(DHParameterKinematics d, int linkIndex) {
Expand Down

0 comments on commit df5b32c

Please sign in to comment.