Skip to content
Snippets Groups Projects
Commit 3f81ba10 authored by Dan Stone's avatar Dan Stone
Browse files

3dprint first pass

parent cfef810d
No related branches found
No related tags found
No related merge requests found
Pipeline #376754 passed
Showing
with 69 additions and 40 deletions
# 6. 3D Scanning and printing
This week I worked on defining my final project idea and started to getting used to the documentation process.
Our focus this week was to test the design rules for our 3D printers. In our lab we split
up and testing the Prusa Mini, Bambu X1 Carbon and Formlabs 3B. You can see it [here](..)
## Research
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
individual assignment:
- design and 3D print an object (small, few cm3, limited by printer time) that could not be made substantively
- 3D scan an object (and optionally print it)
> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
## Useful links
## Spinning bracelet
- [Jekyll](http://jekyll.org)
- [Google](http://google.com)
- [Markdown](https://en.wikipedia.org/wiki/Markdown)
I like ball bearing and so I wanted to make a bracelet that have some similarity.
## Code Example
I started off with Fusion360
Use the three backticks to separate code.
I set up a sketch to set up overlapping profiles and then used the revolve functions to create the
basic shape
```
// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(LED_BUILTIN, OUTPUT);
}
![Bracelet](../images/ImagW5/2BRACELT.jpg)
// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
```
I created a sliced view so I can make sure we have an designed that would stay together but be far
enough apart for each part to spin independently
## Gallery
![Slice](../images/ImagW5/3SLICE.jpg)
![](../images/sample-photo.jpg)
I decided to add some holes for design and in order to see the internal workings a bit better
## Video
![Holes](../images/ImagW5/4HOLE.jpg)
### From Vimeo
Here is an overview view of the bracelet.
<iframe src="https://player.vimeo.com/video/10048961" width="640" height="480" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p><a href="https://vimeo.com/10048961">Sound Waves</a> from <a href="https://vimeo.com/radarboy">George Gally (Radarboy)</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
![Holes](../images/ImagW5/5BRACELET.jpg)
### From Youtube
Rounded out all the edges
<iframe width="560" height="315" src="https://www.youtube.com/embed/jjNgJFemlC4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
![Holes](../images/ImagW5/6Filit.jpg)
Set it up for printing in the Prusa slicer
![Slice](../images/ImagW5/9prusa.jpg)
The first print failed
![Fail](../images/ImagW5/12fail.jpg)
I gather it was because the bottom of the middle ring was a little high then the other two and so I sliced it
again with support
It printed this time but the post production effort to take out all the support was high and left the print looking
not great in my opinion
![support](../images/ImagW5/13support.jpg)
![support](../images/ImagW5/13cleaning.jpg)
I wanted to print it without support and so I went back to the design and created a construction line and used a
constraint to make all the pieces aligned.
![Support](../images/ImagW5/10editsketch.jpg)
![cleaning](../images/ImagW5/11cinstrants.jpg)
That was much better!!
![clean](../images/ImagW5/14clean.jpg)
An here you can see the print in place piece all moving independently
<iframe width="560" height="315" src=../../images/ImagW5/Rings.mp4 frameborder="0" allowfullscreen></iframe>
I finally wanted a little bit smoother and decided to use 2 functions in Prusa slicer "Iron" and variable Layer width
![Iron](../images/ImagW5/15iron.jpg)
![Variable layers](../images/ImagW5/16multilayer.jpg)
## 3D Scanning
This was a bit more of an issue and having decided to use my phone as a starting point i trying a number of apps
## 3D Models
<div class="sketchfab-embed-wrapper"><iframe width="640" height="480" src="https://sketchfab.com/models/658c8f8a2f3042c3ad7bdedd83f1c915/embed" frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
<a href="https://sketchfab.com/models/658c8f8a2f3042c3ad7bdedd83f1c915?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Dita&#39;s Gown</a>
by <a href="https://sketchfab.com/francisbitontistudio?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Francis Bitonti Studio</a>
on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>
</p>
</div>
File added
docs/images/ImagW5/10editsketch.jpg

145 KiB

docs/images/ImagW5/11cinstrants.jpg

108 KiB

docs/images/ImagW5/12fail.jpg

63.7 KiB

docs/images/ImagW5/13cleaning.jpg

45.9 KiB

docs/images/ImagW5/13support.jpg

26.8 KiB

docs/images/ImagW5/14clean.jpg

66.1 KiB

docs/images/ImagW5/15iron.jpg

142 KiB

docs/images/ImagW5/16multilayer.jpg

206 KiB

docs/images/ImagW5/1eXAMPLE.jpg

94.7 KiB

docs/images/ImagW5/2BRACELT.jpg

94.1 KiB

docs/images/ImagW5/3SLICE.jpg

227 KiB

docs/images/ImagW5/4HOLE.jpg

22.7 KiB

docs/images/ImagW5/5BRACELET.jpg

193 KiB

docs/images/ImagW5/6Filit.jpg

96.2 KiB

docs/images/ImagW5/9prusa.jpg

196 KiB

File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment