Hello Guest it is April 18, 2024, 01:47:23 PM

Author Topic: x y dumb question  (Read 2577 times)

0 Members and 1 Guest are viewing this topic.

x y dumb question
« on: March 25, 2012, 03:05:13 PM »
hi, i am ready to machine some parts on my new cnc retrofit of a bridge port . so i have a simple plate 4 holes 5" x 5" with holes being 4" apart . the dead side of my vise is to the back of the table . how do i move the x y zero from the lower left Conner to the upper right Conner were i will be putting the stop . any help would be great . thanks
Re: x y dumb question
« Reply #1 on: March 25, 2012, 04:15:34 PM »
Unless I don't understand your question, set the lower left corner of your square plate as X0 Y0, not the upper right corner.  Then the first hole on the bottom left of the plate will be at X0.5 Y0.5.

This is the way I would do it.

Regards,
John Champlain
www.picengrave.com
Re: x y dumb question
« Reply #2 on: March 25, 2012, 08:20:09 PM »
what i am saying is i use the upper right hand corner of plate to zero the machine . this is on all parts . what i don't understand is i see in the program that it uses the lower left coner . is there any way to change this ?

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: x y dumb question
« Reply #3 on: March 25, 2012, 09:50:41 PM »
You can set up the top right corner as X0Y0 BUT you will have to program the code BASED on that position. You will be working in the Xneg Yneg quadrant and all your code will be NEG numbers.

Best to keep everything as NORMAL. You can still use the top right of the vise to setup from it just won't be X0Y0.

Just a thought, (;-) TP