Maker.js 'toJscadSTL' Function Requires StatusCallback Even When Optional #570
ManikandanZST
started this conversation in
General
Replies: 1 comment 4 replies
-
can you paste the specific error? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered an issue while using the Maker.js library's to JscadSTL function, which is responsible for exporting 3D models in STL format. According to the documentation, the statusCallback parameter is marked as optional. However, in my experience, I found that the function expects a statusCallback even when it's optional, and not providing one results in an error. Can anyone help me with this @danmarshall ?
Beta Was this translation helpful? Give feedback.
All reactions