-
Notifications
You must be signed in to change notification settings - Fork 422
Coordinate Storage #1276
Description
Hi, I don't know if what I'm going to suggest is already implemented, but I don't know how to do it.
I see that in the Storage Location section, you can automate adding storage, but I don't see a way to generate a coordinate-based storage. Let me explain.
I have an electronics repair shop, and on my wall, I have a matrix of boxes with 16 rows and 20 columns, and each box has three compartments. I have 960 positions in total.
My idea for the storage is to call it F001C001-1.
F001: is the row.
C001: is the column.
-: is the separator.
1: is the position within the box.
And since there are so many positions that I can use for all types of components, and since you can't mix components, there comes a time when I don't know which position is already in use. It would be nice if the used positions didn't appear when adding a new component.