Declare parts of std in KCL rather than Rust (#5147)
Declare std in KCL
This commit is contained in:
@ -57,6 +57,7 @@ export function UnitsMenu() {
|
||||
const newCode = changeKclSettings(codeManager.code, {
|
||||
defaultLengthUnits: unitLengthToUnitLen(unit),
|
||||
defaultAngleUnits: { type: 'Degrees' },
|
||||
stdPath: null,
|
||||
})
|
||||
if (err(newCode)) {
|
||||
toast.error(
|
||||
|
Reference in New Issue
Block a user