meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:user_guide_website [2021/05/12 07:48] JSCAD Editor [Creating New Designs] |
en:user_guide_website [2021/09/14 01:22] (current) JSCAD Editor [Trouble Shooting Designs] |
||
---|---|---|---|
Line 45: | Line 45: | ||
Make a few changes, then save the file. Now, drag and drop again. | Make a few changes, then save the file. Now, drag and drop again. | ||
- | Have fun! | + | There' |
- | ==== More Things | + | ==== Exporting Designs |
- | * Use your favorite editor | + | JSCAD was created for 3D printing enthusiasts. Any design can be exported to another format, e.g. STL meshes, SVG images, etc. The supported file formats are listed on the left. |
- | * Exporting designs | + | |
- | * Importing designs | + | |
- | * Sharing designs | + | |
+ | Exporting is initiated by selecting the format, and pushing the Export button. A small pop-up window will be presented, allowing the contents to be saved as a file. | ||
+ | ==== Sharing Designs ==== | ||
+ | Designs can be easily shared with others as file attachments to mail, messages, etc. | ||
+ | |||
+ | In addition, a design (which is available online) can be shared using a special link (URL). You can copy and paste the link into many applications, | ||
+ | |||
+ | First, obtain the link (URL) to the online design content. Here's a link to a design on Thingiverse. | ||
+ | |||
+ | https:// | ||
+ | |||
+ | By clicking on the "Thing Files", | ||
+ | |||
+ | This link (URL) can be provided as a parameter to the JSCAD website; www.openjscad.xyz | ||
+ | |||
+ | https:// | ||
+ | |||
+ | Try it out! | ||
+ | |||
+ | ==== Trouble Shooting Designs ==== | ||
+ | |||
+ | Hopefully creating designs will be easy. The best approach is making small incremental changes and testing the results. Small parts can be created and tested separately, and brought together into the large design later. | ||
+ | |||
+ | However, there are times when all goes wrong, and some trouble shooting is required. First, make sure the browser has the ' | ||
+ | |||
+ | The browser window will now have two sections; the JSCAD design and the tools. The tool of interest is the ' | ||
+ | |||
+ | What's so valuable about the console? | ||
+ | |||
+ | This will show more information about the errors. There should be a 'stack trace' as to where the error occurred. | ||
+ | |||
+ | Also, additional messages can be sent to the console, making trouble shooting easier. For example, the contents of a parameter can be sent to the console by: | ||
+ | |||
+ | <code javascript> | ||
+ | console.log(' | ||
+ | </ | ||
+ | |||
+ | Hopefully, these pointers will be enough to trouble shoot any issues. If not then please contact User Group for some great help. | ||
==== Install Locally ==== | ==== Install Locally ==== | ||
Line 73: | Line 107: | ||
And for those that want to make changes to the website, there is [[https:// | And for those that want to make changes to the website, there is [[https:// | ||
- | ==== Integrate into a Website ==== | ||
- | The website can be integrated into an existing website. |