diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-08 17:28:51 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-09-08 17:28:51 +0300 |
| commit | 987e4992d01a0bc84170498c40dad0621542f46c (patch) | |
| tree | 4b593db7f1e22ea34cc8dd8a7285903c43846188 /Software/PMR | |
| parent | f272d741e2c3ec820b1a39e7797ac46986ab62c9 (diff) | |
| download | Tango-987e4992d01a0bc84170498c40dad0621542f46c.tar.gz Tango-987e4992d01a0bc84170498c40dad0621542f46c.zip | |
New Extra inks work + changed Transparent Ink to Transparent.
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/ColorLab/LiquidType.proto | 2 | ||||
| -rw-r--r-- | Software/PMR/Messages/Printing/DispenserLiquidType.proto | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Software/PMR/Messages/ColorLab/LiquidType.proto b/Software/PMR/Messages/ColorLab/LiquidType.proto index b2a206659..2d6893292 100644 --- a/Software/PMR/Messages/ColorLab/LiquidType.proto +++ b/Software/PMR/Messages/ColorLab/LiquidType.proto @@ -24,7 +24,7 @@ enum LiquidType Black = 3; - TransparentInk = 4; + Transparent = 4; Lubricant = 5; diff --git a/Software/PMR/Messages/Printing/DispenserLiquidType.proto b/Software/PMR/Messages/Printing/DispenserLiquidType.proto index 5b2911732..ae2c353c2 100644 --- a/Software/PMR/Messages/Printing/DispenserLiquidType.proto +++ b/Software/PMR/Messages/Printing/DispenserLiquidType.proto @@ -24,7 +24,7 @@ enum DispenserLiquidType Black = 3; - TransparentInk = 4; + Transparent = 4; Lubricant = 5; |
