You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kittycad.models.input_format.step and kittycad.models.input_format.sldprt each have a new property split_closed_faces. They are Optional[bool] so they should accept True, False, or None, but assigning None causes the engine to return an error and close the websocket connection:
{'error_code': <ErrorCode.INVALID_BSON: 'invalid_bson'>, 'message': 'invalid type: unit value, expected a boolean'}
The text was updated successfully, but these errors were encountered:
kittycad.models.input_format.step
andkittycad.models.input_format.sldprt
each have a new propertysplit_closed_faces
. They areOptional[bool]
so they should acceptTrue
,False
, orNone
, but assigningNone
causes the engine to return an error and close the websocket connection:The text was updated successfully, but these errors were encountered: