diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-21 20:31:36 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-21 20:31:36 +0300 |
| commit | 4c3be889e920102408b0927c5f595ada5a6a544f (patch) | |
| tree | 71213b906a9762faff2ff49029c5ecdda9d7dc94 /Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj | |
| parent | c33507b4aa109a1f2f2d7bd3483c468cc50b19b6 (diff) | |
| download | Tango-4c3be889e920102408b0927c5f595ada5a6a544f.tar.gz Tango-4c3be889e920102408b0927c5f595ada5a6a544f.zip | |
Fixed spool count on job from CSV.
Added auto power off selection settings.
Fixed issue with power off on firmware reset.
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj index a7fe17a56..ac425cb03 100644 --- a/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj +++ b/Software/Visual_Studio/Tango.PMR/Tango.PMR.csproj @@ -305,6 +305,8 @@ <Compile Include="MachineStatus\MachineStatus.cs" /> <Compile Include="MachineStatus\SetInkAutoFillingModeRequest.cs" /> <Compile Include="MachineStatus\SetInkAutoFillingModeResponse.cs" /> + <Compile Include="MachineStatus\SetPowerDownTimeRequest.cs" /> + <Compile Include="MachineStatus\SetPowerDownTimeResponse.cs" /> <Compile Include="MachineStatus\SpoolState.cs" /> <Compile Include="MachineStatus\SpoolTypeChangedRequest.cs" /> <Compile Include="MachineStatus\SpoolTypeChangedResponse.cs" /> |
