Browse Source

some more work on arch and fabmin articles

Thomas Buck 4 years ago
parent
commit
bd3fc58689

+ 7
- 0
input/blog/2019/2019_09_09_arch_linux.md View File

@@ -545,3 +545,10 @@ sudo systemctl daemon-reload
545 545
 sudo systemctl enable linux-modules-cleanup
546 546
 </pre>
547 547
 
548
+Of course this project is forever ongoing.
549
+In the future, I'm planning to properly use the other harddisks in my machine, as I'm currently only utilizing the NVMe SSD in there.
550
+For this, I want to combine them all, probably with some kind of RAID, using LVM.
551
+I also have a couple more SSDs in there, so I will probably use one SSD for root, one for home and one as swap.
552
+And of course, I also want to enable full-disk-encryption, but I'm not yet sure how exactly.
553
+This will probably come in another blog post further down the road.
554
+

+ 46
- 4
input/projects/3d-printing/fabrikator-mini.md View File

@@ -102,15 +102,57 @@ Fortunately, [plasticmonk already designed a very good fan mount solution](https
102 102
 TODO photo
103 103
 TODO wiring hotend heatbed part-fan hotend-fan
104 104
 
105
+### Full Graphics Smart LCD
106
+
107
+To be able to properly control the printer and print from the SD Card (before I was using OctoPrint), it is very useful to install some kind of display for status informations and changing settings on-the-fly.
108
+One of the most common solutions there is the [Full Graphics Smart Controller](https://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller) that is available as cheap chinese clones easily.
109
+As there was no good mounting solution available that could also be printed with the Fabrikator Mini itself, I designed [these small mounting brackets](https://www.thingiverse.com/thing:1441146) to hang the display from the front acrylic plate cutout of the machine.
110
+The controller board already has connectors available for the LCD. Just take care that the pinout matches, if I remember correctly I had to switch the connectors around.
111
+
112
+TODO photo
113
+
114
+### Raspberry Pi Zero
115
+
116
+Of course, to really properly utilize a 3D printer, you need OctoPrint!
117
+This is normally used in conjunction with a Raspberry Pi connected to the printer.
118
+It is not recommended to use low-powered Pis (below 2), but I decided to go with a Zero anyways.
119
+I had it lying around without a useful project and the formfactor matches the small Fabrikator Mini perfectly.
120
+As it is also printing very slowly, there's really not much load on the Pi itself, and I never had any problems printing from it.
121
+I do have to admit however, that the OctoPrint webinterface sometimes takes very long to load with this setup.
122
+But once it's there it works fine.
123
+I'm even doing all my slicing for the Fabrikator Mini on the Pi Zero.
124
+
125
+TODO describe power supply situation for Pi, with modded USB cable
126
+
127
+TODO photo
128
+
129
+### Relay Board
130
+
131
+To fully utilize OctoPrint, it also needs a way to control the power supply to the printer.
132
+One popular method to achieve this is an ATX computer power supply.
133
+As I already had my power supply, and because the current of the small Fabrikator Mini is not that huge (and it's not switched under full load), I decided to use a simple two-channel relay board connected to the Pi.
134
+
135
+TODO more text or link to OctoPrint page section?
136
+
137
+TODO photo
138
+
139
+### Webcam
140
+
141
+TODO
142
+
143
+### LED-Strip
144
+
145
+Depending on where the printer is located, it can be very hard to see any details of the printing process.
146
+That's why one of the first modifications I did, long before using OctoPrint, consisted of sticking two pieces of white 12V LED-Strips inside to the backside of the front acrylic plate.
147
+Initially, I wired it to the main 12V connection to the printer, so the light was always turned on whenever the printer was powered.
148
+Nowadays I'm using the second relay connected to the Raspberry Pi Zero to switch the light on and off independently from the printer itself.
149
+This is very convenient to turn the lights off when printing overnight.
150
+
105 151
 ### TODO
106 152
 
107 153
 * Firmware
108 154
 * Feet
109
-* Display mount
110 155
 * Spool mount
111
-* Webcam Mount
112
-* Raspberry Pi mount
113
-* Relais board mount
114 156
 * Slicing Profiles
115 157
 * Print Results Pictures
116 158
 

Loading…
Cancel
Save