From ca4a442ccec3b71d7002612410169b8b10c8e60e Mon Sep 17 00:00:00 2001 From: Frank Noirot Date: Thu, 5 Sep 2024 16:48:03 -0400 Subject: [PATCH] Mark Loft as "KCL only" in toolbar, add a link to docs (#3798) --- src/lib/toolbar.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/toolbar.ts b/src/lib/toolbar.ts index ca1b6c202..29b4e2c60 100644 --- a/src/lib/toolbar.ts +++ b/src/lib/toolbar.ts @@ -129,12 +129,16 @@ export const toolbarConfig: Record = { id: 'loft', onClick: () => console.error('Loft not yet implemented'), icon: 'loft', - status: 'unavailable', + status: 'kcl-only', title: 'Loft', hotkey: 'L', description: 'Create a 3D body by blending between two or more sketches.', links: [ + { + label: 'KCL docs', + url: 'https://zoo.dev/docs/kcl/loft', + }, { label: 'GitHub discussion', url: 'https://github.com/KittyCAD/modeling-app/discussions/613',