mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 20:52:41 +00:00
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
#define CARTRIDGE_VOLUME_LARGE 500
|
|
#define CARTRIDGE_VOLUME_MEDIUM 250
|
|
#define CARTRIDGE_VOLUME_SMALL 100
|
|
|
|
// Chemistry dispenser starts with 21
|
|
// ERT dispenser starts with 28
|
|
#define DISPENSER_MAX_CARTRIDGES 30
|
|
|