|
@@ -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
|
|