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:
@ -307,7 +307,7 @@ export const toolbarConfig: Record<ToolbarModeName, ToolbarMode> = {
|
||||
},
|
||||
hotkey: 'H',
|
||||
icon: 'helix',
|
||||
status: DEV || IS_NIGHTLY_OR_DEBUG ? 'available' : 'kcl-only',
|
||||
status: 'available',
|
||||
title: 'Helix',
|
||||
description: 'Create a helix or spiral in 3D about an axis.',
|
||||
links: [{ label: 'KCL docs', url: 'https://zoo.dev/docs/kcl/helix' }],
|
||||
|
Reference in New Issue
Block a user