Map new sizes for blades
This commit is contained in:
@@ -361,6 +361,7 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
|
||||
"Schenkelbreite (Breite)" => MDMeasurementType::width,
|
||||
|
||||
"Durchmesser",
|
||||
"Durchmesser (Schaft)",
|
||||
"Durchm.",
|
||||
"Durchmesser (mit Dicke)",
|
||||
"Durchmesser (Boden)",
|
||||
@@ -510,6 +511,10 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
|
||||
"orientation",
|
||||
"Stempelstellung" => MDMeasurementType::die_axis,
|
||||
|
||||
"Länge (Klinge)" => MDMeasurementType::length_blade,
|
||||
"Breite (Klinge)" => MDMeasurementType::width_blade,
|
||||
"Höhe (Klinge)" => MDMeasurementType::height_blade,
|
||||
|
||||
default => throw new MDImporterMissingConcordance("Unmapped specific measurement type: " . $input),
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user