You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proportional laser (M4 mode in grbl, on by default in smoothie) scales PWM power according to acceleration to prevent darker burns during (ac/de)celleration
G0=laseroff move, G1=laseronmove (Makes gcode generator more efficient, no need for m3/m5 on every segment / change etc
PWM freq configurable (we found that between various diode drivers and CO2 driver, it helps to tweak pwm freq for a better linear response. CO2 PSUs seem to like a 1khz, whereas some of the chinesier diode drivers need 30khz, etc)
Also, working on adding support for LaserWeb directly (Instead export gcode -> then into Octoprint) (Not much use for laser until we have a Laser module support (; )
The text was updated successfully, but these errors were encountered:
I want to work on the frontend side of things by intergrating LaserWeb as an optional replacement for Octoprint . But LaserWeb needs firmware level Laser support before thats worth doing (;
https://github.com/gnea/grbl/wiki/Grbl-v1.1-Laser-Mode
https://github.com/Smoothieware/Smoothieware/tree/edge/src/modules/tools/laser
Some important features that's must have
Also, working on adding support for LaserWeb directly (Instead export gcode -> then into Octoprint) (Not much use for laser until we have a Laser module support (; )
The text was updated successfully, but these errors were encountered: