M123
#!/bin/sh
# Unslave W from Z

halcmd setp mux2.0.sel 0
halcmd setp mux2.1.sel 0
sleep .100 ;# requires a sleep that does <1


# if a M1nn command fails and its script exits with nonzero status,
# the gcode program exits.  So always exit 0, and make sure
# the M1nn command prints a message in order to keep on going.
exit 0
