|
@@ -13,6 +13,12 @@ So I decided to go slow and start with a low powered diode laser.
|
13
|
13
|
|
14
|
14
|
⚠️ Be sure to always use proper laser safety goggles when working with such machines! ⚠️
|
15
|
15
|
|
|
16
|
+<!--%
|
|
17
|
+lightgallery([
|
|
18
|
+ [ "img/laser_tower_1.jpg", "Frontal view in Ikea Lack tower" ],
|
|
19
|
+])
|
|
20
|
+%-->
|
|
21
|
+
|
16
|
22
|
## Hardware
|
17
|
23
|
|
18
|
24
|
I know I say this in a lot of articles here, probably in an attempt to justify my hoarding of electronic parts. 😳
|
|
@@ -57,8 +63,8 @@ As mentioned above I used the electronics, namely mainboard, LCD and fans, from
|
57
|
63
|
|
58
|
64
|
<!--%
|
59
|
65
|
lightgallery([
|
|
66
|
+ [ "img/laser_electronics.jpg", "GT2560 mainboard and laser control PCB on base plate" ],
|
60
|
67
|
[ "img/laser_lcd.jpg", "LCD mounted to laser engraver" ],
|
61
|
|
- [ "img/laser_gt2560.jpg", "GT2560 mainboard of laser engraver" ],
|
62
|
68
|
])
|
63
|
69
|
%-->
|
64
|
70
|
|
|
@@ -521,3 +527,15 @@ with open(filename, 'w') as f:
|
521
|
527
|
write("M5")
|
522
|
528
|
write("G0 X0 Y0 F" + str(speed_g0))
|
523
|
529
|
</pre>
|
|
530
|
+
|
|
531
|
+## More Pictures
|
|
532
|
+
|
|
533
|
+<div class="collapse">Some more photographs I didn't use above.</div>
|
|
534
|
+<div class="collapsecontent">
|
|
535
|
+<!--%
|
|
536
|
+lightgallery([
|
|
537
|
+ [ "img/laser_tower_2.jpg", "Frontal view in Ikea Lack tower" ],
|
|
538
|
+ [ "img/laser_gt2560.jpg", "GT2560 mainboard of laser engraver" ],
|
|
539
|
+])
|
|
540
|
+%-->
|
|
541
|
+</div>
|