axis x homing and g54x0 from program
18 Mar 2015 14:01 #56973
by albova
axis x homing and g54x0 from program was created by albova
hi
I need to rehoming the x-axis and the g54 to x0.0 from the program. For example:
x = 1234
g54 = 5678
at the beginning of the program should have the ability to insert "home asse x" and "g54 x0.0"
and also "touch of x = 0"
any suggestions?
regards
I need to rehoming the x-axis and the g54 to x0.0 from the program. For example:
x = 1234
g54 = 5678
at the beginning of the program should have the ability to insert "home asse x" and "g54 x0.0"
and also "touch of x = 0"
any suggestions?
regards
Please Log in or Create an account to join the conversation.
18 Mar 2015 18:49 - 18 Mar 2015 18:59 #56981
by albova
Replied by albova on topic axis x homing and g54x0 from program
yes,ok
i inserted into gcode program g10 l20 p1 x0.0 before repeat cicle
When re-homing the machine g54 is the old value and x -> =g54
Next when start the program the line g10 l20 p1 x0.0 --> g54 ->x0 and x->0
correct
thank's
regards
i inserted into gcode program g10 l20 p1 x0.0 before repeat cicle
When re-homing the machine g54 is the old value and x -> =g54
Next when start the program the line g10 l20 p1 x0.0 --> g54 ->x0 and x->0
correct
thank's
regards
Last edit: 18 Mar 2015 18:59 by albova.
Please Log in or Create an account to join the conversation.
Time to create page: 0.057 seconds