I have a C3d with a K40 and played with smoothie for a while and decided to try grbl. Wasn’t happy with the raster. So far everything appears to be working, mostly. One thing I noticed between smoothie and grbl is the mA meter. When I’m cutting a simple vector with 100% laser power, the meter shows 5mA even though the pot is set to 10mA (test fire button). Using smoothie the same job with 100% power always moved the meter to what I had the pot set to. With grbl it appears to show about half, yet I’m still able to get almost the same cut. I’m pretty sure there’s no way I can cut 1/8" birch plywood with 5mA and 6mm/s. I’m using M3 for the gcode start and $33=5000. Could PWM explain the lower value for the mA meter? Shouldn’t M3 just turn on the laser without using PWM? Is there something I’m missing somewhere?
Here’s a simple square and a circle.
G21 ; Set units to mm
G90 ; Absolute positioning
M3
@cprezzi I defaulted my initial port to 1.0 to match smoothie. I didn’t realize you changed the default on yours back to 1000.0. LW’s default is also 1.0. I believe grbl-328’s 1000 number comes from being a common spindle speed on mills.
Mirrors can make a huge difference… There’s a YouTube video of a guy testing different mirrors and mirror finishing… I can’t find it right now, but you gotta remember that you’ll need to multiply (not add) the individual differences times the number of mirrors!
So if your laser has 3 mirrors (the practical minimum) and they’re 10% more efficient, it is actually 1.1^3=1.331, i.e. 33.1% more power delivered to the plywood!
Also the material doesn’t only have a practical impact on the look of the finish, the actual element(s) have different molecule sizes and distance differences which impact the frequency (or rather wavelengths) they can most effectively reflect. Finally the flatness and finish matter too. What looks flat to our eyes may actually be concave/convex and/or bumpy at microscopic levels, causing slight defocusing and scattering of the laser beam…
I had originally used M4. I tried M3 to see if it would make any difference with the current draw. It did increase it about 1mA. I’ll test this in the next day or so. Too much on my plate today
Between the new mirrors and grbl-lpc, it’s like a whole new machine.