Add twistAng

This commit is contained in:
Pierre Jacquier
2025-06-16 15:50:56 -04:00
parent 8706767b9f
commit d8c168e7f8
4 changed files with 39 additions and 2 deletions

View File

@ -62,6 +62,7 @@ export type ModelingCommandSchema = {
length: KclCommandValue
symmetric?: boolean
bidirectionalLength?: KclCommandValue
twistAngle?: KclCommandValue
}
Sweep: {
// Enables editing workflow
@ -410,6 +411,11 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
skip: true,
required: false,
},
twistAngle: {
inputType: 'kcl',
skip: true,
required: false,
},
},
},
Sweep: {