forked from viewit/OrcaSlicer-KX
When the spool holder is selected for printing, use the opGcodeFile command with enableSelfTest instead of colorMatch + multiColorPrint. This matches the protocol used by CrealityPrint desktop for spool holder prints. - Detect spool holder mode: any colorMatch entry with box_id 0 - Spool holder: send opGcodeFile + enableSelfTest (single command) - CFS: send colorMatch + multiColorPrint (existing behavior) Signed-off-by: Igor Mammedov <niallain@gmail.com>