Skip to content

Commit

Permalink
Mark Loft as "KCL only" in toolbar, add a link to docs (#3798)
Browse files Browse the repository at this point in the history
  • Loading branch information
franknoirot authored Sep 5, 2024
1 parent 46eef39 commit ca4a442
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/toolbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,16 @@ export const toolbarConfig: Record<ToolbarModeName, ToolbarMode> = {
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',
Expand Down

0 comments on commit ca4a442

Please sign in to comment.