585,722 active members*
4,186 visitors online*
Register for free
Login
Results 1 to 9 of 9
  1. #1
    Join Date
    Jan 2009
    Posts
    15

    Z-axis feed rate

    Hi All,

    I have a small engraver and need to have a slower feed rate on the z-axis as compared to the X and Y. I'm using a fine tip cutter on circuit baords and the tip is breaking off due to the z-axis driving the tip down too fast. Mind you I may need to slow the X-Y table down also. Is it easy to slow the z-axis while keeping the other two feed rates unchanged ?.

    Brett.

  2. #2
    Join Date
    Mar 2003
    Posts
    35538
    If you're g-code contains the feedrate, you can change it there. Or, you can lower the Z velocity in the motor tuning screen. Doing this will slow you're rapids, though.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

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

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  3. #3
    Join Date
    Jan 2009
    Posts
    15
    Thanks Gerry,

    I am using Eagle to make PCB's and the G-code converter for that allows separate X-Y and Z feed rates, but it does not seem to apply them to the z-axis ie. the feed rate is placed all through the code but only shows the faster X-Y feed rate.


    Brett.

  4. #4
    Join Date
    Apr 2005
    Posts
    3634
    Can you post a sample of your g-code file, as a .txt file?

    I've never seen code from eagle, is it standard g-code? If so, you could use the Replace option, in Win. Notepad, then go back & edit the header & footer g-code by hand.
    Free DXF - vectorink.com

  5. #5
    Join Date
    Feb 2009
    Posts
    2143
    Are you using PCBGcode? If so, I know for a fact you can have a different Z feed from XY. Sounds like you might not have something configured correctly.

  6. #6
    Join Date
    Jan 2009
    Posts
    15
    Hi mcphill,

    Thanks for your help. I am using pcb-gcode. and I have set different feed rates for X-Y and Z, but like I said it isn't coming up in the final code. I also notice the drill G-codes don't have any Z-axis code at all !. I have set it to use the Mach config, but maybe I'm have missed something.

    Cheers.

  7. #7
    Join Date
    Jan 2009
    Posts
    15

    G-code example from PCB-G-code

    Hi Switcher,

    I have attached a sample of of code. The full code is over 26000 lines so I cut it down to two pages. The feed rate only ever shows the X-Y rate.
    Attached Files Attached Files

  8. #8
    Join Date
    Feb 2009
    Posts
    64

    Eagle

    I have had better luck loading PCB gcode files into Mach's Lazycam editor and making changes there. Took a little practice but I liked the control I had over how the programs turned out.

  9. #9
    Join Date
    Feb 2009
    Posts
    2143
    Quote Originally Posted by Richotech View Post
    Hi Switcher,

    I have attached a sample of of code. The full code is over 26000 lines so I cut it down to two pages. The feed rate only ever shows the X-Y rate.
    As a work-around, you could open the file in Notepad. Use "Find/Replace" (Ctrl-H) and search for "Z-0.2000" and replace with "F20 z-0.2000".

    That will replace all your Z movements with a statement to slow the feed, do the Z move, and put the speed back up (the F2000.0 will stay on the original line.

    Hope that helps!

    I do a lot of "Find/Replace" on my files as I usually don't pay much attention to feed rates in my CAM program, and massage them once I am at the machine and "see how things" go.

    As mentioned previously, you can also "speed limit" the Z axis in MACH3 itself, but that will limit the up travel as well as the down...

Similar Threads

  1. Max feed rate on NM-135?
    By zaebis in forum Novakon
    Replies: 6
    Last Post: 07-20-2009, 12:34 PM
  2. Axis feed rate drops to zero then back to normal
    By TurboBlazerX in forum Fadal
    Replies: 8
    Last Post: 03-20-2009, 02:52 PM
  3. c axis feed rate on a turn /mill machine
    By bike in forum G-Code Programing
    Replies: 5
    Last Post: 09-30-2008, 12:57 AM
  4. Feed rate Ovverride also Increases rapid rate.
    By Korellibopper in forum Machines running Mach Software
    Replies: 1
    Last Post: 01-31-2008, 12:37 AM
  5. Feed Rate and Spindle Rate for this cut?
    By DroopyPawn in forum MetalWork Discussion
    Replies: 20
    Last Post: 11-22-2007, 06:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •