Hello Guest it is May 11, 2024, 06:49:13 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Bill_O

91
Mach4 General Discussion / Re: what is wrong with this g code
« on: August 16, 2022, 03:53:52 PM »
Steve,

Did not even think to see how old the version was.
It is just one i have on my desktop pc to play with the LUA
build 4157

Thanks,
Bill

92
Mach4 General Discussion / what is wrong with this g code
« on: August 16, 2022, 01:19:22 PM »
I have no idea why this will not open correclty in Mach4
Any ideas greatly appreciated.

Bill

93
sungyeolyang,

G31 has a feed rate in the script.
You can modify the script to do a fast then slow probe

94
Tsamael25,
The gcode is the same you just need to tell Mach to run in tangential mode.

Adiniz,

When you home the tangential axis is the blade pointed with the sharp side to the X+ direction?

95
Mach4 General Discussion / Re: Programs won't continue after m6
« on: August 08, 2022, 05:37:15 PM »
chaney,

Can you post the m6 you are using?

Also, I am not a programmer and had to really work at learning the Lua.
This might help you.
https://www.machsupport.com/forum/index.php?topic=45397.msg289143#msg289143


Bill

96
Does the direction change when you check and uncheck the Reverse box for the motor?
I am not sure if it needs a restart so make sure you exit the software and start it again.

97
thephridge,

Does the motor reverse direction when you check Reverse?

98
Mach4 General Discussion / Re: Jogging multiple Axes
« on: July 19, 2022, 03:57:52 PM »
The only way I can think of is to do it as a gcode command.
So you would have to have a set position.
That position could be changed with a register.

99
Mach4 General Discussion / Re: Go to z zero command
« on: July 19, 2022, 12:28:53 PM »
Both will take a little minor programming.
If you are talking about the button that says "Go To Work Zero" it has two choices for movement.
One includes the Z to zero but is commented out.
I can direct you on how to do it but you will have to do it.

Here is something I made when I was trying to learn how the programming is done.
It might help.
https://www.machsupport.com/forum/index.php?topic=45397.msg289143#msg289143

Bill