turn on fillets UI in prod (#6474)
* turn on fillets * delete status property re-Pierre --------- Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com>
This commit is contained in:
@ -742,7 +742,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
||||
Fillet: {
|
||||
description: 'Fillet edge',
|
||||
icon: 'fillet3d',
|
||||
status: 'development',
|
||||
needsReview: true,
|
||||
args: {
|
||||
nodeToEdit: {
|
||||
@ -772,7 +771,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
||||
Chamfer: {
|
||||
description: 'Chamfer edge',
|
||||
icon: 'chamfer3d',
|
||||
status: 'development',
|
||||
needsReview: true,
|
||||
args: {
|
||||
nodeToEdit: {
|
||||
|
Reference in New Issue
Block a user