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 :<br style="clear: both; font-family: Arial;">M340 P0 S1000<br style="clear: both; font-family: Arial;">G1 y100 x100 z20<br style="clear: both; font-family: Arial;">[pause]<br style="clear: both; font-family: Arial;">M340 P0 S550<br style="clear: both; font-family: Arial;">G29<br style="clear: both; font-family: Arial;"><br style="clear: both; font-family: Arial;">and for Probe finished script I want to send:<br style="clear: both; font-family: Arial;">M340 P0 S1000<br style="clear: both; font-family: Arial;">[Pause]<br style="clear: both; font-family: Arial;">G1 y0 x0 z0<br style="clear: both; font-family: Arial;"><br style="clear: both; font-family: Arial;">...each as one series of commands, preferably with pauses where I have used [pause]. <br style="clear: both; font-family: Arial;"><br style="clear: both; font-family: Arial;">How is this specified in the script boxes, please?<br style="clear: both; font-family: Arial;"><br style="clear: both; font-family: Arial;">Thanks.<br style="clear: both; font-family: Arial;"><br style="clear: both; font-family: Arial;">Richard