Possible to assign a tool to always go clockwise?

All topics related to RhinoCAM
Post Reply
ryan
Posts: 213
Joined: Wed Aug 01, 2007 4:15 pm

Possible to assign a tool to always go clockwise?

Post by ryan »

If I have a bunch of 2d curves for engraving, I always set them to clockwise because my knife cuts more accurately. But my routing engraving does better running counter clockwise.

Is there anything in the post settings that I can tweak to get this,
Thanks.
MecSoft Support
Posts: 2405
Joined: Wed Aug 01, 2007 4:15 pm
Location: Irvine, CA, USA
Contact:

Post by MecSoft Support »

Ryan,

Setting the Spindle RPM to a negative value under Feeds/Speeds dialog would turn on Counter Clockwise Rotation of the spindle.
(For example: -8000)

Speeds/Feeds can be set to the tool under the Create/Select Tool dialog.
ryan
Posts: 213
Joined: Wed Aug 01, 2007 4:15 pm

Post by ryan »

Thanks for the reply.

That is something I will have to explore further.

I was referring to the actual direction of the cut being CW or CCW, not the spindle direction.

Sorry for the confusion.
Thanks.
MecSoft Support
Posts: 2405
Joined: Wed Aug 01, 2007 4:15 pm
Location: Irvine, CA, USA
Contact:

Post by MecSoft Support »

You can just change the direction of the curves in Rhino to change the direction of cuts.
ryan
Posts: 213
Joined: Wed Aug 01, 2007 4:15 pm

Post by ryan »

That is what I normally do. And in my engraving workflow as a rule I make all curves go Clockwise, only because it is easy to teach someone and remember, "OK before I generate the toolpaths I need to make sure everything is Clockwise."

But I am finding out that the routing does a better job if the curve to be engraved is counterclockwise.

Which is fine. But some of these same curves will be knife cut by our machine after the routing and the knife cut has to go clockwise. This is handled by an auto-tool change.

If there was a way either in the post processor or tool definition that would make the knife always cut Clockwise regardless of the curve direction. I'm only talking about engraving operations, BTW.

Thanks for the replies.
MecSoft Support
Posts: 2405
Joined: Wed Aug 01, 2007 4:15 pm
Location: Irvine, CA, USA
Contact:

Post by MecSoft Support »

Ryan,

Since changing the direction of the toolpath involves changes in the computed motions, the post cannot do this. The post can only change the formatting of the output. So you will have to continue doing what you are doing now to get CCW and CW motions.
ryan
Posts: 213
Joined: Wed Aug 01, 2007 4:15 pm

Post by ryan »

Do you think this is something that could be handled by the controller for the machine? I know there is a lot more I could be doing with my machine and I have a hard time knowing if this is something that lies in it's purpose.

Thank you for the replies.
MecSoft Support
Posts: 2405
Joined: Wed Aug 01, 2007 4:15 pm
Location: Irvine, CA, USA
Contact:

Post by MecSoft Support »

You will have to talk with you controller manufacturer about this. Sorry can't help you there.
donl517
Posts: 550
Joined: Wed Aug 01, 2007 4:15 pm
Location: Three Rivers, MI. 49093

Post by donl517 »

Ryan,

Would a script to duplicate and reverse the curve direction help you at all? You could move the duplicated curves to a new layer to simplify selection. (i.e. REV_Parent Layer).

Don

Edit: You can try the attached file and see how it works. Right now it auto selects all the curves in the file, duplicates, reverses and moves them to a new layer. If you prefer to select only certain curves Uncomment line 13 and comment out line 12. (Use the apostrophe character to comment out a line.

HTH,
Don
Attachments
DupRevCurvesToLayer.zip
(790 Bytes) Downloaded 759 times
ryan
Posts: 213
Joined: Wed Aug 01, 2007 4:15 pm

Post by ryan »

Don, you are on a scripting rampage!

Let me give this a shot and get back to you!
Thanks.
Post Reply