mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
CTB
- (Add) Allow to change wait time for bottoms and normal layers separately - (Change) Software version field to 1.9.0 - (Fix) Bottom layer count field was not being set in one of the tables
This commit is contained in:
@@ -85,10 +85,10 @@ struct SLICER_INFO {
|
||||
|
||||
uint MachineNameAddress <fgcolor=cBlack, bgcolor=cRed>;
|
||||
uint MachineNameSize <fgcolor=cBlack, bgcolor=cRed>;
|
||||
uint PerLayerSettings <fgcolor=cBlack, bgcolor=cRed>; // 0/8 for cbddlp files, 0xF (15) for ctb files, 0x2000000F (536870927) for v3 ctb and 1073741839 for v4 ctb files to allow per layer parameters
|
||||
uint PerLayerSettings <fgcolor=cBlack, bgcolor=cRed, format=hex>; // 0/8 for cbddlp files, 0xF (15) for ctb files, 0x2000000F (536870927) for v3 ctb and 1073741839 for v4 ctb files to allow per layer parameters
|
||||
uint MysteriousId <fgcolor=cBlack, bgcolor=cRed>; // v3 = 305419896 | v4 lightoff? = 27093086 | v4 rest? = 27093090
|
||||
uint AntiAliasLevel <fgcolor=cBlack, bgcolor=cRed>;
|
||||
uint SoftwareVersion <fgcolor=cBlack, bgcolor=cRed>; // ctb v3 = 17171200 | ctb v4 pro = 16777216
|
||||
uint SoftwareVersion <fgcolor=cBlack, bgcolor=cRed, format=hex>; // ctb v3 = 17171200 | ctb v4 pro = 16777216
|
||||
float RestTimeAfterRetract <fgcolor=cBlack, bgcolor=cRed>;
|
||||
float RestTimeAfterLift2 <fgcolor=cBlack, bgcolor=cRed>;
|
||||
uint TransitionLayerCount <fgcolor=cBlack, bgcolor=cRed>;
|
||||
|
||||
Reference in New Issue
Block a user