Make Helix available in numbered releases (#6024)

* Helix release outside of dev and nightly

* Make length non required on edge mode so we get the edge length by default
This commit is contained in:
Pierre Jacquier
2025-03-28 07:25:32 -04:00
committed by GitHub
parent cc2efd316c
commit 678ebbc310
4 changed files with 15 additions and 21 deletions

View File

@ -681,9 +681,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
inputType: 'kcl',
defaultValue: KCL_DEFAULT_LENGTH,
required: (commandContext) =>
!['Cylinder'].includes(
commandContext.argumentsToSubmit.mode as string
),
['Axis'].includes(commandContext.argumentsToSubmit.mode as string),
},
ccw: {
inputType: 'options',