Hello Guest it is March 29, 2024, 10:23:07 AM

Author Topic: Help with reverse or mirror image engraving  (Read 11813 times)

0 Members and 1 Guest are viewing this topic.

Help with reverse or mirror image engraving
« 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.

Offline Chaoticone

*
  • *
  •  5,624 5,624
  • Precision Chaos
    • View Profile
Re: Help with reverse or mirror image engraving
« Reply #1 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
;D If you could see the things I have in my head, you would be laughing too. ;D

My guard dog is not what you need to worry about!
Re: Help with reverse or mirror image engraving
« Reply #2 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 
Re: Help with reverse or mirror image engraving
« Reply #3 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
Re: Help with reverse or mirror image engraving
« Reply #4 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...
Fixing problems one post at a time ;)

www.newfangledsolutions.com
www.machsupport.com
Re: Help with reverse or mirror image engraving
« Reply #5 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
Re: Help with reverse or mirror image engraving
« Reply #6 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.