kliment / 4pi-firmware

18 stars 21 forks source link

M119 Max #5

Closed bkubicek closed 11 years ago

bkubicek commented 11 years ago

M119 only usb_printfs the result of the min endstops, the max are missing...

bilsef commented 11 years ago

It looks correct to me.

usb_printf("Xmin:%c Ymin:%c Zmin:%c / Xmax:%c Ymax:%c Zmax:%c",read_endstops[0],read_endstops[1],read_endstops[2],read_endstops[3],read_endstops[4],read_endstops[5]);

bkubicek commented 11 years ago

sorry, maybe i saw a ghost.