Big red laser cutter

From Sudo Room
Jump to navigation Jump to search

The big red laser cutter in sudo room is some no-name model. It uses a Ruida 644XG control board and LightBurn can speak to it (we were running LightBurn 0.9.24 earlier but the 30 day trial expired).

The Melbourne Makerspace has the same laser and have a nicely written wiki page on it.

As mentioned, RDWorks can also be used. We haven't tried it yet but it seems it's a free download from here.

Some of the software (downloaded from the above link) is on the hard drive of wasp.local which is a desktop computer under the 3D printer desk, in a folder called ~/laser-backup/

The above software has also been downloaded and stored here

it was setup with an IP address of 100.64.64.69 (by pressing buttons through the menu) but it had no ports open and then we just switched over to USB to the computer and it was working fine. The same software might work over ethernet but we didn't try.

Stuff made on the big red laser cutter

  • I cut some 1/4 clear plastic suspected to be acrylic. Used .5mm/sec 100%/40% power. It cut all the way through but the edge was rough.


Stuff seen around the space

ventilation ducting

a plastic adaptor was 3D printed to connect the 6" outlet of the exhaust fan to the 8" flexible duct leading to the roof hole: laserduct.scad THICKNESS=1.5*25.4; ID=5.75*25.4; ID_LIP=ID-(0.25*25.4); ID_LIP_THICK=0.2*25.4; OD=7.75*25.4; OD_LIP=OD+0.2*25.4; OD_LIP_THICK=0.2*25.4; difference() {

 color("BLUE") cylinder(d1=OD_LIP, d2=OD, h=THICKNESS, $fn=100);
 {
   translate([0,0,ID_LIP_THICK]) cylinder(d=ID, h=THICKNESS, $fn=100);
   translate([0,0,-0.5]) cylinder(d=ID_LIP, h=THICKNESS, $fn=100);
 }                                

}

3D printing exhaust duct adaptor


Also the duct/roof interface was improved and a new stand was made for the extractor fan. Yay for milkcrates!

Fan-holder.jpg
New-vent-top.jpg