From ce8484453cd948aaa7d1e4bcdd3ff519f67dc6fa Mon Sep 17 00:00:00 2001 From: pjil27 <jillpantigcs@gmail.com> Date: Tue, 17 Aug 2021 17:17:19 -0700 Subject: [PATCH] changing NewBrainsTwoWheels.py --- rocolib/library/NewBrainsTwoWheels.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rocolib/library/NewBrainsTwoWheels.py b/rocolib/library/NewBrainsTwoWheels.py index d526560..35bac76 100644 --- a/rocolib/library/NewBrainsTwoWheels.py +++ b/rocolib/library/NewBrainsTwoWheels.py @@ -11,5 +11,7 @@ class NewBrainsTwoWheels(Component): copyDecorations(self, ("brainface", ("holder", "face0", 0, 1)), ("brainsheath", ("sheath0", "face0", 1, 2))) + copyDecorations(self, ("brainface1", ("holder", "face2", 0, 1)), + ("brainsheath1", ("sheath0", "face2", 1, 2))) if __name__ == "__main__": NewBrainsTwoWheels.test() \ No newline at end of file -- GitLab