Browse Source

add sparkmaker shelf

Thomas Buck 1 year ago
parent
commit
3130dcfb43

+ 59
- 0
input/projects/3d-printing/sparkmaker_repair.md View File

@@ -4,6 +4,7 @@ parent: 3d-printing
4 4
 position: 35
5 5
 git: https://git.xythobuz.de/thomas/gcode-tools
6 6
 date: 2023-01-03
7
+update: 2023-02-26
7 8
 comments: true
8 9
 ---
9 10
 
@@ -17,6 +18,7 @@ Here I describe what we had to do to get it working.
17 18
 <!--%
18 19
 lightgallery([
19 20
     [ "img/sparkmaker_17.jpg", "Sparkmaker SLA printer" ],
21
+    [ "img/sparkmaker_shelf_1.jpg", "Sparkmaker and tools on shelf" ],
20 22
 ])
21 23
 %-->
22 24
 
@@ -27,6 +29,7 @@ lightgallery([
27 29
 * [First Slicing Experiments](sparkmaker_repair.html#experiments)
28 30
 * [SL1 to WOW File Format Converter Script](sparkmaker_repair.html#script)
29 31
 * [Configuring PrusaSlicer for the Sparkmaker](sparkmaker_repair.html#prusaslicer)
32
+* [Shelf Space (February 2023)](sparkmaker_repair.html#shelf_space)
30 33
 * [More Pictures](sparkmaker_repair.html#more_pictures)
31 34
 
32 35
 ## Endstop Fix
@@ -257,6 +260,62 @@ lightgallery([
257 260
 ])
258 261
 %-->
259 262
 
263
+## Shelf Space (February 2023)
264
+<a class="anchor" name="shelf_space"></a>
265
+
266
+I still had some drawer rails and a wooden plate left over from replacing my [Fabrikator Mini](fabrikator-mini.html) with my new [Laser Engraver](laser-engraver.html) in my [Ikea Lack tower](ikea-lack.html).
267
+So I decided to re-use these to properly store the Sparkmaker.
268
+
269
+<!--%
270
+lightgallery([
271
+    [ "img/sparkmaker_shelf_1.jpg", "Sparkmaker and tools on shelf" ],
272
+    [ "img/sparkmaker_shelf_2.jpg", "Sparkmaker shelf, right side" ],
273
+    [ "img/sparkmaker_shelf_3.jpg", "Sparkmaker shelf, left side" ],
274
+])
275
+%-->
276
+
277
+The [drawer rails](https://amzn.to/41pvjYV) are 300mm long, 45mm high and have a spring mechanism for soft closing.
278
+
279
+To fit the drawer parts I had to print six additional spacers.
280
+The design for these can be whipped out very quickly using OpenSCAD:
281
+
282
+<pre class="sh_javascript">
283
+od = 12;
284
+id = 5;
285
+h = 5;
286
+$fn = 42;
287
+
288
+difference() {
289
+    cylinder(d = od, h = h);
290
+
291
+    translate([0, 0, -1])
292
+    cylinder(d = id, h = h + 2);
293
+}
294
+</pre>
295
+
296
+<!--%
297
+lightgallery([
298
+    [ "img/sparkmaker_shelf_5.jpg", "Sparkmaker shelf, spacers" ],
299
+])
300
+%-->
301
+
302
+For easier pulling I added the ["Solid Drawer Handle" by dodasch](https://www.printables.com/model/308296-solid-drawer-handle), scaled down to a height of 16mm.
303
+
304
+<!--%
305
+lightgallery([
306
+    [ "img/sparkmaker_shelf_4.jpg", "Sparkmaker shelf, handle" ],
307
+])
308
+%-->
309
+
310
+Like with my laser engraver the power supply is hidden on the top of the shelf unit.
311
+
312
+This setup provides enough space for storage of the printer, resin and the usual tools.
313
+
314
+I'm now using an air-tight container filled with isopropanol to clean the prints.
315
+The only thing still missing is a good solution for curing / hardening.
316
+I'm thinking of some kind of small turntable and UV lamp or LED strip.
317
+That's still to come, so stay tuned! 🧐
318
+
260 319
 ## More Pictures
261 320
 <a class="anchor" name="more_pictures"></a>
262 321
 

BIN
static/img/sparkmaker_shelf_1.jpg View File


BIN
static/img/sparkmaker_shelf_1_small.jpg View File


BIN
static/img/sparkmaker_shelf_2.jpg View File


BIN
static/img/sparkmaker_shelf_2_small.jpg View File


BIN
static/img/sparkmaker_shelf_3.jpg View File


BIN
static/img/sparkmaker_shelf_3_small.jpg View File


BIN
static/img/sparkmaker_shelf_4.jpg View File


BIN
static/img/sparkmaker_shelf_4_small.jpg View File


BIN
static/img/sparkmaker_shelf_5.jpg View File


BIN
static/img/sparkmaker_shelf_5_small.jpg View File


Loading…
Cancel
Save