Laser power and speed settings hack
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I've got a 130w laser controlled by GRBL and I found it quite limiting to not have fine-grained adjustment of the power available. Also, I thought it would be nice to have a materials database, as was brought up in a couple other posts.
This is my first foray into post processors, so if I've done something silly I'd appreciate hearing about it. 🙂
I modified the grbl-laser post to take the tool number as a percentage of power to apply to a cut. For example, if you define a laser tool with a #30, using that tool would apply 30% of power. (This required adding a user parameter for the "full power" number of your particular GRBL installation - 255 by default, but 1000 on my machine.)
Now I maintain a tool library where for each material (which I write in the description of the tool), the tool number is the % power and the feeds are set in the tool.
I've tested the same approach with the Smoothieboard controller and it works fine there as well.
The disadvantage of using these posts is that you don't get updates from the original authors.
