jethornton / mesact1

MIT License
24 stars 10 forks source link

Program error #26

Closed andres4ud10 closed 1 year ago

andres4ud10 commented 1 year ago

hello JT, thanks for all your work. I have installed the ISO of linuxcnc Buster. When I try to configure MesaCT for the 6i25, I get the following error:

Mesact Version: 0.7.2 Build Date: 9/25/2022

A Program Error Occurred in buildini.py line 178 Error: could not convert string to float:

I hope you are well, greetings! Andres

andres4ud10 commented 1 year ago

sorry for my lack of experience. I was leaving the limit boxes (axis tab) unfilled. it seems that python interprets empty space as string

jethornton commented 1 year ago

Their was a bug in the check section that made it skip over the joint tabs, which has been fixed.

JT