Hello Guest it is April 19, 2024, 10:40:51 PM

Author Topic: autoset Xpos after homing  (Read 553 times)

0 Members and 1 Guest are viewing this topic.

autoset Xpos after homing
« on: October 14, 2021, 06:20:49 AM »
hello
i'm positioned my home swtich of X axe at right , it's ok X=0, Y=0, Z=0 but for humain, real pos. X = 800 !!

can i setting offset at 800 ??

Offline Tweakie.CNC

*
  • *
  •  9,198 9,198
  • Super Kitty
    • View Profile
Re: autoset Xpos after homing
« Reply #1 on: October 14, 2021, 07:27:10 AM »
I am not sure I fully understand your question but if you just wish the X Axis DRO to read 800.0000 after the homing sequence has completed then…

Operator /  Edit Button Script, click on flashing REF ALL HOME button and add the following line to the end of the script;

Call SetOemDro(800,800.0000)

Click the yellow Save Script file.

Tweakie.
PEACE
Re: autoset Xpos after homing
« Reply #2 on: October 16, 2021, 04:33:20 AM »
Quote
Call SetOemDro(800,800.0000)

thank you