Can I change the number of decimals of the PWM in Laserweb?

Can I change the number of decimals of the PWM in Laserweb?

The S value for the gcode is always generetad with four decimals and could not be changed. But this does not define the PWM resolution, which depends on your firmware.

For example: Grbl on Arduino Uno/Nano has only 8 bit PWM resolution, which is 256 different values, independant of the S value range (which is 0 to 1000 by default).

1 Like