Removes "fillets cannot touch" warning message (#6771)

rm warningMessage
This commit is contained in:
max
2025-05-08 20:11:01 +02:00
committed by GitHub
parent 6230747b51
commit 3562076b83

View File

@ -746,8 +746,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
multiple: true,
required: true,
skip: false,
warningMessage:
'Fillets cannot touch other fillets yet. This is under development.',
hidden: (context) => Boolean(context.argumentsToSubmit.nodeToEdit),
},
radius: {