A little less intense on material consumption.

This commit is contained in:
Florian Nücke 2015-03-24 15:01:00 +01:00
parent 652bf48478
commit 47b6b27884

View File

@ -201,7 +201,7 @@ class Printer extends traits.Environment with traits.Inventory with traits.Rotat
data = new PrintData()
}
else {
val materialRequired = totalVolume
val materialRequired = (totalVolume / 2) max 1
val inkRequired = (totalSurface / 6) max 1
totalRequiredEnergy = Settings.get.printCost