Remove hole from toolbar (#5543)

* Remove hole from toolbar
Fixes #5542

* A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores)

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Pierre Jacquier
2025-02-27 09:33:57 -05:00
committed by GitHub
parent da236d9a3e
commit 02c2e80b31
13 changed files with 0 additions and 9 deletions

View File

@ -197,15 +197,6 @@ export const toolbarConfig: Record<ToolbarModeName, ToolbarMode> = {
description: 'Hollow out a 3D solid.',
links: [{ label: 'KCL docs', url: 'https://zoo.dev/docs/kcl/shell' }],
},
{
id: 'hole',
onClick: () => console.error('Hole not yet implemented'),
icon: 'hole',
status: 'unavailable',
title: 'Hole',
description: 'Create a hole in a 3D solid.',
links: [],
},
'break',
[
{