Hi,
That is correct behaviour.
The .photon and .cbddlp formats don’t have these ‘print parameters’ in the first versions of their file formats.
I think it was programmed into the printer back in 2018/2019.
The second file version has these parameters. (.photon V2, and .cbddlp V2)
Probably chitubox fills in the blanks with some presets… but they are not in the file format.
Elco
for reference here the parameters this affects.
I couldn’t tell you which parameters are used by which firmware version.
os.Write(bottomLiftDistance);
os.Write(bottomLiftSpeed);
os.Write(liftingDistance);
os.Write(liftingSpeed);
os.Write(retractSpeed);
os.Write(volumeMl);
os.Write(weightG);
os.Write(costDollars);
os.Write(bottomLightOffDelay);
os.Write(lightOffDelay);
os.Write(bottomLayerCount);