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

@ -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' }],