Set default extrude distance expression to something more sensible, like 5
(#2351)
* Set default extrude distance expression to something more sensible, like 5 * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * Rerun CI * run CI * A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) * CI * Use old 5 + 7 for highlight test it's touchy * Same with sketch on face it seems to work better with 5 + 7 and that's fine --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import { Models } from '@kittycad/lib'
|
||||
import { CommandSetConfig, KclCommandValue } from 'lib/commandTypes'
|
||||
import { KCL_DEFAULT_LENGTH } from 'lib/constants'
|
||||
import { Selections } from 'lib/selections'
|
||||
import { modelingMachine } from 'machines/modelingMachine'
|
||||
|
||||
@ -135,7 +136,7 @@ export const modelingMachineConfig: CommandSetConfig<
|
||||
// },
|
||||
distance: {
|
||||
inputType: 'kcl',
|
||||
defaultValue: '5 + 7',
|
||||
defaultValue: KCL_DEFAULT_LENGTH,
|
||||
required: true,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user