From 985c53075ec82efb82446c5da89d7cf5634b1ad9 Mon Sep 17 00:00:00 2001 From: Frozen2-Deveoper Date: Mon, 16 Dec 2019 18:38:37 +0800 Subject: [PATCH] [03_RoyalGallery Navigator] Updated settings. Modified startup. --- 03_RoyalGallery/PrinterController/printer_settings.json | 4 ++-- _Startup/03_RoyalGallery_Navigator.bat | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/03_RoyalGallery/PrinterController/printer_settings.json b/03_RoyalGallery/PrinterController/printer_settings.json index 76c5536..ff18c0a 100644 --- a/03_RoyalGallery/PrinterController/printer_settings.json +++ b/03_RoyalGallery/PrinterController/printer_settings.json @@ -8,8 +8,8 @@ }, "PaperSource": { "Kind": 257, - "RawKind": 261, - "SourceName": "Rear Paper Feed" + "RawKind": 258, + "SourceName": "Cassette" }, "Margins": "0, 0, 0, 0", "Landscape": false, diff --git a/_Startup/03_RoyalGallery_Navigator.bat b/_Startup/03_RoyalGallery_Navigator.bat index 25c8820..c3327de 100644 --- a/_Startup/03_RoyalGallery_Navigator.bat +++ b/_Startup/03_RoyalGallery_Navigator.bat @@ -1,6 +1,11 @@ set root=C:\UC\Project-19050-Frozen2\_Deploy_PC set device=03_RoyalGallery + timeout /t 8 -start "" "%root%\%device%\UnityBuild-19050-03_RoyalGallery_Navigator\Build\19050-03_RoyalGallery_Navigator.exe" +cd "%root%\%device%\PrinterController" +start "" "PrinterController.exe" + timeout /t 8 -start "" "%root%\%device%\PrinterController\PrinterController.exe" +cd "%root%\%device%\UnityBuild-19050-03_RoyalGallery_Navigator\Build\" +start "" "19050-03_RoyalGallery_Navigator.exe" +