jethornton / mesact

Mesa Configuration Tool II
MIT License
9 stars 7 forks source link

Endless axis value is not accepted. #43

Closed M-u-e-c-k-e closed 11 months ago

M-u-e-c-k-e commented 11 months ago

Hello,

When creating an endless axis, I was unable to enter the required value (-1e99).

Dokumentation: linuxcnc.org/docs/2.7/html/config/ini-config.html

Zitat: MIN_LIMIT = -1000 - The minimum limit for axis motion, in machine units. When this limit is reached, the controller aborts axis motion. The axis must be homed before MIN_LIMIT is in force. For a rotary axis with unlimited rotation having no MIN_LIMIT for that axis in the [AXIS_n] section then the value -1e99 is used.

grafik

Gruß Mücke

jethornton commented 11 months ago

This was fixed yesterday https://github.com/jethornton/mesact/commit/ab9589

JT

M-u-e-c-k-e commented 11 months ago

Then I was too slow.

How can I transfer the new version?

jethornton commented 11 months ago

If you downloaded a deb file and installed that simply from the mesact download menu download the deb and reinstall. I don't create a new version for every small bug fix. I do update the build date.

JT