arkypita / LaserGRBL

Laser optimized GUI for GRBL
http://lasergrbl.com
Other
1.26k stars 497 forks source link

Change drawing color to better follow progress of the process. #2032

Open NicoPy opened 1 year ago

NicoPy commented 1 year ago

In the Preview window, one can see the path the laser follows when the process runs. When the process is running, a cursor shows the position of the laser.

One enhancement would be to change the color of the drawing progressively to show what have already been processed in the current pass.

StuartB4 commented 1 year ago

I think what you mean is already in the development roadmap.

lasergrbl

NicoPy commented 1 year ago

It looks like you are right. I wasn't aware of this roadmap. Thanks for letting me know.

StuartB4 commented 1 year ago

👍

arkypita commented 1 year ago

Hello, this improvement has been in the roadmap for a lot of time.

An attempt was made to implement it but the result was not satisfactory because, given the way the software is made, this modification would require excessive CPU and RAM consumption. In fact, the drawing of the preview is time-consuming, and updating it continuously is currently not sustainable by the part of the code that deals with drawing the gcode.