![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| General CAM Discussion Discuss CAD/CAM software and Design software methods here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
| Hi all, Well I have managed to find and run the script to go from a Eagle board file to Gcode. Now the only problem I have is how do I mirror the GCode? The program works fine for the top copper but I need to mirror the bottom to have the traces in the correct orientation. Thanks for your help! Albert |
|
#2
| ||||
| ||||
| Assuming you disnt generate the code from a CAM system (in which case mirroring in the CAM system and reposting would be easiest), and assuming your control wont do it... Use an editor such as cimco, editcnc (you can search for free downloads or 30 day trial versions of these editors) they have a function that does this automaticaly. If you are simply miroring about the X axis, all non-zero X values and I values get the sign changed from positive to negative or vice versa. The editors I mentioned also have a backplot feature that will display graphicaly the edited toolpath. Try this link http://www.editcnc.com/cnc-programming.html CAM teh "left ... left ... left . right . left"
__________________ Wee aim to please ... You aim to ... PLEASE. |
|
#3
| ||||
| ||||
| In Eagle CAM, set the mirror option ON when doing the bottom side. This will automatically mirror your trace. Another way is to reverse the direction setting in your CNC software; that how I do it if I can do it at source application.
__________________ Stupid questions make me smarter... See how smart I've become at www.9w2bsr.com ;-P |
|
#4
| ||||
| ||||
| I agree with CAMmando. Just follow his link and the rest should be history.
__________________ no problem! |
|
#5
| ||||
| ||||
| Mirror Try G51 X0 Y0 I-1000 J-1000 This will scale around point X0 Y0, with a scale factor of 100% (full size) and the - (minus sign) means it will mirror it in this plane. So to mirror in X but not in Y use I-1000 J1000. Or just leave the J out. G51 X0 I-1000 Use G50 to cancel G51. Atom. |
| Sponsored Links |
|
#6
| ||||
| ||||
| There is also a very basic way that I have done and tested before in word pad. Select Search and Replace from the menu. Check match whole word. Find X- Replace with V$ Then find X Replace with X- Then find V$ And replace with X Do this also with your I values in arcs FYI this is a great way to change the axis integers if you are wishing to convert a Z plane program to an X or a Y plane program on a universal milling machine.
__________________ "A Helicopter Hovers Above The Ground, Kind Of Like A Brick Doesn't" Greetings From Down Under Dave Drain Akela Australia Pty. Ltd. (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#7
| ||||
| ||||
| Kookaburra, Mighty interesting! Haven't thought doing things this way. Normally i do mirroring, rotation etc on the machine....that's the nice thing of wire eroders, but if the machine can't do it, well..... Klox
__________________ *** KloX *** I'm lazy, I'm only "sparking" when the EDM is running.... |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do i get my autocad file onto mastercam? | EdE | General CAM Discussion | 3 | 02-23-2011 12:54 AM |
| Emco Compact 5 PC...have ???? | Double G | Mini Lathe | 42 | 08-22-2010 07:26 PM |
| Boot disk for EZ-Track DX, batch file? | mmm2003 | Bridgeport and Hardinge Mills | 8 | 01-31-2007 12:47 PM |
| File Extensions in PFE | E-Stop | Mastercam | 0 | 06-25-2004 07:53 AM |
| AutoCad 2000 Missing .dll file | E-Stop | Autodesk Software (Autocad, Inventor etc) | 12 | 05-30-2003 12:43 PM |