element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum well a raspberry pi work for a laser engraver
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 5 replies
  • Answers 3 answers
  • Subscribers 664 subscribers
  • Views 8028 views
  • Users 0 members are here
Related

well a raspberry pi work for a laser engraver

bigman4021
bigman4021 over 8 years ago

well a raspberry pi 3 work on a laser engraver

  • Sign in to reply
  • Cancel
  • the-dubster
    0 the-dubster over 8 years ago

    In a word - yes!

     

    A brief google search turned up these for you.

     

    https://www.raspberrypi.org/blog/home-made-cnc-laser-engraver/

     

    http://makezine.com/projects/engravr-a-pi-powered-laser-engraver/

     

    and

     

    https://www.thingiverse.com/thing:1026345

     

    The last gives you you a lot of info.

     

    Edit:

     

    (1)     The first two links reference (or point to) here - so only one is required really.

     

    (2)     Oops, last one is can run on a Raspberry Pi but control is using an Arduino Mega 2560 - which would make this little beaut very useful . . . .

     

              Essentially it uses GRBL (known as gerbil for fairly obvious reasons) - GRBL is used for 3D printers / Cutters / CNC Machines.

     

                        Kinda what you're after . . .              

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • fvan
    0 fvan over 8 years ago

    Yes, I've successfully installed LaserWeb3 on a Raspberry Pi to control a cheap Chinese 2.5W laser engraver from banggood/gearbest.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • bigman4021
    0 bigman4021 over 8 years ago

    well a beaglebone work for a laser engraver as well

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • the-dubster
    0 the-dubster over 8 years ago in reply to bigman4021

    Again, yes.

     

    There is a CNC cape available for use with LinuxCNC - more info from this very forum here.

     

    Essentially, RPi, Arduino, BB and probably any other Single Board Computer or Microcontoller has the capability of driving a Laser Engraver. If you can produce X/Y drawing commands to steppers and turn a laser on and off then you just need software to take your design and convert it to those drive signals.

     

    Do as I did, google it (I often end up linked to instructables or similar). Many have gone before with this project, no point reinventing the wheel here.

     

    I'd say your biggest challenge is going to be deciding on which software package you get on best with.

     

    Good luck.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 8 years ago

    So technically the answer is yes but with caveats, the examples given above are for a wee little CNC / Laser engraver, almost every successful RPI based solution involves using a separate GRBL to Step/Direction controller, this can be abased on a UNO, MEGA, STM or other microcontroller on a a shield/Cape or connected via USB or serial.

     

    The PI is very good at providing the user interface (See OCTOPrint or Pronterface for example of 3D printer solutions... still GCODE) but the microcontroller is much better at the FAST step/direction pulse generation and timing required to move the steppers smoothly, there just not so good at translating a circle smoothly into step and direction for example, so the PI in the case of CNC machine is pacing the feed of GCode to the controller and also pre processing the GCode to simplify the arcs, circles and other complex moves into simpler sets the controller can easily deal with, this is the normal and in my opinion better approach.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube