Hello Guest it is April 19, 2024, 12:15:34 PM

Author Topic: x & y axis. What is going on?  (Read 2248 times)

0 Members and 1 Guest are viewing this topic.

x & y axis. What is going on?
« on: June 27, 2015, 09:41:06 PM »
Ok, so I recently build a Greenbull CNC from Buildyourcnc.com.  So far I haven't ran into any issues I wasn't able to solve via Youtube or Google.  Today, I thought I was at a point where I could cut out a stupid chicken I purchased from makecnc.com.  Well, All I had for material was a 4 x 8 piece of mdf.  I ran the DFX through Aspire and set it all up to run and exported the Gcode.  Great, looks like I'm about to have a big mdf chicken.  Now I'm in Mach3 and I load the Gcode.  Problems start here:

1:  For some reason mach3 seems to think my y axis is the longest part of my table.  It orientates the project so as to run the length of the project on the width of the table. 

2:  I never know exactly where the machine is going to start cutting.  I set it where I expect it to start, zero all of the axis and hit go.  It hauls ass across the table and starts where ever it seems to want.

That is all for now.  :)  Any ideas?

Re: x & y axis. What is going on?
« Reply #1 on: June 28, 2015, 08:14:08 AM »
Mach3 doesn't think anything, it does what you tell it, your G-code defines the X and Y moves so you need to

change your machine definition in CAM
or
rotate the part 90 degrees in your CAD package
or
swap your axes in Mach3

If you define your zero in CAD/CAM you will know where to set it on your machine, if you're allowing the software to define a default zero you need to note where it is on the stock, you can then set Mach3's zero appropriately,

Regards,
Nick

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: x & y axis. What is going on?
« Reply #2 on: June 28, 2015, 09:24:01 AM »
1) In Mach3, the X axis is always left to right. You CAN NOT change this. It should look exactly the same way in Mach3 as it does in Aspire.

2) You set your 0,0 position in Aspire, as one of the 4 corners of the workpiece, or the center. Zero the X and Y axis in Mach3 in the appropriate place, and it should be cutting exactly where you want it to.
Be aware that if you may need to move the imported vectors after importing them, as they may import to a different location then you want.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: x & y axis. What is going on?
« Reply #3 on: June 28, 2015, 12:13:27 PM »
Thanks for the info.  I'll do a little testing with that in mind.