![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| SheetCam Discuss SheetCam software here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| ||||
| ||||
| Output arcs using R not I,J? I'm having some problems cutting G2/G3 arcs on my rotary axis. Basically I am using Sheetcam to generate standard X,Y plane G-code, then using a text editor to replace all the Ys with As to use my A axis. Works fine until I,J arc centre words come up, then the REAL Y axis starts to move and not my A. I figured if I used the "G2 R..." notation this problem would go away - is there a setting that I can change to effect this, or does it require a different post? Currently I use the standard Mach2 post with no other problems. Thanks |
|
#2
| |||
| |||
| Mach cannot handle X-A arcs. Arcs have to be on the X-Y, X-Z or Y-Z planes. To get around this you need to break the arcs into lots of short line segments. Go to c:\program files\sheetcam\posts. Make a copy of the post then edit the copy with a text editor. Look for function arc() Delete the whole function and replace it with this one: function arc() arcasmoves(0.1) end If the line segments are too long, reduce the number. While you are digging into the post, look at function rapid() and function move(). In both functions, change " Y" to " A". In SheetCam, load the modified post and away you go, no more editing the G-code. Les |
|
#3
| ||||
| ||||
| Les, many thanks. Makes my life much easier. DAVE |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Huge Arcs HELP ????? | Biggermens | Mach Software (ArtSoft software) | 3 | 04-26-2007 09:50 AM |
| Huge Arcs | Biggermens | Mach Lathe | 0 | 04-23-2007 11:49 AM |
| Smoothing 3d arcs? | stevespo | BobCad-Cam | 14 | 04-20-2007 07:46 AM |
| Points on arcs | gguidi | Autodesk Software (Autocad, Inventor etc) | 2 | 07-25-2006 08:49 AM |
| Cutting !@#$% Arcs... | Joe Petro | General CAM Discussion | 5 | 01-12-2004 09:17 PM |