Keep subtract solids selection to one until engine supports multiple (#7617)
Follow up to #7614
This commit is contained in:
@ -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),
|
||||
},
|
||||
|
Reference in New Issue
Block a user