Remove duplicate function

CURA 8687
This commit is contained in:
casper 2022-02-11 10:47:37 +01:00
parent 1c711129e2
commit 91c95a0ed6

View file

@ -602,10 +602,4 @@ Item
base.setMetaDataEntry("brand", old_brand, new_brand)
properties.brand = new_brand
}
function updateCostPerMeter()
{
base.spoolLength = calculateSpoolLength(diameterSpinBox.value, densitySpinBox.value, spoolWeightSpinBox.value);
base.costPerMeter = calculateCostPerMeter(spoolCostSpinBox.value);
}
}