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
In the type hinting for create_text_to_cad the kcl argument has expected type bool or None, however the argument actually needs a string of "true" or "false". We should fix this so that a python bool type will work.