LaserWeb/deprecated-LaserWeb1

Adding on the fly power and speed adjustments

Closed this issue · 3 comments

After creating the raster code ( which takes time ) settings for power and speed could be off, so an adjustment on speed and power could save you from starting all over again. This could be very useful for the Calibration widget.

+1 I think this is indeed a clever idea.
Parsing the image to g-code paths is the hardes part.
Changing g-code parameters is way easier. Changing speed and laser power is not that difficult if you have all the movements.
If the g-code is handled as a big array of objects, this would not be that hard to implement.

Good idea... PR welcomed!