Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/FileFormats/CTBEncryptedFile.cs')
-rw-r--r--UVtools.Core/FileFormats/CTBEncryptedFile.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/UVtools.Core/FileFormats/CTBEncryptedFile.cs b/UVtools.Core/FileFormats/CTBEncryptedFile.cs
index 87ef178..35163c0 100644
--- a/UVtools.Core/FileFormats/CTBEncryptedFile.cs
+++ b/UVtools.Core/FileFormats/CTBEncryptedFile.cs
@@ -25,8 +25,7 @@ namespace UVtools.Core.FileFormats
public const ushort RLE16EncodingLimit = 0xFFF;
public const ushort RLEEncryptedMinimumLength = 512;
- public const uint PERLAYER_SETTINGS_DISALLOW = 0xF; // 15 (This disallow per layer settings and follow global table only)
- public const uint PERLAYER_SETTINGS_DISALLOW_BUT_TSMC = 0x7; // 7 (This disallow per layer settings but do TSMC and follow global table only)
+ public const uint PERLAYER_SETTINGS_DISALLOW = 7; // 7 (This disallow per layer settings and follow global table only)
public const uint PERLAYER_SETTINGS_ALLOW = 0x5000000F; // 1342177295 (This allow per layer settings)
private const string CTB_DISCLAIMER = "Layout and record format for the ctb and cbddlp file types are the copyrighted programs or codes of CBD Technology (China) Inc..The Customer or User shall not in any manner reproduce, distribute, modify, decompile, disassemble, decrypt, extract, reverse engineer, lease, assign, or sublicense the said programs or codes.";