Hello Guest it is April 23, 2024, 11:09:03 AM

Author Topic: How to add a Stop Command to Initialization  (Read 1012 times)

0 Members and 1 Guest are viewing this topic.

Offline olf20

*
  •  325 325
    • View Profile
How to add a Stop Command to Initialization
« on: October 12, 2018, 11:29:00 AM »
My version of M3 will not do certain functions
if a STOP is not hit upon startup. Known bug.

How can I add a STOP to the initialization string
in the general config?

Thanks for any help!!
olf20 / Bob
Mach3, Atlas Knee Mill, 4th Axis, VcarvePro, ESS, Super PID.
Been Heating with corn since 1998

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: How to add a Stop Command to Initialization
« Reply #1 on: October 12, 2018, 01:56:02 PM »
Create an M Code macro and call it from the initialization string.

All it needs is a DoOEMButton() command.
Gerry

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

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html

Offline olf20

*
  •  325 325
    • View Profile
Re: How to add a Stop Command to Initialization
« Reply #2 on: October 13, 2018, 07:41:10 AM »
Thanks Gerry, I'll look into that!
olf20 / Bob
Mach3, Atlas Knee Mill, 4th Axis, VcarvePro, ESS, Super PID.
Been Heating with corn since 1998