LinuxCNC / linuxcnc

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more.
http://linuxcnc.org/
GNU General Public License v2.0
1.78k stars 1.14k forks source link

Possible missing information ini config for TRAJ #1397

Open alkabal opened 2 years ago

alkabal commented 2 years ago

Hi

I'm probably wrong but i see nothing in documentation about this TRAJ config

https://github.com/LinuxCNC/linuxcnc/search?q=NO_PROBE_JOG_ERROR https://github.com/LinuxCNC/linuxcnc/search?q=NO_PROBE_HOME_ERROR

http://linuxcnc.org/docs/2.8/html/config/ini-config.html#_traj_section

Br

alkabal commented 2 years ago

code related to this https://github.com/LinuxCNC/linuxcnc/blob/75b03131e4ec3abdad16b762a73f5716d09a6bc5/src/emc/motion/command.c#L2054

andypugh commented 2 years ago

On Mon, 22 Nov 2021 at 01:27, alkabal @.***> wrote:

I'm probably wrong but i see nothing in documentation about this TRAJ config

On the contrary, I think that you are right, and the option has never been documented. (Also, I was unaware of it)

-- atp

alkabal commented 2 years ago

I have find that searching other things.

I like to find a way for adding a motion.setter-input if this can be accepted. Imo this is actually too much trouble for managing a touch probe + a tool setter

Can I ask what is your opinion about that ?

Best regards

Le 23 nov. 2021 à 01:21, andypugh @.***> a écrit :

 On Mon, 22 Nov 2021 at 01:27, alkabal @.***> wrote:

I'm probably wrong but i see nothing in documentation about this TRAJ config

On the contrary, I think that you are right, and the option has never been documented. (Also, I was unaware of it)

-- atp — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

c-morley commented 2 years ago

Also using the Mcode to change the No Jog setting might be useful too.