summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m/motors/motors.pl15
1 files changed, 6 insertions, 9 deletions
diff --git a/m/motors/motors.pl b/m/motors/motors.pl
index c388ea3..1f173ac 100644
--- a/m/motors/motors.pl
+++ b/m/motors/motors.pl
@@ -119,13 +119,10 @@ sub compute
}
compute_begin;
-for (keys %motors)
-{
- compute ({ m => 10, d => 80 }, $_, 10);
- compute ({ m => 10, d => 80 }, $_, 20.25);
- compute ({ m => 10, d => 60 }, $_, 10);
- compute ({ m => 10, d => 60 }, $_, 20.25);
- compute ({ m => 10, d => 40 }, $_, 10);
- compute ({ m => 10, d => 40 }, $_, 20.25);
-}
+compute ({ m => 10, d => 80 }, 'RE025CLL', 10);
+compute ({ m => 10, d => 80 }, 'RE025G', 20.25);
+compute ({ m => 10, d => 60 }, 'RE025CLL', 10);
+compute ({ m => 10, d => 60 }, 'RE025G', 20.25);
+compute ({ m => 10, d => 40 }, 'RE025CLL', 10);
+compute ({ m => 10, d => 40 }, 'RE025G', 20.25);
compute_end;