Satin Studio Manual

CND

Status

FieldValue
Extension(s).cnd
Common ecosystemMelco condensed or condensed-style workflows
Format familyNative or condensed design data
Satin Studio statusReference only
Open / importNo
ExportNo
ConfidenceLow.

What it is

CND appears to refer to condensed or object-style embroidery data rather than only final needle points, but the exact ecosystem is unverified here.

Satin Studio behavior

Satin Studio documents this format for identification and inspection. It does not open or export the file.

Versions and variants

Satin Studio checks the file signature and dialect rather than trusting the extension. An unrecognized version remains unopened, with the original file preserved for inspection.

File identification notes

Unknown.

Observed structure notes

Structure sketch

CND is not documented enough for a real parser. Model it as opaque condensed/object data until files prove the container.

struct CndCandidate<'a> {
    // No trusted signature, header, or object table is documented here.
    raw: &'a [u8],
}

Compatibility evidence

The notes above help identify and inspect the format; they do not imply import or export support. Keep the original file and record the machine and software that produced it.