<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>3D printing Archives - Creatronix</title>
	<atom:link href="https://creatronix.de/category/3d-printing/feed/" rel="self" type="application/rss+xml" />
	<link>https://creatronix.de/category/3d-printing/</link>
	<description>My adventures in code &#38; business</description>
	<lastBuildDate>Tue, 06 Jan 2026 19:32:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Introduction to 3d printing</title>
		<link>https://creatronix.de/introduction-to-3d-printing/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Fri, 06 Jan 2023 08:52:38 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=6578</guid>

					<description><![CDATA[<p>Motivation As I started with my Prusa i3 MK3 last year I was bamboozled a lot: Platforms, Tools, gcode, STL, CAD, Slicer, etc. Perhaps this little article helps to shed some light onto the topic. Prerequisites Buy a printer 3D printers come in a variety of sizes and prizes. Nowadays you can start below 200€&#8230;</p>
<p>The post <a href="https://creatronix.de/introduction-to-3d-printing/">Introduction to 3d printing</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Motivation</h2>
<p>As I started with my Prusa i3 MK3 last year I was bamboozled a lot:<br />
Platforms, Tools, gcode, STL, CAD, Slicer, etc.<br />
Perhaps this little article helps to shed some light onto the topic.</p>
<div>
<h2>Prerequisites</h2>
<h3>Buy a printer</h3>
<p>3D printers come in a variety of sizes and prizes. Nowadays you can start below 200€ with a Creality Ender 3 or an Voxelab Aquila X2 and get decent print quality.</p>
<p>You may even buy an even cheaper knockoff from aliexpress but results may vary. For a rough understanding of the 3d printing workflow you do not need a printer.</p>
<h3>Filament</h3>
<p>A 3d printer uses so called Filament. when you buy a printer you often get filament samples ranging from a couple of grams to a full spool.</p>
<p>These samples are sufficient for your first prints.</p>
<h3>Install a Slicer</h3>
<p>Later on in the process you need a program called slicer. In this article I will work with the Prusa Slicer.<br />
You can go to <a href="https://www.prusa3d.com/page/prusaslicer_424,">https://www.prusa3d.com/page/prusaslicer_424,</a> download the slicer (for free) and install it.</p>
</div>
<h2>Workflow</h2>
<p>Let&#8217;s take a typical workflow of 3d printing:</p>
<h2><img fetchpriority="high" decoding="async" src="https://creatronix.de/wp-content/uploads/2023/01/toolchain_3d_printing.png" alt="" class="alignnone size-full wp-image-6573" width="983" height="453" srcset="https://creatronix.de/wp-content/uploads/2023/01/toolchain_3d_printing.png 983w, https://creatronix.de/wp-content/uploads/2023/01/toolchain_3d_printing-300x138.png 300w, https://creatronix.de/wp-content/uploads/2023/01/toolchain_3d_printing-768x354.png 768w" sizes="(max-width: 983px) 100vw, 983px" /></h2>
<h2>Getting Designs</h2>
<p>First you need a design which you want to print.</p>
<p>You can find hundreds of thousands of designs on platforms like <a href="https://www.thingiverse.com/">thingiverse.com</a> or <a href="https://www.printables.com/.">printables.com</a><br />
Often you need a user account to download files but then you are ready to rumble.</p>
<h3>STL</h3>
<p><img decoding="async" src="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_stl.png" alt="" class="alignnone size-full wp-image-6577" width="769" height="664" srcset="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_stl.png 769w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_stl-300x259.png 300w" sizes="(max-width: 769px) 100vw, 769px" /></p>
<p>What you mostly get on these platforms are files with the file type STL.<br />
STL is an acronym for stereolithography. Sometimes it is referred to as Standard Triangle Language or Standard Tessellation Language. Nevertheless, the file content describes the model geometrically.</p>
<p>For educational purposes I&#8217;ve made a simple cube with 20mm edge length.<br />
Go to <a href="https://www.printables.com/model/358740-simple-cube/files">https://www.printables.com/model/358740-simple-cube/files</a> and download the STL</p>
<h2>Slicing</h2>
<p>Your printer can only build up layers one by one, so you need a program called a slicer to slice the geometric figure into movements of the printer&#8217;s stepper motors<br />
The description how your printer should move is normally stored in a so called gcode file which is essentially a text file.</p>
<h3>Import STL</h3>
<p>Open the Prusa Slicer and click File -&gt; Import -Import STL<br />
<img decoding="async" src="https://creatronix.de/wp-content/uploads/2023/01/prusa_slicer_import.png" alt="" class="alignnone size-full wp-image-6568" width="699" height="357" srcset="https://creatronix.de/wp-content/uploads/2023/01/prusa_slicer_import.png 699w, https://creatronix.de/wp-content/uploads/2023/01/prusa_slicer_import-300x153.png 300w" sizes="(max-width: 699px) 100vw, 699px" /></p>
<p>It should look like this now:</p>
<h3><img decoding="async" src="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_prusa_slicer-1024x662.png" alt="" class="alignnone size-large wp-image-6571" width="1024" height="662" srcset="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_prusa_slicer-1024x662.png 1024w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_prusa_slicer-300x194.png 300w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_prusa_slicer-768x497.png 768w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_prusa_slicer-1536x993.png 1536w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_prusa_slicer.png 1698w" sizes="(max-width: 1024px) 100vw, 1024px" /></h3>
<h3>Preview of Slices</h3>
<p>You can switch to the preview of the slicing:</p>
<h3><img decoding="async" src="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_sliced-1024x806.png" alt="" class="alignnone size-large wp-image-6569" width="1024" height="806" srcset="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_sliced-1024x806.png 1024w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_sliced-300x236.png 300w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_sliced-768x605.png 768w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_sliced.png 1138w" sizes="(max-width: 1024px) 100vw, 1024px" /></h3>
<h3>Export G-code</h3>
<p>Fiel -&gt; Export -&gt; Export G-code</p>
<h3><img decoding="async" src="https://creatronix.de/wp-content/uploads/2023/01/prusa_slicer_export.png.png" alt="" class="alignnone size-full wp-image-6575" width="778" height="446" srcset="https://creatronix.de/wp-content/uploads/2023/01/prusa_slicer_export.png.png 778w, https://creatronix.de/wp-content/uploads/2023/01/prusa_slicer_export.png-300x172.png 300w, https://creatronix.de/wp-content/uploads/2023/01/prusa_slicer_export.png-768x440.png 768w" sizes="(max-width: 778px) 100vw, 778px" /></h3>
<h3>What is G-code?</h3>
<p>G-code is a programming language used to send commands to a machine controller, such as a CNC mill or 3D printer.<br />
It consists of a series of codes that represent specific actions or movements, along with numerical values that represent the parameters of those actions.<br />
For example, the code &#8220;G01 X10 Y20 Z30&#8221; might tell the machine to move to a specific point in 3D space, with the X, Y, and Z values representing the coordinates of that point. G-code is used in a wide variety of manufacturing and production applications, and is typically used to control the movement of machine tools, robots, and other automated systems.</p>
<p>Our G-code looks like this</p>
<div class="hcb_wrap">
<pre class="prism line-numbers lang-plain" data-lang="Plain Text"><code>M104 S210 
M140 S60</code></pre>
</div>
<p>This sets the extruder temperature to 210 degrees Celsius and the bed temperature to 60 degrees</p>
<p>An actual printing command looks like this:</p>
<div class="hcb_wrap">
<pre class="prism line-numbers lang-plain" data-lang="Plain Text"><code>G1 X133.93 Y96.497 E.02664</code></pre>
</div>
<h2>Printing</h2>
<p>Now it&#8217;s time to load the file onto an SD card and start printing</p>
<p><img decoding="async" src="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_loading-1024x768.jpg" alt="" class="alignnone size-large wp-image-6574" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_loading-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_loading-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_loading-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_loading-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_loading-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>The printer is going to start heating</p>
<p><img decoding="async" src="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_waiting_for_printing-1024x768.jpg" alt="" class="alignnone size-large wp-image-6576" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_waiting_for_printing-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_waiting_for_printing-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_waiting_for_printing-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_waiting_for_printing-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_waiting_for_printing-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<h3>Video of the print</h3>
<p>I&#8217;ve made a YouTube video to show you the print in progress:</p>
<p><iframe title="Timelapse Cube Printing" width="1200" height="675" src="https://www.youtube.com/embed/3yvWPo09wGk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></p>
<h2>Finished Print</h2>
<p>This a what the finished print looks like:</p>
<p><img decoding="async" src="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_finished-1024x768.jpg" alt="" class="alignnone size-large wp-image-6572" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_finished-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_finished-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_finished-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_finished-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_finished-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>This is printed with 0.3mm draft settings on the Prusa Slicer. That is why you can see the individual layers.</p>
<h3>Accuracy</h3>
<p>I took my calipers to measure the printed cube. It came out quite accurate.</p>
<h2><img decoding="async" src="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_measured-1024x768.jpg" alt="" class="alignnone size-large wp-image-6570" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2023/01/simple_cube_measured-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_measured-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_measured-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_measured-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2023/01/simple_cube_measured-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></h2>
<h2>Further Reading</h2>
<p><a href="https://www.prusa3d.com/page/prusaslicer_424">https://www.prusa3d.com/page/prusaslicer_424</a></p>
<p><a href="https://all3dp.com/2/best-thingiverse-alternatives/">https://all3dp.com/2/best-thingiverse-alternatives/</a></p>
<p><a href="https://www.adobe.com/creativecloud/file-types/image/vector/stl-file.html">https://www.adobe.com/creativecloud/file-types/image/vector/stl-file.html</a></p>
<p><a href="https://reprap.org/wiki/G-code">https://reprap.org/wiki/G-code</a></p>
<p><a href="https://youtu.be/2TByiMNduss">https://youtu.be/2TByiMNduss</a></p>
<p>The post <a href="https://creatronix.de/introduction-to-3d-printing/">Introduction to 3d printing</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Interview with maker Jens Dittmar</title>
		<link>https://creatronix.de/interview-jens-dittmar/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Thu, 11 Aug 2022 12:10:17 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=5827</guid>

					<description><![CDATA[<p>This article is an interview with Jens Dittmar long-term friend and colleague. He also got me into 3d printing Hi Jens! Thanks for taking the time for this interview. Can you tell us a bit about yourself? My name is Jens and I am a software engineer, gamer, tinkerer and nerd. And I know, I&#8230;</p>
<p>The post <a href="https://creatronix.de/interview-jens-dittmar/">Interview with maker Jens Dittmar</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This article is an interview with Jens Dittmar long-term friend and colleague. He also got me into 3d printing</p>
<p><strong><img decoding="async" src="https://creatronix.de/wp-content/uploads/2022/08/jens.jpg" alt="" class="alignnone size-full wp-image-5842" width="400" height="400" srcset="https://creatronix.de/wp-content/uploads/2022/08/jens.jpg 400w, https://creatronix.de/wp-content/uploads/2022/08/jens-300x300.jpg 300w, https://creatronix.de/wp-content/uploads/2022/08/jens-150x150.jpg 150w" sizes="(max-width: 400px) 100vw, 400px" /></strong></p>
<p><strong>Hi Jens! Thanks for taking the time for this interview. Can you tell us a bit about yourself?</strong></p>
<p>My name is Jens and I am a software engineer, gamer, tinkerer and nerd. And I know, I influenced about 7 to 10 people to buy a 3D printer as well &#8230;</p>
<p><strong>What got you started with 3d printing?</strong></p>
<p>When I started with some diy projects, like building a smart mirror, I started to see the potential of real custom builds large or small.</p>
<p><strong>What was your first print?</strong></p>
<p>Very classic, the 3DBenchy and the Planetary Gear, that were included on the SD-card, that came with the printer.<br />
Other than that, one of my first prints was &#8220;chibi grim&#8221; by @twiesner (<a href="https://www.myminifactory.com/de/object/3d-print-chibi-grim-24430">https://www.myminifactory.com/de/object/3d-print-chibi-grim-24430</a>).<br />
My wife was painting the little figure for me and it has been standing on my desk since then.</p>
<h2><img decoding="async" src="https://creatronix.de/wp-content/uploads/2022/08/chibi_grim-1024x768.jpg" alt="" class="alignnone size-large wp-image-5835" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/08/chibi_grim-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/08/chibi_grim-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/08/chibi_grim-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/08/chibi_grim-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/08/chibi_grim.jpg 1739w" sizes="(max-width: 1024px) 100vw, 1024px" /></h2>
<p><strong>What printer do you own?</strong></p>
<p>I own a Prusa i3 mk3s with the mmu2s. The Printer started as a Prusa i3 mk3 and got updated later on, when I got the mmu (multi material unit) upgrade.</p>
<p>I bought the kit and assembled the printer and the mmu myself. I never had any serious issues with that printer, since I got it about 4 years ago.</p>
<p>The mmu enables me to print up to 5 different filaments or colors in one layer. It also enables me to do automatic filament switches at specific heights or even setup spool join to use an old spool and let the printer switch to the next one, once the old filament is used up.</p>
<p><strong>Tell us about your toolchain</strong></p>
<p>I was playing around with octoprint on a Raspberry Pi once, but it was a bit laggy and complicated everything a bit. Especially as the printer is standing in my office next to my desk, there was not really a reason for remote access. Hence I use some SD-cards to get the files to the printer.</p>
<p>Other than that, I use PrusaSlicer to convert stl into gcode. Depending on the print I set up the print as a single color or mmu print. In order to be able to switch different colors or filaments automatically, I have a bit more complex setup for my spools. The spool holders I use are printed as well and use gravity, to retract the filament onto the spool, when it comes out of the printer again at a filament change.<br />
In the picture you can see my current setup.</p>
<p><img decoding="async" src="https://creatronix.de/wp-content/uploads/2022/08/workplace_setup-771x1024.jpg" alt="" class="alignnone size-large wp-image-5836" width="771" height="1024" srcset="https://creatronix.de/wp-content/uploads/2022/08/workplace_setup-771x1024.jpg 771w, https://creatronix.de/wp-content/uploads/2022/08/workplace_setup-226x300.jpg 226w, https://creatronix.de/wp-content/uploads/2022/08/workplace_setup-768x1020.jpg 768w, https://creatronix.de/wp-content/uploads/2022/08/workplace_setup.jpg 982w" sizes="(max-width: 771px) 100vw, 771px" /></p>
<p><strong>Which is your favorite platform for 3d models and why?</strong></p>
<p>I started with <a href="http://thingiverse.com">thingiverse.com</a>, which is still the platform with a lot, if not the most, models on.</p>
<p>But I don&#8217;t like it too much, the software is also old and did not get updated for quite some time.</p>
<p>I started using <a href="http://myminifactory.com">myminifactory.com</a> shortly after, which I like a lot more, but there are still less models to be found here. I used both platforms also to publish my own models, but the last files I only uploaded to myminifactory.</p>
<p><a href="http://Prusaprinters.com">Prusaprinters.com</a> is another one I started using more and more lately. In general for searching, <a href="http://yeggi.com">yeggi.com</a> is a great place, where you can find most platforms as yeggi is not a platform, but more a search engine for 3D print models.</p>
<p><strong>What is your all time favorite model?</strong></p>
<p>I think that&#8217;s still the &#8220;chibi grim&#8221; by @twiesner, which was one of my first prints as well. But &#8230; now with a little twist &#8230;<br />
Prusa is constantly developing and releasing their firmware and software and so, one of the later releases of PrusaSlicer, got a new feature I was waiting for a few years. It allows now to &#8220;paint&#8221; non mmu models to assign different colors or materials. So I converted the model into a mmu model and printed it directly in 5 colors (sand, black, brown, silver, white).</p>
<p>The result is absolutely great and this model is now placed on my desk at work and home.</p>
<p><img decoding="async" src="https://creatronix.de/wp-content/uploads/2022/08/chibi_grim_mmu-1024x771.jpg" alt="" class="alignnone size-large wp-image-5834" width="1024" height="771" srcset="https://creatronix.de/wp-content/uploads/2022/08/chibi_grim_mmu-1024x771.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/08/chibi_grim_mmu-300x226.jpg 300w, https://creatronix.de/wp-content/uploads/2022/08/chibi_grim_mmu-768x578.jpg 768w, https://creatronix.de/wp-content/uploads/2022/08/chibi_grim_mmu-1536x1156.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/08/chibi_grim_mmu.jpg 1732w" sizes="(max-width: 1024px) 100vw, 1024px" /><br />
Other than that, there are so many great models or prints that I like a lot &#8230;</p>
<p><strong>Tell us about your own designs</strong></p>
<p>For my own models I use <a href="http://onshape.com">onshape.com</a>. The reason why I use this over something else like fusion360 for example is that it runs completely on the web, so I only need a browser to access it.</p>
<p>That enables me to use it regardless if I am on my Windows, Linux or ChromeOS machine. It is free for private use, and that&#8217;s all I use it for. I don&#8217;t make any profit on anything I create, it&#8217;s just a hobby.</p>
<p><strong>What would you print if you had no limitations?</strong></p>
<p>In my opinion, 3D printing is just the first step towards the replicators of starship Enterprise.</p>
<p>Hence I would like to replicate or create anything. Also, private 3D printers are just a very small part of that great technology.</p>
<p>There are a lot of different systems in the industry as well like Stereolithographie (SLA), Fusion Deposition Modeling (FDM), Selective Laser Sintering (SLS), Binder Jetting (BJ), Material Jetting (MJ) and many others.</p>
<p><strong>Thank you for the interview!</strong></p>
<p>Here you can find Jens and his projects online</p>
<p><a href="https://jendit.blogspot.com/">https://jendit.de</a></p>
<p><a href="https://www.instagram.com/jens_dittmar/">https://www.instagram.com/jens_dittmar/</a></p>
<p><a href="https://www.thingiverse.com/jendit/designs">https://www.thingiverse.com/jendit/designs</a></p>
<p><a href="https://www.myminifactory.com/users/jendit">https://www.myminifactory.com/users/jendit</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://creatronix.de/interview-jens-dittmar/">Interview with maker Jens Dittmar</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The gridfinity system is a game changer</title>
		<link>https://creatronix.de/the-gridfinity-system-is-a-game-changer/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Wed, 20 Jul 2022 12:48:19 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=5718</guid>

					<description><![CDATA[<p>The System The gridfinity system is a storage solution based on a 4cm x 4cm grid. It was developed by Zack Freedman because he was as frustrated with standard sorting boxes. Baseplates Standard Weighted Baseplates &#160; Container The charm of this container is the inner slope which makes taking out parts easier. Pen Holder Holders&#8230;</p>
<p>The post <a href="https://creatronix.de/the-gridfinity-system-is-a-game-changer/">The gridfinity system is a game changer</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>The System</h2>
<p>The gridfinity system is a storage solution based on a 4cm x 4cm grid.</p>
<p>It was developed by Zack Freedman because he was as frustrated with standard sorting boxes.</p>
<h2>Baseplates</h2>
<h3>Standard</h3>
<h3><img decoding="async" src="https://creatronix.de/wp-content/uploads/2022/07/img_4121-1024x894.jpg" class="alignnone size-large wp-image-5760" alt="" width="1024" height="894" srcset="https://creatronix.de/wp-content/uploads/2022/07/img_4121-1024x894.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/07/img_4121-300x262.jpg 300w, https://creatronix.de/wp-content/uploads/2022/07/img_4121-768x670.jpg 768w, https://creatronix.de/wp-content/uploads/2022/07/img_4121-1536x1341.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/07/img_4121-2048x1787.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></h3>
<h3>Weighted Baseplates</h3>
<p>&nbsp;</p>
<h2><img decoding="async" src="https://creatronix.de/wp-content/uploads/2022/07/img_4116-1024x768.jpg" class="alignnone size-large wp-image-5762" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/07/img_4116-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/07/img_4116-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/07/img_4116-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/07/img_4116-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/07/img_4116-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></h2>
<h2>Container</h2>
<h2><img decoding="async" src="https://creatronix.de/wp-content/uploads/2022/07/img_4119-1024x768.jpg" class="alignnone size-large wp-image-5759" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/07/img_4119-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/07/img_4119-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/07/img_4119-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/07/img_4119-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/07/img_4119-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></h2>
<p>The charm of this container is the inner slope which makes taking out parts easier.</p>
<h2>Pen Holder</h2>
<p><img decoding="async" src="https://creatronix.de/wp-content/uploads/2022/07/img_4161-1024x768.jpg" class="alignnone size-large wp-image-5758" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/07/img_4161-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/07/img_4161-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/07/img_4161-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/07/img_4161-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/07/img_4161-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<h2>Holders for Tweezers</h2>
<p><img decoding="async" src="https://creatronix.de/wp-content/uploads/2022/07/img_4311-scaled.jpg" class="size-full" /></p>
<h2>Resources</h2>
<p><a href="https://thangs.com/designer/ZackFreedman">https://thangs.com/designer/ZackFreedman</a></p>
<p>The post <a href="https://creatronix.de/the-gridfinity-system-is-a-game-changer/">The gridfinity system is a game changer</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>5 reasons you need an Octopi for your Prusa 3d printer</title>
		<link>https://creatronix.de/5-reasons-you-need-an-octopi-for-your-prusa-3d-printer/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Sat, 19 Mar 2022 08:33:46 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=5314</guid>

					<description><![CDATA[<p>Motivation In this article I will show you five reasons why you might need an Octopi for your Prusa 3d printer Monitoring Owning a 3d printer is not subtle: you need a good amount of space and the printer generates a lot of noise. So a separate room or a place in the basement are&#8230;</p>
<p>The post <a href="https://creatronix.de/5-reasons-you-need-an-octopi-for-your-prusa-3d-printer/">5 reasons you need an Octopi for your Prusa 3d printer</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Motivation</h2>
<p>In this article I will show you five reasons why you might need an Octopi for your Prusa 3d printer</p>
<h2>Monitoring</h2>
<h2><img decoding="async" class="alignnone size-large wp-image-5225" src="https://creatronix.de/wp-content/uploads/2022/02/img_3235-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/02/img_3235-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/02/img_3235-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/02/img_3235-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/02/img_3235-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/02/img_3235-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></h2>
<p>Owning a 3d printer is not subtle: you need a good amount of space and the printer generates a lot of noise. So a separate room or a place in the basement are quite common.</p>
<p>But then you have to walk over to have an eye on the print. In case it fails you want to stop it immediately before more filament gets wasted.</p>
<p>Octopi fro the rescue!</p>
<p>With an attached web cam or Raspberry Pi Cam you can monitor what&#8217;s going on on the heatbed.</p>
<h2><img decoding="async" class="alignnone size-large wp-image-5317" src="https://creatronix.de/wp-content/uploads/2022/03/web_cam_1-1024x921.png" alt="" width="1024" height="921" srcset="https://creatronix.de/wp-content/uploads/2022/03/web_cam_1-1024x921.png 1024w, https://creatronix.de/wp-content/uploads/2022/03/web_cam_1-300x270.png 300w, https://creatronix.de/wp-content/uploads/2022/03/web_cam_1-768x691.png 768w, https://creatronix.de/wp-content/uploads/2022/03/web_cam_1.png 1094w" sizes="(max-width: 1024px) 100vw, 1024px" /></h2>
<h2>Status updates and notification on finished builds</h2>
<p>You can install the telegram plugin and create a telegram bot to get status updates when you are not home.</p>
<h2><img decoding="async" class="alignnone size-large wp-image-5318" src="https://creatronix.de/wp-content/uploads/2022/03/octopi_telegram_bot-1024x677.png" alt="" width="1024" height="677" srcset="https://creatronix.de/wp-content/uploads/2022/03/octopi_telegram_bot-1024x677.png 1024w, https://creatronix.de/wp-content/uploads/2022/03/octopi_telegram_bot-300x198.png 300w, https://creatronix.de/wp-content/uploads/2022/03/octopi_telegram_bot-768x508.png 768w, https://creatronix.de/wp-content/uploads/2022/03/octopi_telegram_bot.png 1323w" sizes="(max-width: 1024px) 100vw, 1024px" /></h2>
<h2>No more SD card switching</h2>
<p>One great advantage of the Octopi is the ability to upload your gcode files via the web interface.</p>
<p>No more SD card switching!</p>
<h2>Controlling the Axis</h2>
<p>On the Control tab you have the ability to move the axis via mouse so you don&#8217;t have to scroll through the Prusa menu anymore.</p>
<h2>Making Time lapse videos</h2>
<p>If a camera is attached to the octopi you can enable the time lapse feature. Every time you start a build a time lapse video is saved to the rapsberry sd card.</p>
<p>You can download it via the web interface as well.</p>
<p><iframe title="Prusa Timelapse OlliStinkeFinger" width="1200" height="900" src="https://www.youtube.com/embed/6-ss2hgmwsI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://creatronix.de/5-reasons-you-need-an-octopi-for-your-prusa-3d-printer/">5 reasons you need an Octopi for your Prusa 3d printer</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Camera Holder for RaspberryPi Camera</title>
		<link>https://creatronix.de/camera-holder-for-raspberrypi-camera/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Sat, 05 Mar 2022 09:26:33 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=5261</guid>

					<description><![CDATA[<p>Motivation Fiddling around with octoprint I figured that I needed a case and holder for the Raspberry Cam Cam case Printables.com for the rescue: Sneaks has a lot of cool designs and I fell in love with the Articulating Raspberry Pi Camera Mount for Prusa MK3 and MK2 The parts Here you can see all&#8230;</p>
<p>The post <a href="https://creatronix.de/camera-holder-for-raspberrypi-camera/">Camera Holder for RaspberryPi Camera</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Motivation</h2>
<p>Fiddling around with octoprint I figured that I needed a case and holder for the Raspberry Cam</p>
<h2>Cam case</h2>
<p>Printables.com for the rescue: <a href="https://www.printables.com/de/social/17505-sneaks">Sneaks</a> has a lot of cool designs and I fell in love with the <a href="https://www.printables.com/de/model/3407-articulating-raspberry-pi-camera-mount-for-prusa-m">Articulating Raspberry Pi Camera Mount for Prusa MK3 and MK2</a></p>
<h2>The parts</h2>
<p>Here you can see all the individual parts</p>
<h3><img decoding="async" class="alignnone size-large wp-image-5307" src="https://creatronix.de/wp-content/uploads/2022/03/img_3341-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/03/img_3341-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/03/img_3341-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/03/img_3341-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/03/img_3341-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/03/img_3341-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></h3>
<h3></h3>
<p>&nbsp;</p>
<h2>Bill of material</h2>
<ul>
<li>xAxisBracket.STL (1x)</li>
<li>ffLink_90_support.ST (1x)</li>
<li>mfLink_90.STL (2x)</li>
<li>BallNut.STL (1x)</li>
<li>raspiCamBack.STL (1x)</li>
<li>raspiCamCover_NoLense.STL (1x)</li>
<li>Thumb_Bolt.STL (3x)</li>
<li>Thumb_Nut.STL (2x)</li>
</ul>
<h2>Assembly</h2>
<p><img decoding="async" class="alignnone size-large wp-image-5272" src="https://creatronix.de/wp-content/uploads/2022/03/img_3292-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/03/img_3292-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/03/img_3292-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/03/img_3292-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/03/img_3292-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/03/img_3292-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><img decoding="async" class="alignnone size-large wp-image-5271" src="https://creatronix.de/wp-content/uploads/2022/03/img_3291-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/03/img_3291-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/03/img_3291-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/03/img_3291-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/03/img_3291-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/03/img_3291-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<h2><img decoding="async" class="alignnone size-large wp-image-5309" src="https://creatronix.de/wp-content/uploads/2022/03/img_3355-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/03/img_3355-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/03/img_3355-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/03/img_3355-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/03/img_3355-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/03/img_3355-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></h2>
<h2>Video</h2>
<p>I&#8217;ve made a video to show you in detail how the cam holder is assembled and installed onto the Prusa i3</p>
<p><iframe title="How to install a Cam Holder for Octopi on your Prusa i3" width="1200" height="675" src="https://www.youtube.com/embed/StKlBfBd5u4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></p>
<p>The post <a href="https://creatronix.de/camera-holder-for-raspberrypi-camera/">Camera Holder for RaspberryPi Camera</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>5 reasons why your 3d prints fail</title>
		<link>https://creatronix.de/5-reasons-why-your-3d-prints-fail/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Wed, 02 Mar 2022 06:59:31 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<category><![CDATA[filament]]></category>
		<category><![CDATA[pla]]></category>
		<category><![CDATA[prusa]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=5227</guid>

					<description><![CDATA[<p>When you are new to 3d printing your first prints will likely fail or not produce the desired results right away. Here are 5 common issues with 3d printing. Heatbed dirty When you do not clean the heatbed properly before a print you may encounter issues with the adhesion. So please clean the heatbed before&#8230;</p>
<p>The post <a href="https://creatronix.de/5-reasons-why-your-3d-prints-fail/">5 reasons why your 3d prints fail</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When you are new to 3d printing your first prints will likely fail or not produce the desired results right away.</p>
<p>Here are 5 common issues with 3d printing.</p>
<h2>Heatbed dirty</h2>
<p><img decoding="async" class="alignnone size-large wp-image-5246" src="https://creatronix.de/wp-content/uploads/2022/03/img_3273-768x1024.jpg" alt="" width="768" height="1024" srcset="https://creatronix.de/wp-content/uploads/2022/03/img_3273-768x1024.jpg 768w, https://creatronix.de/wp-content/uploads/2022/03/img_3273-225x300.jpg 225w, https://creatronix.de/wp-content/uploads/2022/03/img_3273-1152x1536.jpg 1152w, https://creatronix.de/wp-content/uploads/2022/03/img_3273-1536x2048.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/03/img_3273-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" />When you do not clean the heatbed properly before a print you may encounter issues with the adhesion.</p>
<p>So please clean the heatbed before you print on it.</p>
<p>For that purpose it is recommended to use <a href="https://amzn.to/3tfDpD6">Isopropyl</a></p>
<h2>Heatbed not heated</h2>
<p><img decoding="async" class="alignnone size-large wp-image-5224" src="https://creatronix.de/wp-content/uploads/2022/02/img_3208-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/02/img_3208-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/02/img_3208-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/02/img_3208-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/02/img_3208-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/02/img_3208-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>This was my first fuckup: I&#8217;ve downloaded an STL from thingiverse and converted to gcode without checking the settings</p>
<p>The heatbed stayed at room temperature and voila the print didn&#8217;t stick to the plate.</p>
<p>You can easily fix this in the Prusa slicer by adding a custom filament.</p>
<p><img decoding="async" class="alignnone size-full wp-image-5228" src="https://creatronix.de/wp-content/uploads/2022/02/pla_settings.png" alt="" width="759" height="269" srcset="https://creatronix.de/wp-content/uploads/2022/02/pla_settings.png 759w, https://creatronix.de/wp-content/uploads/2022/02/pla_settings-300x106.png 300w" sizes="(max-width: 759px) 100vw, 759px" /></p>
<p>Take a look at the setting &#8220;Bed&#8221;: 60 degrees Celsius did the trick for me</p>
<h2>No support material</h2>
<p><img decoding="async" class="alignnone size-large wp-image-5225" src="https://creatronix.de/wp-content/uploads/2022/02/img_3235-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/02/img_3235-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/02/img_3235-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/02/img_3235-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/02/img_3235-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/02/img_3235-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>Another thing I&#8217;ve learned the hard way: many models don&#8217;t work out of the box. You need to add some structures to support beams and overhangs.</p>
<p>In the Prusa slicer you can add it by enabling &#8220;Auto generated supports&#8221; in the Print Settings tab.</p>
<h2><img decoding="async" class="alignnone size-full wp-image-5239" src="https://creatronix.de/wp-content/uploads/2022/03/support_material.png" alt="" width="645" height="147" srcset="https://creatronix.de/wp-content/uploads/2022/03/support_material.png 645w, https://creatronix.de/wp-content/uploads/2022/03/support_material-300x68.png 300w" sizes="(max-width: 645px) 100vw, 645px" /></h2>
<h2>Wrong First Layer calibration</h2>
<p>When layer height isn&#8217;t set up properly you will get poor print quality.</p>
<p>Please have a look at <a href="https://creatronix.de/why-is-the-benchy-the-most-printed-3d-print/">Why is the Benchy the most printed 3D print?</a></p>
<p>For the Prusa i3 you can read:</p>
<p><a href="https://help.prusa3d.com/en/article/first-layer-calibration-i3_112364">https://help.prusa3d.com/en/article/first-layer-calibration-i3_112364</a></p>
<p>&nbsp;</p>
<h2>Settings not optimized to the used filament</h2>
<p><img decoding="async" class="alignnone size-large wp-image-5223" src="https://creatronix.de/wp-content/uploads/2022/02/img_3248-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/02/img_3248-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/02/img_3248-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/02/img_3248-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/02/img_3248-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/02/img_3248-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>When you are using different types or suppliers of filament you may encounter issues with the print quality.</p>
<p>So when using a new kind of filament I recommend you to print a so called Temp Tower. You can then see which temperature works the best with the specific type of filament.</p>
<p><a href="https://www.prusaprinters.org/de/prints/4667-all-in-one-temperature-bridging-tower-pla-petg-gco/files">https://www.prusaprinters.org/de/prints/4667-all-in-one-temperature-bridging-tower-pla-petg-gco/files</a></p>
<p>Pro tip: When you are happy with the print results stick to that specific brand / supplier of filament, In my case I&#8217;m very happy with PLA from <a href="https://www.dasfilament.de/">Das Filament</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://creatronix.de/5-reasons-why-your-3d-prints-fail/">5 reasons why your 3d prints fail</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Why is the Benchy the most printed 3D print?</title>
		<link>https://creatronix.de/why-is-the-benchy-the-most-printed-3d-print/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Sun, 27 Feb 2022 08:23:28 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=5135</guid>

					<description><![CDATA[<p>Before I got my first 3D printer I wondered why everyone printed this little cute looking boat called Benchy. And guess what I&#8217;ve printed first after I&#8217;ve assembled my Prusa i3 MK3S+ ? Of course, a Benchy 🙂 History of the Benchy The Benchy is around since 2015 and is a used as a benchmark&#8230;</p>
<p>The post <a href="https://creatronix.de/why-is-the-benchy-the-most-printed-3d-print/">Why is the Benchy the most printed 3D print?</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Before I got my first 3D printer I wondered why everyone printed this little cute looking boat called Benchy.</p>
<p>And guess what I&#8217;ve printed first after I&#8217;ve assembled my <a href="https://creatronix.de/prusa-i3-mk3s-assembly/">Prusa i3 MK3S+</a> ?</p>
<p>Of course, a Benchy 🙂</p>
<h2>History of the Benchy</h2>
<p>The <a href="https://www.3dbenchy.com/">Benchy</a> is around since 2015 and is a used as a benchmark for 3D printers.</p>
<p>With this tiny little boat you can assess the quality of your printer / filament / calibration.</p>
<p>This model contains a lot of different challenges for 3d printers like tiny holes, slopes, large overhangs, cylindrical shapes which reveal issues with the calibration or build quality of the printer.</p>
<h2>The first attempt</h2>
<p>The first Benchy I&#8217;ve printed, was quite ok in overall print quality, but the bottom side revealed some issue with the nozzle distance to the heatbed.</p>
<p>When the nozzle is to far away fro the heatbed, the first layer isn&#8217;t smooth. So this needs some calibration.</p>
<p><img decoding="async" class="alignnone size-large wp-image-5208" src="https://creatronix.de/wp-content/uploads/2022/02/img_3204-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/02/img_3204-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/02/img_3204-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/02/img_3204-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/02/img_3204-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/02/img_3204-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<h2>The second attempt</h2>
<p>A tip came from Jens Dittmar: Set the Mesh bed leveling to 7&#215;7.</p>
<p>The Mesh bed leveling settings can be found under <em>Settings &#8211; Mesh bed Leveling</em></p>
<p>When you change the setting from 3&#215;3 to 7&#215;7 the printer will use 49 test points instead of 9.</p>
<p>After that I did another Z-Axis calibration and adjusted the nozzle closer to the heatdbed.</p>
<p>This was the result:</p>
<p><img decoding="async" class="alignnone size-large wp-image-5206" src="https://creatronix.de/wp-content/uploads/2022/02/img_3228-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/2022/02/img_3228-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/2022/02/img_3228-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/2022/02/img_3228-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/2022/02/img_3228-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/2022/02/img_3228-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>This came out actually quite nice. To further optimize the prints I got the recommendation to print a temp tower to align the print temperature to the used filament.</p><p>The post <a href="https://creatronix.de/why-is-the-benchy-the-most-printed-3d-print/">Why is the Benchy the most printed 3D print?</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>X- &#038; Z-Axis Assembly – Prusa i3 MK3S+</title>
		<link>https://creatronix.de/x-z-axis-assembly-prusa-i3-mk3s/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Mon, 21 Feb 2022 09:35:43 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=5153</guid>

					<description><![CDATA[<p>Assembling the Y-Axis of the Prusa i3 made a lot of fun. So up to the next: X-Axis The assembly is pretty straight forward. The manual has enough imagery and the description is very detailed. One tip: instead of using the included allen keys consider using a little electric screwdriver like the Bosch IXO. It&#8230;</p>
<p>The post <a href="https://creatronix.de/x-z-axis-assembly-prusa-i3-mk3s/">X- &#038; Z-Axis Assembly – Prusa i3 MK3S+</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Assembling the <a href="https://creatronix.de/y-axis-assembly-prusa-i3-mk3s/">Y-Axis</a> of the Prusa i3 made a lot of fun. So up to the next:</p>
<h2>X-Axis</h2>
<p>The assembly is pretty straight forward. The manual has enough imagery and the description is very detailed.</p>
<blockquote><p>One tip: instead of using the included allen keys consider using a little electric screwdriver like the Bosch IXO. It can save you some time.</p></blockquote>
<p><img decoding="async" class="alignnone wp-image-5142 size-large" src="https://creatronix.de/wp-content/uploads/prusa/img_3079-scaled-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3079-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3079-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3079-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3079-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3079-scaled-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p><img decoding="async" class="alignnone size-large wp-image-5140" src="https://creatronix.de/wp-content/uploads/prusa/img_3080-scaled-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3080-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3080-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3080-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3080-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3080-scaled-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><img decoding="async" class="alignnone size-large wp-image-5139" src="https://creatronix.de/wp-content/uploads/prusa/img_3081-scaled-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3081-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3081-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3081-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3081-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3081-scaled-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><img decoding="async" class="alignnone size-large wp-image-5144" src="https://creatronix.de/wp-content/uploads/prusa/img_3082-scaled-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3082-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3082-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3082-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3082-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3082-scaled-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><img decoding="async" class="alignnone size-large wp-image-5141" src="https://creatronix.de/wp-content/uploads/prusa/img_3083-scaled-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3083-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3083-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3083-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3083-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3083-scaled-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<h2>Z-Axis</h2>
<p><img decoding="async" class="alignnone size-large wp-image-5143" src="https://creatronix.de/wp-content/uploads/prusa/img_3101-scaled-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3101-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3101-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3101-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3101-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3101-scaled-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><br />
<img decoding="async" class="alignnone size-large wp-image-5151" src="https://creatronix.de/wp-content/uploads/prusa/img_3102-scaled-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3102-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3102-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3102-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3102-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3102-scaled-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><br />
<img decoding="async" class="alignnone wp-image-5152 size-large" src="https://creatronix.de/wp-content/uploads/prusa/img_3103-scaled-e1645436071763-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3103-scaled-e1645436071763-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3103-scaled-e1645436071763-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3103-scaled-e1645436071763-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3103-scaled-e1645436071763-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3103-scaled-e1645436071763-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><br />
<img decoding="async" class="alignnone size-large wp-image-5146" src="https://creatronix.de/wp-content/uploads/prusa/img_3104-scaled-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3104-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3104-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3104-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3104-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3104-scaled-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p><img decoding="async" class="alignnone size-large wp-image-5147" src="https://creatronix.de/wp-content/uploads/prusa/img_3105-scaled-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3105-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3105-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3105-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3105-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3105-scaled-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><br />
<img decoding="async" class="alignnone wp-image-5149 size-large" src="https://creatronix.de/wp-content/uploads/prusa/img_3106-scaled-e1645436049384-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3106-scaled-e1645436049384-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3106-scaled-e1645436049384-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3106-scaled-e1645436049384-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3106-scaled-e1645436049384-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3106-scaled-e1645436049384-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><br />
<img decoding="async" class="alignnone size-large wp-image-5150" src="https://creatronix.de/wp-content/uploads/prusa/img_3107-scaled-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3107-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3107-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3107-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3107-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3107-scaled-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><br />
<img decoding="async" class="alignnone size-large wp-image-5148" src="https://creatronix.de/wp-content/uploads/prusa/img_3108-scaled-1024x768.jpg" alt="" width="1024" height="768" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3108-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3108-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3108-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3108-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3108-scaled-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>The post <a href="https://creatronix.de/x-z-axis-assembly-prusa-i3-mk3s/">X- &#038; Z-Axis Assembly – Prusa i3 MK3S+</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Y-Axis Assembly &#8211; Prusa i3 MK3S+</title>
		<link>https://creatronix.de/y-axis-assembly-prusa-i3-mk3s/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Sun, 13 Feb 2022 16:44:55 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=5093</guid>

					<description><![CDATA[<p>The Tools Prusa included some tools. Pliers, a screwdriver and some hex wrenches. Their claim is that this is all you need to assemble the printer. While that might be true you should consider some additional tools. An electric screwdriver with the correct bits speeds up the process. And a hex socket should be used&#8230;</p>
<p>The post <a href="https://creatronix.de/y-axis-assembly-prusa-i3-mk3s/">Y-Axis Assembly &#8211; Prusa i3 MK3S+</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>The Tools</h2>
<p><img decoding="async" class="alignnone wp-image-5072" src="https://creatronix.de/wp-content/uploads/prusa/img_3005-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3005-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3005-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3005-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3005-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3005-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>Prusa included some tools. Pliers, a screwdriver and some hex wrenches.</p>
<p>Their claim is that this is all you need to assemble the printer. While that might be true you should consider some additional tools.</p>
<p>An electric screwdriver with the correct bits speeds up the process. And a hex socket should be used to fasten the hex nuts.</p>
<h2>YZ frame assembly</h2>
<p><img decoding="async" class="alignnone wp-image-5068" src="https://creatronix.de/wp-content/uploads/prusa/img_3007-scaled-1024x768.jpg" alt="" width="600" height="450" /></p>
<p>The first step is to assemble the frame.</p>
<p><img decoding="async" class="alignnone wp-image-5071" src="https://creatronix.de/wp-content/uploads/prusa/img_3008-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3008-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3008-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3008-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3008-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3008-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<h3>Long an short extrusions</h3>
<p>This is an easy thing to do together with your kids. Make sure that the Prusa logo points into the direction of the long extrusions and bob&#8217;s your uncle.</p>
<p><img decoding="async" class="alignnone wp-image-5067" src="https://creatronix.de/wp-content/uploads/prusa/img_3009-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3009-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3009-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3009-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3009-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3009-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img decoding="async" class="alignnone wp-image-5069" src="https://creatronix.de/wp-content/uploads/prusa/img_3010-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3010-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3010-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3010-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3010-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3010-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img decoding="async" class="alignnone wp-image-5075" src="https://creatronix.de/wp-content/uploads/prusa/img_3011-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3011-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3011-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3011-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3011-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3011-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<h3>Front and Rear plate</h3>
<p><img decoding="async" class="alignnone wp-image-5081" src="https://creatronix.de/wp-content/uploads/prusa/img_3012-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3012-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3012-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3012-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3012-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3012-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img decoding="async" class="alignnone wp-image-5073" src="https://creatronix.de/wp-content/uploads/prusa/img_3013-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3013-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3013-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3013-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3013-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3013-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<h3>Inserting the PSU holder</h3>
<p><img decoding="async" class="alignnone wp-image-5074" src="https://creatronix.de/wp-content/uploads/prusa/img_3014-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3014-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3014-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3014-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3014-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3014-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img decoding="async" class="alignnone wp-image-5080" src="https://creatronix.de/wp-content/uploads/prusa/img_3015-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3015-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3015-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3015-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3015-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3015-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<h3>Mounting the antivibration feed</h3>
<p>With a nice little twist and turn the go right into place beneath the frame</p>
<p><img decoding="async" class="alignnone wp-image-5084" src="https://creatronix.de/wp-content/uploads/prusa/img_3016-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3016-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3016-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3016-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3016-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3016-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<h3>Y-belt idler</h3>
<p><img decoding="async" class="alignnone wp-image-5078" src="https://creatronix.de/wp-content/uploads/prusa/img_3017-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3017-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3017-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3017-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3017-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3017-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img decoding="async" class="alignnone wp-image-5082" src="https://creatronix.de/wp-content/uploads/prusa/img_3018-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3018-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3018-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3018-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3018-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3018-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<h3><img decoding="async" class="alignnone wp-image-5079" src="https://creatronix.de/wp-content/uploads/prusa/img_3019-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3019-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3019-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3019-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3019-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3019-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></h3>
<h3>Motor and motor holder</h3>
<p><img decoding="async" class="alignnone wp-image-5083" src="https://creatronix.de/wp-content/uploads/prusa/img_3021-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3021-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3021-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3021-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3021-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3021-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img decoding="async" class="alignnone wp-image-5088" src="https://creatronix.de/wp-content/uploads/prusa/img_3023-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3023-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3023-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3023-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3023-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3023-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<h3>Y-carriage</h3>
<p><img decoding="async" class="alignnone wp-image-5089" src="https://creatronix.de/wp-content/uploads/img_3024-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/img_3024-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/img_3024-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/img_3024-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/img_3024-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/img_3024-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img decoding="async" class="alignnone wp-image-5087" src="https://creatronix.de/wp-content/uploads/prusa/img_3025-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3025-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3025-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3025-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3025-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3025-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img decoding="async" class="alignnone wp-image-5086" src="https://creatronix.de/wp-content/uploads/prusa/img_3026-scaled-768x1024.jpg" alt="" width="450" height="600" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3026-scaled-768x1024.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3026-scaled-225x300.jpg 225w, https://creatronix.de/wp-content/uploads/prusa/img_3026-scaled-1152x1536.jpg 1152w, https://creatronix.de/wp-content/uploads/prusa/img_3026-scaled-1536x2048.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3026-scaled.jpg 1920w" sizes="(max-width: 450px) 100vw, 450px" /></p>
<p><img decoding="async" class="alignnone wp-image-5085" src="https://creatronix.de/wp-content/uploads/prusa/img_3028-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3028-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3028-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3028-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3028-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3028-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img decoding="async" class="alignnone wp-image-5101" src="https://creatronix.de/wp-content/uploads/prusa/img_3035-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3035-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3035-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3035-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3035-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3035-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img decoding="async" class="alignnone wp-image-5104" src="https://creatronix.de/wp-content/uploads/prusa/img_3036-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3036-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3036-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3036-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3036-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3036-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img decoding="async" class="alignnone wp-image-5103" src="https://creatronix.de/wp-content/uploads/prusa/img_3037-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3037-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3037-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3037-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3037-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3037-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p><img decoding="async" class="alignnone wp-image-5102" src="https://creatronix.de/wp-content/uploads/prusa/img_3038-scaled-1024x768.jpg" alt="" width="600" height="450" srcset="https://creatronix.de/wp-content/uploads/prusa/img_3038-scaled-1024x768.jpg 1024w, https://creatronix.de/wp-content/uploads/prusa/img_3038-scaled-300x225.jpg 300w, https://creatronix.de/wp-content/uploads/prusa/img_3038-scaled-768x576.jpg 768w, https://creatronix.de/wp-content/uploads/prusa/img_3038-scaled-1536x1152.jpg 1536w, https://creatronix.de/wp-content/uploads/prusa/img_3038-scaled-2048x1536.jpg 2048w" sizes="(max-width: 600px) 100vw, 600px" /></p>
<p>&nbsp;</p>
<p><iframe title="Prusa Y-Axis Assembly" width="1200" height="675" src="https://www.youtube.com/embed/6tg3A_nFWdc?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p>The post <a href="https://creatronix.de/y-axis-assembly-prusa-i3-mk3s/">Y-Axis Assembly &#8211; Prusa i3 MK3S+</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Prusa i3 MK3S+ Assembly</title>
		<link>https://creatronix.de/prusa-i3-mk3s-assembly/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Sun, 13 Feb 2022 16:08:24 +0000</pubDate>
				<category><![CDATA[3D printing]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=5091</guid>

					<description><![CDATA[<p>As mentioned in my New Year’s Resolutions and Technology Learning Roadmap 2022 I wanted to learn about 3D printing. After a serval hours of contemplating and researching I finally bought a Prusa i3 MK3S+ 3D Printer. I&#8217;ve decided to buy a kit instead of a fully assembled version to save a few bucks and to&#8230;</p>
<p>The post <a href="https://creatronix.de/prusa-i3-mk3s-assembly/">Prusa i3 MK3S+ Assembly</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As mentioned in my <a href="https://creatronix.de/new-years-resolutions-technology-learning-roadmap-2022/">New Year’s Resolutions and Technology Learning Roadmap 2022</a></p>
<p>I wanted to learn about 3D printing. After a serval hours of contemplating and researching I finally bought a <a href="https://www.prusa3d.com/category/original-prusa-i3-mk3s/">Prusa i3 MK3S+ 3D Printer. </a></p>
<p>I&#8217;ve decided to buy a kit instead of a fully assembled version to save a few bucks and to enjoy the process together with my children.</p>
<p>Because the assembly of the kit will take several hours (which we have to split into days 🙂 ) there will be bunch of articles covering each of the steps.</p>
<p>So this is the overview article. Have fun reading the individual parts.</p>
<ul>
<li><a href="https://creatronix.de/y-axis-assembly-prusa-i3-mk3s/">Y-Axis assembly</a></li>
<li><a href="https://creatronix.de/x-z-axis-assembly-prusa-i3-mk3s/">X- &amp; Z-Axis Assembly</a></li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://creatronix.de/prusa-i3-mk3s-assembly/">Prusa i3 MK3S+ Assembly</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
