Logistic Slot Manager

by Torquai

Create reusable logistic presets to simplify requesting and trashing items

Content
6 years ago
0.15 - 0.16
14
Logistic network

g trash slots with amounts

6 years ago

Is there any way to specify the level to trash items at in each profile? (i.e. a profile that trashes all but the last 50 inserters)

6 years ago

Currently it is not possible, it just sets the auto trash amount to 0 - so all gets trashed.
To at least use the amount in the preset line 10 in lsmTrash.lua can be changed from "filters[slot.name] = 0" to "filters[slot.name] = slot.count"

A nice addition would be a third option like "request & trash" to have an exact amount in the inventory

New response