Assemblies: Make Clone available in releases (#6538)
* Assemblies: Make Clone available in releases Fixes #6537 * Lint
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user