Bladeren bron

Add link to Marlin Fabrikator Mini Repo.

Thomas Buck 8 jaren geleden
bovenliggende
commit
63ec936424
1 gewijzigde bestanden met toevoegingen van 10 en 0 verwijderingen
  1. 10
    0
      input/blog/2016/2016_03_24_marlin_fabrikator_mini.md

+ 10
- 0
input/blog/2016/2016_03_24_marlin_fabrikator_mini.md Bestand weergeven

@@ -12,6 +12,16 @@ date = datetime.strptime(page["date"], "%Y-%m-%d").strftime("%B %d, %Y")
12 12
 print "*Posted at %s.*" % date
13 13
 %-->
14 14
 
15
+**Update:**
16
+
17
+As the Marlin Firmware is changing quite often, I’m maintaining [a branch with my configuration on my git server](http://xythobuz.de/git/marlin-fabrikator-mini/). Get it like this:
18
+
19
+<pre class="sh_sh">
20
+git clone http://xythobuz.de/git/marlin-fabrikator-mini/
21
+</pre>
22
+
23
+<hr>
24
+
15 25
 I’ve recently aquired a [Turnigy Fabrikator Mini V1.5](http://www.hobbyking.com/hobbyking/store/__82020__Fabrikator_Mini_3D_Printer_V1_5_Transparent_EU_230V.html) from HobbyKing. This is a very cheap 3D printer with surprisingly good quality.
16 26
 
17 27
 Many 3D printers are based on an Arduino with some stepper motor drivers, commonly on a [RAMPS shield](http://reprap.org/wiki/RAMPS_1.4). The Fabrikator Mini is using an [MKS-Base board](http://reprap.org/wiki/MKS_BASE), which is basically an Arduino Mega (with an ATmega2560) and a RAMPS 1.4 shield on a single PCB.

Laden…
Annuleren
Opslaan