Skip to content

Commit 19a4d92

Browse files
committed
gmoccapy -sample config: add INI MDI commands to test with
1 parent 1360907 commit 19a4d92

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

configs/sim/gmoccapy/gmoccapy_right_panel.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ MACRO = jog_around
3737
MACRO = increment xinc yinc
3838
MACRO = go_to_position X-pos Y-pos Z-pos
3939

40+
[MDI_COMMAND_LIST]
41+
# for macro buttons on main oage up to 10 possible
42+
MDI_COMMAND = G0 Z1;X0 Y0;Z0, Goto\nUser\nZero
43+
MDI_COMMAND_MACRO1 = G53 G0 Z0;G53 G0 X0 Y0,Goto\nMachn\nZero
44+
4045
[FILTER]
4146
PROGRAM_EXTENSION = .png,.gif,.jpg Grayscale Depth Image
4247
PROGRAM_EXTENSION = .py Python Script

0 commit comments

Comments
 (0)