From 8faea682e5ec94caf0a62ea275fb1509c8582296 Mon Sep 17 00:00:00 2001 From: rrsr28 Date: Tue, 13 Jun 2023 17:14:12 +0530 Subject: Modified the Grips for Exchanger --- src/main/python/shapes/shapes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/python') diff --git a/src/main/python/shapes/shapes.py b/src/main/python/shapes/shapes.py index 2237a05..55d1751 100644 --- a/src/main/python/shapes/shapes.py +++ b/src/main/python/shapes/shapes.py @@ -957,8 +957,8 @@ class Exchanger(NodeItem): self.grips = [ [100, 31.74474612706027, "right"], [100, 62.70549343934227, "right"], - [33.68240920045628, 100, "top"], - [33.68240920045628, 0, "bottom"] + [35.66, 100, "top"], + [36.66, 0, "bottom"] ] -- cgit