Laser cutting insulation foam
Trying to see if laser cutting cheap big-box-store insulation foam is practical. I am keeping the power at 10% and preforming multiple passes on the material . Thus far the off-gassing has been manageable with no fires or melted foam accumulating in the machine. Foam cutting is notorious for laser c
EZ- Vector to GcoDE
Little python script the will convert a .svg to Gcode with lots of custom movements. https://github.com/MikeBeradino/gcode_simple.py
LED CUBE in progress
I am using a esp-32 and the SR-WLED beta version 0.13.4 of WLED to drive the cube. I am pretty happy with the results so far. This is probably the 5th or 6th time I have updated the driver hardware and software.
Ras-pi simple startup shell.
If you want to auto run a shell script it is super simple on the pi. Make the shell if you dont know how —-> here Makesure you are in the pi folder $ cd ~ Open up $ .bashrc configuration: sudo nano .bashrc Add the name of your script to the bottom example; ./myscript […]