1
0
mirror of https://gitlab.com/MisterBiggs/MyModels.git synced 2025-06-16 15:17:16 +00:00

update for #7

This commit is contained in:
Anson Biggs 2018-08-10 20:54:11 -07:00
parent 89636fa533
commit e0ee803175

View File

@ -6,9 +6,9 @@ Yet Another Test Suite is a suite of tests for calibrating your 3D Printer. The
#### [Bridge Test](##Bridge-Test) #### [Bridge Test](##Bridge-Test)
#### [Overhang Test]() [- In Progress -] #### [Stringing Test](http://blog.ansonbiggs.com/yet-another-test-suite-stringing-test/)
#### [Stringing Test]() [- In Progress -] #### [Overhang Test](https://blog.ansonbiggs.com/yet-another-test-suite-overhang-test/)
#### [Sharp Corner Test]() [- In Progress -] #### [Sharp Corner Test]() [- In Progress -]
@ -20,7 +20,7 @@ Yet Another Test Suite is a suite of tests for calibrating your 3D Printer. The
## Bridge Test ## Bridge Test
![An example of poor 3D Printed Bridging](http://blog.ansonbiggs.com/content/images/2018/08/poorBridging.jpg#full) ![An example of poor 3D Printed Bridging](http://blog.ansonbiggs.com/content/images/2018/08/poorBridging.jpg)
The two major factors that come into play when printing a good bridge are **Temperature** and **Print Speed**. The lower both of these respective values are the better your bridges are likely to succeed. The goal of this project is that its a test that prints very fast, the full test should print in under 45 minutes. The two major factors that come into play when printing a good bridge are **Temperature** and **Print Speed**. The lower both of these respective values are the better your bridges are likely to succeed. The goal of this project is that its a test that prints very fast, the full test should print in under 45 minutes.
@ -35,3 +35,35 @@ This model is fully parameterized if you have Inventor.
[View this Project on my GitLab](http://bit.ly/AnsonBridgeTest) [View this Project on my GitLab](http://bit.ly/AnsonBridgeTest)
--- ---
## Stringing Test
![Poor-vs-Good-Stringing](/content/images/2018/08/Poor-vs-Good-Stringing.png)
The two major factors affecting stringing are **Retraction** and **Temperature**. Too high of a Temperature would cause a host of other issues in your prints so if you are mainly just experiencing stringing then Retraction is probably your issue. The included .stl tests stringing from 0mm to 15mm by default. Small strings often referred to as hairs are very common at small distances and are very easy to clean up after the print has finished. If stringing is prominent on the longer distances then I would look into the troubleshooting steps.
#### Continued
[View the full writeup On my Blog](http://blog.ansonbiggs.com/yet-another-test-suite-stringing-test/)
[View this Project on my Thingiverse](https://www.thingiverse.com/thing:3039763)
[View this Project on my GitLab](http://bit.ly/stringingTest)
---
## Overhang Test
![underView1](/content/images/2018/08/underView1.jpg)
No one likes using supports so it is essential to know the limitations of your printer so you can use a minimal amount of support and still get great looking models. This model tests 3 different kinds of overhangs in one. It tests concave, convex, and flat surfaces so you can see how your printer is able to do each one. Generally, concave overhangs print better than convex so this print is great for visualizing this. The idea behind this is that printing outside of parametric models usually has very weird shapes which normal flat tests don't test for.
#### Continued
[View the full writeup On my Blog](https://blog.ansonbiggs.com/yet-another-test-suite-overhang-test/)
[View this Project on my Thingiverse](https://www.thingiverse.com/thing:3042444)
[View this Project on my GitLab](http://bit.ly/OverhangTest)
---