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" +