LaserWeb / deprecated-LaserWeb1

Deprecated: use http://github.com/openhardwarecoza/LaserWeb3 instead
186 stars 45 forks source link

Adding on the fly power and speed adjustments #89

Closed cojarbi closed 8 years ago

cojarbi commented 8 years ago

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.

Cinezaster commented 8 years ago

+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.

ghost commented 8 years ago

Good idea... PR welcomed!

ghost commented 8 years ago

LaserWeb1 is retired, see https://github.com/openhardwarecoza/LaserWeb3