Page 1 of 1

Set step size in construtor macro?

PostPosted: Fri Nov 25, 2022 9:32 pm
by Greolt
I have my contructor macro that sets feedrate and jog speed to what I want. Works fine.

I can not work out how to set the step size to 1 mm, intstead of 0.01 mm, at startup.

Re: Set step size in construtor macro?

PostPosted: Fri Nov 25, 2022 10:18 pm
by dezsoe
Did you try exec.Callbutton(166);?

Re: Set step size in construtor macro?

PostPosted: Fri Nov 25, 2022 10:37 pm
by Greolt
Yes of course that should do it.

I searched the macro list for just that command but my old brain must have missed it.

Thanks.