File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
commands/commandCreateBin Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ def update_actual_bin_dimensions():
342342 try :
343343 actualWidth = commandUIState .getState (BIN_BASE_WIDTH_UNIT_INPUT_ID ) * commandUIState .getState (BIN_WIDTH_INPUT_ID ) - const .BIN_XY_CLEARANCE * 2
344344 actualLength = commandUIState .getState (BIN_BASE_LENGTH_UNIT_INPUT_ID ) * commandUIState .getState (BIN_LENGTH_INPUT_ID ) - const .BIN_XY_CLEARANCE * 2
345- actualHeight = commandUIState .getState (BIN_HEIGHT_UNIT_INPUT_ID ) * commandUIState .getState (BIN_HEIGHT_INPUT_ID ) + (const .BIN_LIP_EXTRA_HEIGHT - const .BIN_LIP_TOP_RECESS_HEIGHT ) if commandUIState .getState (BIN_WITH_LIP_INPUT_ID ) else 0
345+ actualHeight = commandUIState .getState (BIN_HEIGHT_UNIT_INPUT_ID ) * commandUIState .getState (BIN_HEIGHT_INPUT_ID ) + (( const .BIN_LIP_EXTRA_HEIGHT - const .BIN_LIP_TOP_RECESS_HEIGHT ) if commandUIState .getState (BIN_WITH_LIP_INPUT_ID ) else 0 )
346346 totalWidthValue = round (actualWidth * 10 , 2 )
347347 totalLengthValue = round (actualLength * 10 , 2 )
348348 totalHeightValue = round (actualHeight * 10 , 2 )
You can’t perform that action at this time.
0 commit comments