Hello Guest it is March 28, 2024, 01:38:36 PM

Author Topic: Change scale on start up Mach3  (Read 4908 times)

0 Members and 1 Guest are viewing this topic.

Change scale on start up Mach3
« on: September 07, 2008, 08:42:12 AM »
I want change scale on X and Y axis when I turn on Mach3.

I do something like this

in Brain Editor

Estop ------ invert flip signal --------- Formula a*(1.0066) --------- Xscale

it works :)
buy I still will be looking for optimal solution
best regards
Marcin
Re: Change scale on start up Mach3
« Reply #1 on: September 07, 2008, 06:36:42 PM »
G51 sets a scale factor, so G51 X 1.0066 ought to do what you want. Put that into the init string thats in the Config/general screen and it will execute every time mach starts up. Might be safer to first do G50 to reset all scales to zero, then the G51.
Re: Change scale on start up Mach3
« Reply #2 on: September 08, 2008, 11:24:58 AM »
Thank You both methods work good. If you say that Yous is more safe I will be use G50 G51 X1.0066 Y1.0066
once again thx