Sienci-Labs / gsender

Connect to and control Grbl-based CNCs with ease
https://sienci.com/gsender/
Other
178 stars 41 forks source link

Yellow/Grey Buffer Lines Improvements #492

Closed sophiabeluli closed 4 months ago

sophiabeluli commented 5 months ago
kglovern commented 5 months ago

This looks good when starting a job normally, but when using start-from-line the behaviour is not as expected.

Test file: MB-3.1

Start from line: 75000 / 150500

You'll notice half the file becomes yellow lines (planned) but the grey lines start from the origin.

Expected behaviour is that the first 75000 lines would be greyed out and planned lines would start from there. ![Uploading Screenshot 2024-03-27 at 3.37.11 PM.png…]()

kglovern commented 5 months ago

This crashes the renderer when a job is run twice in a row.

Tested using jsdc fixture.

image