Multi-command scripts for Probe
Hi, I'm fairly new to 3D printing and am busy switching over from Marlin to Repetier firmware and have a question.
How do I input multiple command for each of the Probe start and end scripts? Is this possible?
This is what I want to do:
For Probe start script I want to send :
M340 P0 S1000
G1 y100 x100 z20
[pause]
M340 P0 S550
G29
and for Probe finished script I want to send:
M340 P0 S1000
[Pause]
G1 y0 x0 z0
...each as one series of commands, preferably with pauses where I have used [pause].
How is this specified in the script boxes, please?
Thanks.
Richard
M340 P0 S1000
G1 y100 x100 z20
[pause]
M340 P0 S550
G29
and for Probe finished script I want to send:
M340 P0 S1000
[Pause]
G1 y0 x0 z0
...each as one series of commands, preferably with pauses where I have used [pause].
How is this specified in the script boxes, please?
Thanks.
Richard
Comments