Keep subtract solids selection to one until engine supports multiple (#7617)

Follow up to #7614
This commit is contained in:
Pierre Jacquier
2025-06-26 17:36:05 -04:00
committed by GitHub
parent f49cf8281c
commit 6a2027cd51

View File

@ -599,7 +599,9 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
inputType: 'selection',
selectionTypes: ['path'],
selectionFilter: ['object'],
multiple: true,
// TODO: turn back to true once engine supports it, the codemod and KCL are ready
// Issue link: https://github.com/KittyCAD/engine/issues/3435
multiple: false,
required: true,
hidden: (context) => Boolean(context.argumentsToSubmit.nodeToEdit),
},