pill_press 
We take a constant input of reagents, and produce a pill once a set volume is reached
Vars | |
current_volume | selected size of the product |
---|---|
max_volume | maximum printable volume of the product |
packaging_category | Category of packaging |
packaging_type | The type of packaging to use |
packaging_types | All packaging types wrapped up in 1 big list |
product_name | prefix for the product name |
stored_products | list of products stored in the machine, so we dont have 610 pills on one tile |
Var Details
current_volume 
selected size of the product
max_volume 
maximum printable volume of the product
packaging_category 
Category of packaging
packaging_type 
The type of packaging to use
packaging_types 
All packaging types wrapped up in 1 big list
product_name 
prefix for the product name
stored_products 
list of products stored in the machine, so we dont have 610 pills on one tile