Offset error on global navigation WebGUI sow path


When you set the coords to print it is not centered, and doesnt allow painting out of that area. The area is not according to the real map. (See image)

full = []
for i in range (400):
    for j in range (400):
        full.append([i, j])
WebGUI.showPath(full)
time.sleep(2)

Thanks for sharing this issue. It will be fix in the next update that will happen today.