¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Mach4 plugin
boy, I sure hope their software is better than their grammar and spelling.......
By chuck · #145985 ·
Re: Mach4 plugin
There was a fair amount of work to develop a Mach4 plug-in at the start, but over the last 3 or 4 months the API has been fairly stable. What changes that have happened did not break anything, only
By Steve Stallings · #145984 ·
Re: Mach4 plugin
They sure seem negative! The Pokeys is a very good option over the UC100 and there are other that will be coming along. As for the API interface it has not been changing much at all at this time. The
By Brian Barker · #145983 ·
Mach4 plugin
Thought I would pass this along for those who are trying to make future decisions with regards to mach4 compatibility. I inquired whether they had a Mach4 plugin for their UC100 and if not when they
By Ralph Tuttle <ralph.tuttle@...> · #145982 ·
Lowering torch pin help
Looking for help with my settings. I use mach3 plasma. I had to switch computers and now my torch will not go down automatically. It will raise and lower via the key board but when it jogs to position
By Susanne thompson · #145981 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
Thanks. You were correct! It Homes and stops right where I want it to now. Regards, Troy Sent: Thursday, February 19, 2015 12:20 PM To: mach1mach2cnc@... Subject: RE: [mach1mach2cnc]
By Troy · #145980 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
Move the code : Code "G53 G0 X0 Y0 Z0" To after Wend Sent: Thursday, February 19, 2015 10:19 AM To: mach1mach2cnc@... Subject: RE: [mach1mach2cnc] Homing with "X" axis with "A" motor as
By Ralph Tuttle <ralph.tuttle@...> · #145979 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
Here is what I have there: DoButton( 24 ) DoButton( 23 ) DoButton( 22 ) Code "G53 G0 X0 Y0 Z0" While IsMoving() Wend Nothing changed. I still have to hit "GO TO ZERO" Do you see anything wrong?
By Troy · #145978 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
Add it to the END of the Ref All Home script. Gerry
By notoneleft · #145977 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
Hi Gerry, Not sure where the Homing micro is. I added it to the script onto the REF ALL HOME button and the machine will rapid to X 0 and then slowly move to hit the home switches and back off. I then
By Troy · #145976 ·
Re: Support
I don't know if this has been solved but ... I have never used offsets or a touch plate but.. IF your touch plate is higher than your spoil board that you call Z zero and your machine goes to the
By dave · #145975 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
Add this to the end of your homing macro: Code "G53 G0 X0 Y0 Z0" While IsMoving() Wend Gerry
By notoneleft · #145974 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
That helped. I set the back-off to -.050 and after HOMING I hit "GO TO ZERO" and the machine stopes where I wanted. Thanks. I think I am good now. I just have to remember to hit "GO TO ZERO" so the
By Troy · #145973 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
Hi Troy, If you set the back off DRO to -.35", and then command the X to go to zero, you would be +.35 away from the switches. It would be nice if you can get all that into the homing command. But I
By James Connerton · #145972 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
You are correct-the number you enter is to tell the machine what value the axis should be set to after homing. Andy Wander _____ Sent: Wednesday, February 18, 2015 6:20 PM To:
By Andy Wander · #145971 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
One more HOMING question. I can set how far off the switch the Axis are after Homing. However, A closer look and all I am really doing is setting the "Machine DRO" to read a value. In fact the axis
By Troy · #145970 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
OK I understand. So, I removed the check and I removed the last line in the script which was "DoButton( 25 )" . It seems to be working right. Anything else I should take a look at? Thanks again for
By Troy · #145969 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
If home slave with master is checked, then the A axis is not using it's home switch, and no autosquaring will occur. To edit the homing macro, go to Operator > Edit button script, and click the home
By notoneleft · #145968 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
Thanks! I did not have a check in the "Home Slave with Master" So I checked that box to see what happened and That seems to have solved my problem. Also I did not find the homing script to remove the
By Troy · #145967 ·
Re: Homing with "X" axis with "A" motor as the SLAVE
Uncheck "Home Slave with Master" in General Config, and edit your homing script to remove the command that's homing the A axis.
By notoneleft · #145966 ·