vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.54k stars 528 forks source link

abc Coord Values not shown in abcDRO labels (Wrong indentation on ControlPage.py) #1848

Open koneklaudio opened 10 months ago

koneklaudio commented 10 months ago

Hi,

When enabling 6 axis, the abc coordinate values are not shown in the abcDRO labels. It looks that the indentation on the abcDROFrame.updateCoords() function is wrong for lines 803-821. They should be moved to the left, in order to get them out from the exception.

Thanks