![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| G-Code Programing Discuss G-code programing and problems here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
I did a cad drawing in rhino and saved it as a dxf file. I imported the drawing into lazycam. Lazycam posts the g code in incremental mode. It looks like it uses a G91.1 code to go to the incremental mode. If I edit the g code and remove the .1 I get a strange tool path curve. My question is "What does the .1 do?" Thanks Greg Ferris |
|
#2
| ||||
| ||||
| Wouldn't the interpretation of G91.1 be up to your controller? What kind of machine are you running? What post processor are you using? Do they match?
__________________ First you get good, then you get fast. Then grouchiness sets in. (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#5
| ||||
| ||||
| So does that exerpt from the manual mean that Mach won't do absolute positioning with incremental arc centers, which is the way most cncs are designed to work? Or does plain old G90 do that?
__________________ First you get good, then you get fast. Then grouchiness sets in. (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
| Sponsored Links |
|
#6
| ||||
| ||||
| You need to have a G90 for absolute movements along with the G91.1 for incremental IJ arcs. When you change G91.1 to G91 your changing two different things. G90= Absolute positioning G91 = Incremental positioning. G90.1 = Absolute IJ G91.1 = Incremental IJ
__________________ Gerry Mach3 2010 Screenset http://home.comcast.net/~cncwoodworker/2010.html (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#7
| |||
| |||
| the program that I saw G91.1 in didn't have any arcs in it. All cuts were straight lines so there is no need for such a code. In a previous progam, again all with straight lines, when I ran it on mach 3 it curved all the joining lines. I'll have to go back and give that G code a closer look. I'm thinking that I have a fillet button turned on in lazycam. |
|
#8
| ||||
| ||||
| Most likely you're seeing rounded corners caused by CV mode.
__________________ Gerry Mach3 2010 Screenset http://home.comcast.net/~cncwoodworker/2010.html (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#9
| |||
| |||
| Unless you are in "exact stop" mode, the execution of the next block starts, the moment the tool comes within "in-position" distance of the programmed end point in the current block. This causes rounding of corners. If this is not acceptable, reduce the in-position value through a parameter, or run the program in exact stop mode. Most CAM softwares approximate arcs by small straight line segments. |
![]() |
| 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 |
| HPC B-Code Question | danrudolph | CNC Swiss Screw Machines | 1 | 04-09-2010 11:22 AM |
| Need Help!- V-21 G-Code Question | SteveS | BobCad-Cam | 10 | 02-12-2009 10:27 AM |
| G Code Question | dgoddard | G-Code Programing | 3 | 01-02-2008 04:50 PM |
| M-Code question | Chris64 | General Metalwork Discussion | 3 | 10-05-2006 07:07 PM |
| i have a four question for G-code | Net-Man | General CAM Discussion | 2 | 07-06-2005 05:49 AM |