-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployed live demo is very out of date #171
Comments
A much more recent build can be used here. Update to web-cad.org will happen eventually as we retool the automated build system. |
Does the autodrop instance support FCStd import? If so how should I use it please? #160 (comment) |
The https://web-cad.org demo has been updated. |
With more complex parts this causes Firefox to 100% CPU and then often crashes. Is there some optimisation possible? Example file: https://github.com/rosmo-robot/Rosmo_3D/blob/main/V4/camcnewParedDownH.FCStd |
Currently the feature history is executed in the main thread on the browser. |
Is it possible to have shareable a link that would load an assembly? |
Bump |
https://maker.cloud/jsketcher/ The build hosted there is based on the dev branch. Please note that while it will load models that have multiple bodies it is not what I would call functional for doing assembly modeling. There is a transform tool that will allow moving and placing of bodies however we don't have any assembly constraints/mates being actively saved in a useful way. There is also no BOM data currently being captured. This is in the roadmap but is not at the top of the list. Right now the focus is on fleshing out the basic modeling functionality and improving the 2D sketcher to handle annotations required for mechanical part detailing. |
The version of JSketcher that is currently deployed at https://web-cad.org/ is very, very old. It would be much easier for new users if that version were kept up to date with master.
Also, it seems like most of the work is going on in the 'dev' branch. Maybe there could be a second URL which keeps a hosted version of the dev branch?
The text was updated successfully, but these errors were encountered: