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
Currently if we want to output an STL, a STEP and a GLB we have to run all cq-cli 3 times. However as main.py runs cadquery to get the build result and then passes it into the codec, it would be possible just to repeat the codec step which should add some speed.
Currently if we want to output an STL, a STEP and a GLB we have to run all cq-cli 3 times. However as
main.py
runs cadquery to get the build result and then passes it into the codec, it would be possible just to repeat the codec step which should add some speed.I can imagine semicolon separating should work:
If the user specifically wanted to set codecs it could be a list that needs to be the same length
The text was updated successfully, but these errors were encountered: