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 'Scripts/010 Editor/PhotonWorkshop.bt')
-rw-r--r--Scripts/010 Editor/PhotonWorkshop.bt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Scripts/010 Editor/PhotonWorkshop.bt b/Scripts/010 Editor/PhotonWorkshop.bt
index 2837e63..64fd785 100644
--- a/Scripts/010 Editor/PhotonWorkshop.bt
+++ b/Scripts/010 Editor/PhotonWorkshop.bt
@@ -52,14 +52,15 @@ struct HEADER {
uint ResolutionY <fgcolor=cBlack, bgcolor=cRed>;
float WeightG <fgcolor=cBlack, bgcolor=cRed>;
float Price <fgcolor=cBlack, bgcolor=cRed>;
- uint PriceCurrencyDec <fgcolor=cBlack, bgcolor=cRed>;
+ wstring PriceCurrencyDec <fgcolor=cBlack, bgcolor=cRed>;
uint PerLayerOverride <fgcolor=cBlack, bgcolor=cRed>;
uint PrintTime <fgcolor=cBlack, bgcolor=cRed>;
uint TransitionLayerCount <fgcolor=cBlack, bgcolor=cRed>;
uint Padding <fgcolor=cBlack, bgcolor=cRed>;
- if(fileMark.Version > 515){
- uint Padding <fgcolor=cBlack, bgcolor=cRed>;
+ if(fileMark.Version >= 516){
+ // 0 = Basic mode | 1 = Advanced mode which allows TSMC
+ uint AdvancedMode <fgcolor=cBlack, bgcolor=cRed>;
}
};