- To design a 3D model. Open a WebGL enabled browser like Chrome and navigate to www.publishyourdesign.com/
- Click on the Design Something
button. - This is the basic interface:
- Click on the Setting icon.
- For greater precision I change the Snap >Constant Size to 1
- To add primitive shapes or text open the Place palette.
- Select your shape
- Click to place. Before clicking, you can adjust the dimensions.
- Left clicking on your shape will also bring up the properties palette:
- To rotate, right+click and drag
Or use the rotate icon:
- To raise the shape up, left+click and drag on the up arrow.
- You can subtract shapes from each other by opening the Features palette and selecting cut one body using another body.
-
First click on the object you want to remain
- Then click on the object you want removed:
- To view the hole, rotate with the mouse
- You can easily rotate your objects by clicking on the rotation icons or changing the shape by clicking on the nodes
- To Combine bodies, select the option and click on the shapes.Press ESC to stop.
- To get the intersection of two bodies, select the option and click on the two shapes.
- To save the STL file, click on the floppy disc icon
- To download
click on the Export STL model for 3D printing icon:
- Experiment, have fun, print
To get webgl enabled on Mac with Firefox you'll have to do the following:
- Type about:config in the Firefox 4 URL bar
- Type webgl in the search box
- webgl.force-enabled = true
- Go to https://tinkercad.com and refresh the page
Windows
on Windows XP, WebGL and acceleration is blacklisted.To enable it, in command line:
chrome.exe --enable-webgl
- Close any open Chrome windows
- Find the Chrome shortcut you use (normally on the desktop or in the start menu) and right click on it.
- Select 'Properties'
- Add the '--ignore-gpu-blacklist' flag without the quotes at the end of the 'Target' box
- type "about:flags" on address bar of google chrome
- under "Override software rendering list" click "enable"
- scroll down and "relaunch google chrome"
Linux
In command line:./chrome --enable-webgl
google-chrome --ignore-gpu-blacklist