* Fixes missing materials upon retrieval
Fixes attempts to retrieve materials resulting in missing stacks if
there is more than one full stack of a material in the machine.
* Alternative Fix
This is what actually needed fixing. M.amount would always equal 0, so
round would always result in 0, thus sheet remainders would never get
outputted. This resolves that.