# for the four user buttons # the text that appears on the button # for multiple lines, split the lines with a \ # e.g. BUTTON_1_NAME = Clear \ Coordinates or #BUTTON_n_NAME BUTTON_1_NAME = Ohmic Test BUTTON_2_NAME = Z To Top BUTTON_3_NAME = Load Sheet BUTTON_4_NAME = HAL Show # the command that the button sends # for multiple lines, split the lines with a \ # e.g. BUTTON_1_NAME = Clear \ Coordinates or # e.g. BUTTON_1_CODE = g0 x0 \ g1x10f100 \ g0x0 # ini file settings can be used, must be followed by space if anything follows # e.g. G0 X[JOINT_0]HOME # e.g. G0 X[JOINT_0]HOME Y1 # for an external command precede the command with % # e.g. %halshow # external commands and gcode may be on the same code line # e.g %halshow \ g0x.5y.5 \ %halmeter # there are two special commands: # probe-test ohmic-test # using these will set/reset the corresponding hal pin in the component #BUTTON_n_CODE BUTTON_1_CODE = ohmic-test BUTTON_2_CODE = G53 G0 Z[AXIS_Z]MAX_LIMIT BUTTON_3_CODE = G53 G0 X[JOINT_0]HOME Y1 BUTTON_4_CODE = %halshow