From 41b6c8755034717d10c391fb136ca6a969c25e2e Mon Sep 17 00:00:00 2001 From: SiboVG Date: Fri, 25 Aug 2023 00:38:45 +0200 Subject: [PATCH] Add case info to test motors --- core/src/net/sf/openrocket/util/TestRockets.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/src/net/sf/openrocket/util/TestRockets.java b/core/src/net/sf/openrocket/util/TestRockets.java index f0012a0d5..29f9b6a47 100644 --- a/core/src/net/sf/openrocket/util/TestRockets.java +++ b/core/src/net/sf/openrocket/util/TestRockets.java @@ -106,6 +106,7 @@ public class TestRockets { .setManufacturer(Manufacturer.getManufacturer("A")) .setDesignation("F12X") .setDescription("Desc") + .setCaseInfo("info") .setMotorType(Motor.Type.UNKNOWN) .setStandardDelays(new double[] {}) .setDiameter(0.024) @@ -123,6 +124,7 @@ public class TestRockets { .setManufacturer(Manufacturer.getManufacturer("Estes")) .setDesignation("A8") .setDescription(" SU Black Powder") + .setCaseInfo("SU 18.0x70.0") .setMotorType(Motor.Type.SINGLE) .setStandardDelays(new double[] {0,3,5}) .setDiameter(0.018) @@ -141,6 +143,7 @@ public class TestRockets { .setManufacturer(Manufacturer.getManufacturer("Estes")) .setDesignation("B4") .setDescription(" SU Black Powder") + .setCaseInfo("SU 18.0x70.0") .setMotorType(Motor.Type.SINGLE) .setStandardDelays(new double[] {0,3,5}) .setDiameter(0.018) @@ -159,6 +162,7 @@ public class TestRockets { .setManufacturer(Manufacturer.getManufacturer("Estes")) .setDesignation("C6") .setDescription(" SU Black Powder") + .setCaseInfo("SU 18.0x70.0") .setMotorType(Motor.Type.SINGLE) .setStandardDelays(new double[] {0,3,5,7}) .setDiameter(0.018) @@ -177,6 +181,7 @@ public class TestRockets { .setManufacturer(Manufacturer.getManufacturer("AeroTech")) .setDesignation("D21") .setDescription("Desc") + .setCaseInfo("SU 18.0x70.0") .setMotorType(Motor.Type.SINGLE) .setStandardDelays(new double[] {}) .setDiameter(0.018) @@ -195,6 +200,7 @@ public class TestRockets { .setManufacturer(Manufacturer.getManufacturer("AeroTech")) .setDesignation("M1350") .setDescription("Desc") + .setCaseInfo("SU 75/512") .setMotorType(Motor.Type.SINGLE) .setStandardDelays(new double[] {}) .setDiameter(0.075) @@ -213,6 +219,7 @@ public class TestRockets { .setManufacturer(Manufacturer.getManufacturer("AeroTech")) .setDesignation("G77") .setDescription("Desc") + .setCaseInfo("SU 29/180") .setMotorType(Motor.Type.SINGLE) .setStandardDelays(new double[] {4,7,10}) .setDiameter(0.029)