-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy-first-steps-in-3d-printing.html
75 lines (67 loc) · 4.73 KB
/
my-first-steps-in-3d-printing.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="Pelican" />
<title>My first steps in 3d printing</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<meta name="description" content="My first steps in 3d printing" />
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">Petr was here</a></h1>
<nav><ul>
<li><a href="/pages/about-petrs.html">About PetrS</a></li>
<li class="active"><a href="/category/diy.html">diy</a></li>
<li><a href="/category/opensource.html">OpenSource</a></li>
<li><a href="/category/other.html">Other</a></li>
<li><a href="/category/python.html">Python</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="/my-first-steps-in-3d-printing.html" rel="bookmark"
title="Permalink to My first steps in 3d printing">My first steps in 3d printing</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2021-02-13T22:20:00+03:00">
Published: Sat 13 February 2021
</abbr>
<address class="vcard author">
By <a class="url fn" href="/author/petrs.html">PetrS</a>
</address>
<p>In <a href="/category/diy.html">diy</a>.</p>
<p>tags: <a href="/tag/3d_printing.html">3d_printing</a> <a href="/tag/diy.html">diy</a> </p>
</footer><!-- /.post-info --> <h2>My first steps in 3d printing</h2>
<p>A couple of years ago I've bought a DIY 3d printer kit Anycubic 4MAX. I was dreaming about my own 3d printer to make cases for my electronic projects. DIY kit was a cheaper option than buying an assembled one and I also wanted to understand how things are done 'under the hood' of a 3d printer. There was a detailed instruction for the Anycubic 4max 3d printer, and I spent about 2 days putting it together. That was a real pleasure to watch the first model was printing.</p>
<p>Then I asked myself a question: 'What next? What things I'd like to create?' I was already familiar with sites like thingiverse.com, and it turned out that there are lots of upgrades that could be printed for my Anycubic 4max. Making upgrades for my 3d printer then became a desire. I've upgraded mother-board and extruder's coolers, printed an improved fan duct, assembled more quiet TMC2208 drivers for stepper motors. And everything was ok. My 3d printer has become quieter. I customized its settings so the print quality was great. And then I decided to install another and very hyped extruder Titan Aero. I was expecting the print quality would increase many times. I've found a model of a carriage with the Titan Aero mount for Anycubic 4max and printed it. Then I assembled it and tried to make prints. They were faulty. I had to adjust printing settings many times, do lots of calibrations, re-flash internal printer firmware to achieve the same printing quality. The extruder upgrade consumed a lot of my time, and I was very upset of my expectations haven't met the reality. Neither great quality nor speed increase appeared.</p>
<p>Two years have passed since then. My 3d printer was packed and gathered dust in the corner. I wanted either sell it or gift it to someone. I wanted to give up.</p>
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>links</h2>
<ul>
<li><a href="https://getpelican.com/">Pelican</a></li>
<li><a href="https://pages.github.com/">GitHub Pages</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://www.linkedin.com/in/nassauwinter/">LinkedIn</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="https://getpelican.com/">Pelican</a>, which takes great advantage of <a href="https://www.python.org/">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="https://www.smashingmagazine.com/2009/08/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
</body>
</html>