Quote:
Originally Posted by Backi
Issue 7: Exceeding vertical scribble boundaries (firmware 1.6?-1.7)
Draw something and then exceed the boundary on the left or right side. Then click somewhere on the screen again: Automatically a line is drawn between the point, where you exceeded the boundary and the point, where you clicked afterwards.
.....
I think, the scribble app misses to terminate the polyline, when the stylus exceeds the left or right boundary.
|
It happens also in 1.7b firmware. It always joins two separate polyline, if you leave left margin. I couldn't make M92 do it while leaving right, uppper, bottom margin.
That is something similar to bug that I 'hit' in pdf scribling. Only it seems to me the reason for loosing terminating signal for polyline is different than leaving screen by exeeding left margin.
This bug should be quite easily fixed. If I start getting position, I terminate previous first. Or just check if two adjacement polyline dots are not too distant (more than say 2 mm).