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:
@ -757,7 +757,9 @@ const prepareToEditHelix: PrepareToEditCallback = async ({ operation }) => {
|
||||
} else {
|
||||
return { reason: "Couldn't find radius argument" }
|
||||
}
|
||||
}
|
||||
|
||||
if (mode === 'Axis') {
|
||||
if ('length' in operation.labeledArgs && operation.labeledArgs.length) {
|
||||
const r = await stringToKclExpression(
|
||||
codeManager.code.slice(
|
||||
|
Reference in New Issue
Block a user