Hello Guest it is April 18, 2024, 03:14:41 PM

Author Topic: How to make a pause before macro exec  (Read 1526 times)

0 Members and 1 Guest are viewing this topic.

How to make a pause before macro exec
« on: September 25, 2017, 05:40:01 AM »
Hello.
I've a trouble with making pasue G-Code. Check it out, piece of G-Code:
%
(wozek-program)
(**********************)
N25 G54
M530
N35 G0 X0. Y0. F8000
M500
N50 X60. Y0. F8000
M500
N55 X120. Y0. F8000
M500
N60 X180. Y0. F8000
M500


I have input/output control and movement codes in M500 macro. How to protect make a pause when macro is executed. I want make pause when I'm moving on XY plane.
Re: How to make a pause before macro exec
« Reply #1 on: October 03, 2017, 06:05:43 AM »
Help please