View Full Version : How do I change the direction of cut?


Ironworks
05-07-2009, 10:10 AM
I need to change the cut direction on a single line. I understand that the software knows which direction the line was drawn, and it cuts in that direction. I need to switch it to the opposite direction. Any thoughts on how to do that??

Thanks!

s3648
05-07-2009, 11:11 AM
what is the G-Code your post processor wrote for that line?

Ironworks
05-07-2009, 11:34 AM
I've attached the DXF file...

Boots
05-07-2009, 12:24 PM
The line in your DXF is a spline. But none the less are you cutting on center or are you using G41 or G42 ?
I have to convert splines to a poly line before I can cut. Do you also or can you cut Splines on your machine?

Ironworks
05-07-2009, 12:26 PM
Sorry, I don't know what G41 or G42 means. I don't even know how to find out...

Boots
05-07-2009, 12:52 PM
Ok I guess I jumped on this post too quickly. I didn't realize you are running a torch machine. I see that only after your response. You must be cutting on center of the line. Do you use software to program this machine? If so , it should be easy to reverse the cut directon. Or does this machine take a DXF file directly into it and uses that file alone to cut? I'm not that savy on torch or Plasma cutters. I've never seen what your G-code looks like or even if you use a G-Code. You may use Binary code ? ?

Ironworks
05-07-2009, 01:23 PM
Thanks for trying to help. This is a PlasmaCAM machine, using their software. I have not been able to find anything in there software that lets you change direction. BUMMER!!

Boots
05-07-2009, 03:14 PM
Another suggestion....when I do a mirror image it reverses the tool path and cuts in the other direction. Have you tried this?

Ironworks
05-07-2009, 04:47 PM
I just tried mirror -- no change in direction.

Mongkol
05-07-2009, 08:29 PM
Ironworks,
What software do you use? I use sheetcam software and it can change in opposite direction. It's easy if you use this software. Don't worry for post processor for G-code. It has the post processor for plasmacam as well.


Mongkol

Ironworks
05-07-2009, 08:47 PM
Thanks for the suggestion, Mongkol. I'm downloading it now...

Mongkol
05-07-2009, 08:59 PM
Ironworks,
Is it possible to share the software of plasmacam? I want to compare with my sheetcam. Which is better than?

Mongkol

Ironworks
05-07-2009, 09:30 PM
Sorry, no, it would violate the licensing agreement.

Mongkol
05-07-2009, 09:39 PM
Ironworks,
It's possible or not if I will buy this software and license.


Mongkol

Ironworks
05-07-2009, 10:15 PM
You would have to contact PlasmaCAM for that info.

plasmapunk
05-07-2009, 11:22 PM
To change Cutpath direction do the following

Draw your line. (Line will be white)
Press P (Convert to cutpath) Click the line
Line will now be blue
Do a cut preview (with a speed slow enough that you can see the direction)
Line turns red as it simulates the cut.

To change direction
Click the line (Line will turn green)
Press K (link segments)
Line will be white again
Press P (convert to cutpath)
Do a cut preview (the cutpath will now be going the other direction.)

This process will change the direction of any cutpath

Ironworks
05-07-2009, 11:53 PM
FANTASTIC, Plasmapunk -- that's exactly what I needed to know -- it works GREAT! Thanks!