Use displayName: 'CounterClockWise' cause ccw not cutting it

This commit is contained in:
Pierre Jacquier
2025-03-24 10:17:45 -04:00
parent e5e243ef1e
commit 1ec7e0540b
2 changed files with 8 additions and 7 deletions

View File

@ -1096,7 +1096,7 @@ openSketch = startSketchOn(XY)
headerArguments: {
AngleStart: '',
AxisOrEdge: '',
Ccw: '',
CounterClockWise: '',
Length: '',
Radius: '',
Revolutions: '',
@ -1139,7 +1139,7 @@ openSketch = startSketchOn(XY)
headerArguments: {
AngleStart: '360',
Axis: 'X',
Ccw: '',
CounterClockWise: '',
Length: initialInput,
Radius: '5',
Revolutions: '1',
@ -1154,7 +1154,7 @@ openSketch = startSketchOn(XY)
headerArguments: {
AngleStart: '360',
Axis: 'X',
Ccw: '',
CounterClockWise: '',
Length: newInput,
Radius: '5',
Revolutions: '1',
@ -1230,7 +1230,7 @@ openSketch = startSketchOn(XY)
headerArguments: {
AngleStart: '',
AxisOrEdge: '',
Ccw: '',
CounterClockWise: '',
Length: '',
Radius: '',
Revolutions: '',
@ -1257,7 +1257,7 @@ openSketch = startSketchOn(XY)
AngleStart: '0',
AxisOrEdge: 'Edge',
Edge: `1 ${selectionType}`,
Ccw: '',
CounterClockWise: '',
Length: '100',
Radius: '1',
Revolutions: '20',
@ -1289,7 +1289,7 @@ openSketch = startSketchOn(XY)
currentArgValue: initialInput,
headerArguments: {
AngleStart: '0',
Ccw: '',
CounterClockWise: '',
Length: initialInput,
Radius: '1',
Revolutions: '20',
@ -1305,7 +1305,7 @@ openSketch = startSketchOn(XY)
stage: 'review',
headerArguments: {
AngleStart: '0',
Ccw: '',
CounterClockWise: '',
Length: newInput,
Radius: '1',
Revolutions: '20',

View File

@ -582,6 +582,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
ccw: {
inputType: 'options',
required: true,
displayName: 'CounterClockWise',
defaultValue: false,
options: [
{ name: 'False', value: false },