Hello Guest it is April 18, 2024, 08:00:15 PM

Author Topic: MACH 3 Z axis  (Read 6644 times)

0 Members and 1 Guest are viewing this topic.

MACH 3 Z axis
« on: September 02, 2009, 05:33:57 AM »
i have manage to get Mach 3 up and running but when i cut a file the Z axis works in concussion with X and Y.
can i setup Z axis so that it will move on it own, or am i getting it wrong in lazycam .

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: MACH 3 Z axis
« Reply #1 on: September 02, 2009, 05:56:58 AM »
If your code has a G0 or G1 move with X Y and Z moves all on the  same line then they will all move together. If the Z is on a seperate line then it will move alone, likewise X or Y on their own line.
So as an example if the code was as follows all axis would move together

G1 X100 Y 50 Z-10 F100

If however the code was as follows the axis would move one at a time.

G1 X100 F100
G1 Y50
G1Z-10


Hood
Re: MACH 3 Z axis
« Reply #2 on: September 02, 2009, 06:15:57 AM »
thanks Hood for you fast reply so it is the g code program lazycam that's post the g codes to mach3 that wright the G01 Z.00 so i will have to edit the code that lazycam wrights i think.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: MACH 3 Z axis
« Reply #3 on: September 02, 2009, 06:21:40 AM »
LazyCam should be putting out seperate Z moves if they are required. Afraid I dont use LC but a few here do and if you look in the members documents you will find a manual that Rich wrote.
Hood
Re: MACH 3 Z axis
« Reply #4 on: September 02, 2009, 08:23:32 PM »
Make sure your Z goes up first and down last: up out of the way before X and Y movements, especially rapids, and down after X and Y have put it in the right place. Sounds obvious but I snapped off several cutters learning that one.

Also make sure your feedrates for Z are specified explicitly to make sure you don't stub your cutter down too hard :)

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: MACH 3 Z axis
« Reply #5 on: September 02, 2009, 11:08:42 PM »
dpot,
Can you post your .lcam file which is posting that code, as i am curious as to the code posted from LazyCam and you cut parameters set in LC as well.
RICH
Re: MACH 3 Z axis
« Reply #6 on: September 03, 2009, 04:04:07 AM »
i have now got it working i reload lazycam and it is putting in the G0 Z cord have up loaded the file i am plying with imported as a dxf to lazycam and saved as H7A.lacm

sum files when i transfer to match sum of the drawing is missing now i have the Z working more of the drawing is missing
« Last Edit: September 03, 2009, 06:26:58 AM by dpot »

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: MACH 3 Z axis
« Reply #7 on: September 03, 2009, 07:11:14 AM »
dpot,
Took a quick look at what you posted.I suggest you take a look at the LazyCam manual.
Note that LC will default to a positive Z=1 for the rapids on import of the dxf.
How are you planning to cut out the parts of the plane? I think that the layout was meant to use a knife
to cut them out as there is only 2 mm between some of the lines.
Note that if you wanted to cut everything out all you have to do is select the layers you want to machine and define the cut parameters for  those layers. If not LOL, as the entities are scattered into diffferent layers.
Have Fun,
RICH
Re: MACH 3 Z axis
« Reply #8 on: September 03, 2009, 07:29:24 AM »
i have a home built cnc running with hobbycnc steppers and board it cuts that layout for the the F18 with a 2mm end mill at the moment i am using Kcam but i am having trouble with it after loading service3 so having a try at match and lazycam all my drawing work is on acad2006
« Last Edit: September 03, 2009, 07:32:53 AM by dpot »