Satin Studio Manual

MAX

Status

FieldValue
Extension(s).max
Common ecosystemPfaff lead
Format familyUnknown embroidery lead
Satin Studio statusReference only
Open / importNo
ExportNo
ConfidenceLow.

What it is

MAX is tracked as an older Pfaff-related embroidery lead. The extension collides with many non-embroidery formats, so it needs strong identification before support.

Satin Studio behavior

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

Versions and variants

Unknown.

File identification notes

No trusted byte structure is documented here yet.

Observed structure notes

Structure sketch

Observed MAX files use absolute 24-bit coordinates after an offset header:

struct MaxCandidate<'a> {
    prefix: [u8; 0xD5],
    stitch_count: u32,
    records: &'a [MaxPointRecord],
}

struct MaxPointRecord {
    x_le24: [u8; 3],                   // signed 24-bit little-endian
    control0: u8,
    y_le24: [u8; 3],                   // signed 24-bit little-endian
    control1: 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.