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',
|
inputType: 'selection',
|
||||||
selectionTypes: ['path'],
|
selectionTypes: ['path'],
|
||||||
selectionFilter: ['object'],
|
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,
|
required: true,
|
||||||
hidden: (context) => Boolean(context.argumentsToSubmit.nodeToEdit),
|
hidden: (context) => Boolean(context.argumentsToSubmit.nodeToEdit),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user