Skip to content

Commit

Permalink
make main work
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jun 19, 2023
1 parent f647c7c commit 8a840d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MarcosCad.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1316,10 +1316,10 @@ class cadGenMarcos implements ICadGenerator,IgenerateBed{

}
def gen= new cadGenMarcos(resinPrintServoMount,numbers)
MobileBase mb = (MobileBase)DeviceManager.getSpecificDevice("Marcos");
gen.setMobileBase(mb)
DHParameterKinematics limb = gen.getByName(mb,"RightFront")
return [gen.generateCad(limb,0)]
//MobileBase mb = (MobileBase)DeviceManager.getSpecificDevice("Marcos");
//gen.setMobileBase(mb)
//DHParameterKinematics limb = gen.getByName(mb,"RightFront")
//return [gen.generateCad(limb,0)]
//return [gen.calibrationLink(32-4.5)]
return gen

0 comments on commit 8a840d0

Please sign in to comment.