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:
@ -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',
|
||||
|
Reference in New Issue
Block a user