Mark Loft as "KCL only" in toolbar, add a link to docs (#3798)
This commit is contained in:
@ -129,12 +129,16 @@ export const toolbarConfig: Record<ToolbarModeName, ToolbarMode> = {
|
|||||||
id: 'loft',
|
id: 'loft',
|
||||||
onClick: () => console.error('Loft not yet implemented'),
|
onClick: () => console.error('Loft not yet implemented'),
|
||||||
icon: 'loft',
|
icon: 'loft',
|
||||||
status: 'unavailable',
|
status: 'kcl-only',
|
||||||
title: 'Loft',
|
title: 'Loft',
|
||||||
hotkey: 'L',
|
hotkey: 'L',
|
||||||
description:
|
description:
|
||||||
'Create a 3D body by blending between two or more sketches.',
|
'Create a 3D body by blending between two or more sketches.',
|
||||||
links: [
|
links: [
|
||||||
|
{
|
||||||
|
label: 'KCL docs',
|
||||||
|
url: 'https://zoo.dev/docs/kcl/loft',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'GitHub discussion',
|
label: 'GitHub discussion',
|
||||||
url: 'https://github.com/KittyCAD/modeling-app/discussions/613',
|
url: 'https://github.com/KittyCAD/modeling-app/discussions/613',
|
||||||
|
Reference in New Issue
Block a user