Assemblies: Make Clone available in releases (#6538)

* Assemblies: Make Clone available in releases
Fixes #6537

* Lint
This commit is contained in:
Pierre Jacquier
2025-04-30 14:10:52 -04:00
committed by GitHub
parent 58a81da039
commit 525f213f1d
2 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,6 @@
import type { Models } from '@kittycad/lib'
import { angleLengthInfo } from '@src/components/Toolbar/angleLengthInfo'
import { DEV } from '@src/env'
import { findUniqueName } from '@src/lang/create'
import { getNodeFromPath } from '@src/lang/queryAst'
import { getVariableDeclaration } from '@src/lang/queryAst/getVariableDeclaration'
@ -34,7 +33,6 @@ import type { Selections } from '@src/lib/selections'
import { codeManager, kclManager } from '@src/lib/singletons'
import { err } from '@src/lib/trap'
import type { SketchTool, modelingMachine } from '@src/machines/modelingMachine'
import { IS_NIGHTLY_OR_DEBUG } from '@src/routes/utils'
type OutputFormat = Models['OutputFormat3d_type']
type OutputTypeKey = OutputFormat['type']
@ -1115,7 +1113,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
description: 'Clone a solid or sketch.',
icon: 'clone',
needsReview: true,
hide: DEV || IS_NIGHTLY_OR_DEBUG ? undefined : 'both',
args: {
nodeToEdit: {
description: