#754 NLB Lionsforge Craftlaser
Using the laser cutting services available in Singapore’s National Libraries - Lionsforge Craftlaser.
Notes
Last year I accidentally discovered that Singapore’s library service - the National Library Board (NLB) - has been running “MakeIt” centres in their libraries where a range of tools are available to citizens to use (including 3D printers, laster cutters, digital cutters, and sewing machines). This is an amazing service. They don’t (yet) have 3D resin printers, but these tools make rapid prototyping readily available to all residents at no cost.
For most of these services, they do require users to first complete a free starter course. These help make sure you can keep yourself safe, and save the machines from damage.
I’ve completed the training for the 3D printing facilities, so I can now book and use the PLA printers available at currently 4 of the libraries (Jurong, Punggol, Tampines, Woodlands).
About the Lionsforge Craftlaser
The library provides Lionsforge Craftlaser devices. See the Craftlaser-Product-Info-New-Dec21.pdf. Note: laptops are provided all the required software pre-installed.
Workflow
The starter training introduced the basic process:
- using TinkerCAD to make a 3D model
- export to SVG
- use Inkscape as our laser Gcode generating tool, but can also be used to edit objects.
- import SVG file
- adjust stroke width to 1px
- add text to the object (this will be treated as an engaving)
- export to CNC G-code for engraving
- use the “305 Engineering > Raster 2 Laser GCode generator” extension
- resolution: at least 10px/mm
- engraving speed: 4000
- export to CNC G-code for cutting:
- with object selected, choose “Object to Path”
- use the “Generate Laser Gcode > J Tech PhotonicsLaser Tool..” extension
- save the engraving and cutting codes to an SD card
Operating the Cutter:
- Adjust Focus Height to 4mm above material
- Engraving Phase:
- For engraving, adjust the laser intensity knob to 2/9 power
- Set “Speed mul.” to 200%
- Open the material loading tray when the display reads “Idle”
- Align your material to the bottom-left corner of the materials tray. Tape down.
- load the engraving file and execute
- Cutting Phase:
- For cutting, adjust the laser intensity knob to 2/3 power
- Set “Speed mul.” to 130%
- load the cutting file and execute
GCode files can be previewed/validated with https://ncviewer.com/.
My Sample PRoject
The starter course has everyone design and cut a simple nametag. My project sources:
- keychain-initial.svg - export from TinkerCAD
- keychain-final.svg - inkscape project
- Engraving code: E_pg_kc_0001_BWfix_128_gcode.txt
- Cutting code: C_pg_kc_0001