Skip to content

echoots1/GCodeSuperLaserController

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCodeSuperLaserController

This is a basic plugin to work with a Laser Engraver. Printing from the OctoPrint interface with this plugin can turn your 3D printer into a laser engraver!

Commands

  • M3 <p>: Turns ON the laser with power <p>
  • M4 <p>: Turns ON the laser with power 255-<p>
  • M5: Turn OFF the laser

The laser power can go from 1 (min) to 255 (MAX)

NOTE: It's highly suggested to add an M400 - Finish Moves before the M3, M4 and M5 commands.

How to Use

Step 0) Install the plugin
Step 1) Connect the Laser driver to pins GPIO18 and GND
Step 2) Create a GCode using the described commands
Step 3) Print using Octoprint

Have fun :)
Oh, almost forgot, I'm not responsible for you hurting yourself with your cool laser, but please use it with caution.

About

GCodeSuperLaserController plugin for octoprint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%