How can I get my Post Processor to post I's and J's instead of line segments?
I am using a modified Mach2_3 Arcs inch post processor.
Any help would be greatly appreciated.
Thank you
Edit: I am trying to ramp a profile in a circle.
Post I's and J's
- Adrian
- Vectric Archimage
- Posts: 11319
- Joined: Thu Nov 23, 2006 2:19 pm
- Model of CNC Machine: ShopBot PRS Alpha 96x48
- Location: Surrey, UK
Re: Post I's and J's
If you're using a Post Processor with ARC in the name it should have the code in there already. Look for CW_ARC_MOVE and CCW_ARC_MOVE.
However I don't think that's your problem. If you're ramping then the code generated won't be completely arc code because it's moving down in the Z constantly for the ramp portion. Of course a lot depends on how long the ramp is, how many passes you're taking etc.
You can easily verify your arcs are working by creating a toolpath for a circle with ramping and one without, then edit the saved toolpath.
However I don't think that's your problem. If you're ramping then the code generated won't be completely arc code because it's moving down in the Z constantly for the ramp portion. Of course a lot depends on how long the ramp is, how many passes you're taking etc.
You can easily verify your arcs are working by creating a toolpath for a circle with ramping and one without, then edit the saved toolpath.