Fork me on GitHub

Project Notes

#754 NLB Lionsforge Craftlaser

Using the laser cutting services available in Singapore’s National Libraries - Lionsforge Craftlaser.

Build

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:

Credits and References

About LEAP#754 NLB MakeItLaser Cutter

This page is a web-friendly rendering of my project notes shared in the LEAP GitHub repository.

Project Source on GitHub Return to the LEAP Catalog
About LEAP

LEAP is my personal collection of electronics projects - usually involving an Arduino or other microprocessor in one way or another. Some are full-blown projects, while many are trivial breadboard experiments, intended to learn and explore something interesting.

Projects are often inspired by things found wild on the net, or ideas from the many great electronics podcasts and YouTube channels. Feel free to borrow liberally, and if you spot any issues do let me know or send a pull-request.

NOTE: For a while I included various scale modelling projects here too, but I've now split them off into a new repository: check out LittleModelArt if you are looking for these projects.

Project Gallery view the projects as an image gallery Notebook reference materials and other notes Follow the Blog follow projects and notes as they are published in your favourite feed reader