We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da8218 commit f04c3dfCopy full SHA for f04c3df
commands/commandCreateBin/entry.py
@@ -575,7 +575,7 @@ def record_input_change(changed_input: adsk.core.CommandInput):
575
uiState.baseLength = changed_input.value
576
elif changed_input.id == BIN_HEIGHT_UNIT_INPUT_ID:
577
uiState.heightUnit = changed_input.value
578
- elif changed_input.id == BIN_HEIGHT_UNIT_INPUT_ID:
+ elif changed_input.id == BIN_XY_TOLERANCE_INPUT_ID:
579
uiState.xyTolerance = changed_input.value
580
elif changed_input.id == BIN_WIDTH_INPUT_ID:
581
uiState.binWidth = changed_input.value
0 commit comments