Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Gary Iames on July 23, 2007, 12:57:34 AM

Title: Help with reverse or mirror image engraving
Post by: Gary Iames on July 23, 2007, 12:57:34 AM
Hello Everyone,

My name is Gary and I'm new to Mach 3 software, CNC and this forum.  I am struggling with getting everything to run.  Today, I ran into a problem that really has me stumped.  I downloaded a free engraving program called Desk Engrave.  I used this program to generate G-Code for a small, one line tru type engraving program.  I loaded this G-Code into my Mach 3 software and cut my engraving.  I got some beautifully cut engraving, with just one problem.  I need to use a mirror to read it!  The desk engrave and the mach 3 did not display the image in reverse.  It just cut that way!  As a newbe I really don't know how to fix this.  I don't know if the problem is in Desk Engrave or Mach 3.  Could someone point me in the right direction.  Thanks
Gary Iames
PS.  Feel free to move this if I've posted in the wrong area.
Title: Re: Help with reverse or mirror image engraving
Post by: Chaoticone on July 23, 2007, 07:39:24 AM
Hey Garry,
    Are your axis moving in the right directions? Look at the link below.

http://www.artsoftcontrols.com/forum/index.php?topic=2560.0

 In the scaleing DROs, right beside the axis DROs on the program run page, do you have a 1.000 in those or a -1.000? Can you post your G-code here for us to see? This is a link to a thread that will help you with posting attachments.

http://www.artsoftcontrols.com/forum/index.php?topic=2600.0

Brett
Title: Re: Help with reverse or mirror image engraving
Post by: Gary Iames on July 23, 2007, 09:44:43 PM
Thanks for the quick reply Chaoticone.  I just tried to post the G-Code I was using when the machine (Sherline by the way) cut the reversed image.  The forum rejected the file extension I had, so I changed the extention and I'll try again.  To be clear, my axes are running in the right direction and all of the scaleing DROs are positive.  I'll try another attachment.
Gary 
Title: Re: Help with reverse or mirror image engraving
Post by: mtcallagh on July 25, 2007, 10:24:55 AM
Hi,
 This wont be much help but this seems to be a general problem with most engraving. Even an expensive Dahlgren software that I've used had a pop-up reminding you to mirror and rotate 180degrees the text before pressing start! I hope your software has a mirror function.
Mike
Title: Re: Help with reverse or mirror image engraving
Post by: Brian Barker on July 25, 2007, 10:47:37 AM
You can do the following in your Gcode file:
To rotate a Tap file 180

G68 R180


To mirror the file about the X
G50 X-1


Hope that helps...
Title: Re: Help with reverse or mirror image engraving
Post by: Gary Iames on July 25, 2007, 01:59:34 PM
Brian, Thanks for the input.  I'm an idiot!  I double checked how my axes were running last night.  It turns out that my X axis was reversed!  I changed that and now all is good.  I think I just had a newbe panic attack.
Thanks again to all.
Gary
Title: Re: Help with reverse or mirror image engraving
Post by: towertek on March 16, 2008, 03:57:52 PM
So if I posted that code in my file I could then do a 2 sided maching with it?  That could be very handy.