Hello Guest it is March 29, 2024, 09:10:38 AM

Author Topic: home slaved axis  (Read 2213 times)

0 Members and 1 Guest are viewing this topic.

home slaved axis
« on: June 04, 2011, 06:49:17 AM »
Hello,

I use mach3 for my 3-axis plasma cutter. 4th axis A is slaved with Y-axis. I use home limit switches and spindle A also has one. If I check the "home slaved axis with master axis" under general configuration then it homes like this: first Z then Y and then X. It does not use A switch. If I un check it then it homes like this: first Z then Y and A then X and then A again. Is there a way to configure it so that it homes A only once with Y using both switches?

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: home slaved axis
« Reply #1 on: June 04, 2011, 07:28:35 AM »
You may need to modify the Ref All Button Script. Go to OPerator >Edit Button Script, and click the Ref All button. The script should be:

DoButton(24)
DoButton(22)
DoButton(23)

If that doesn't work, try:

DoButton(24)
DoButton(22)
RefCombination(10)

Make sure the "Home Slave With Master" is NOT checked, and restart Mach3 after making any changes.

Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: home slaved axis
« Reply #2 on: June 04, 2011, 07:42:11 AM »
Thank you,

I hope it will work.

Best regards
Raivo