LaserWeb / LaserWeb4

Collaborative effort on the next version of LaserWeb / CNCWeb
GNU Affero General Public License v3.0
692 stars 186 forks source link

Reprap firmware issue #626

Closed tomlop33 closed 2 years ago

tomlop33 commented 3 years ago

I I’m using laser web with reprap firmrware and i have a problem with laser cuting.

Reprap firmware need a S power in each Line on the gcode note only at the begining

Something like that : G1 x15 S255 G1 x25 x10 S255 …

How can I do this or is that possible to implement this functionality ?

Thanks !

cprezzi commented 3 years ago

Just apply the "Generic GRBL machine" profile. This loads the default settings for this style of gcode. Eventually you need to change "GCODE START" from M4 to M3 and adjust the "PWM MAX S VALUE".