![]() | |
| 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
| |||
| |||
Does anyone use WinCNC with V Carve ? I am having problems with G2 lines that error out. If the line starts with G2 I need to remove the G2 and the I and J to make this program run. Only leaving the X and Y position. I am new to G-code would appreciate any help. Thanks in advance. |
|
#2
| |||
| |||
| I don't use WinCNC but it sounds like you are not commanding a G1 or G0 after the G2 line. When you execute a G2I()J() line and the following line is a X,Z move then you have to specify G1 for liner(feed) move or G0 rapid move. Exapmle G2I1.2J.5 X1.Z5.---machine will alarm out at this point because your G2 is still active for this block. A G1 or G0 is needed with X,Z Can you post the code that you are having trouble with and mark were the problem is so we can look at it to see what’s going on? Stevo |
|
#4
| |||
| |||
| I think helper is right, try setting your arc_err to 0.1 or .005 (mine is .005) in your .ini file. Noticed from your other post it is currently set to .02. In g-code G2 and G3 are arcs, removing the G2 and IJ make it a staright line (G1) move rather than an arc. |
|
#5
| |||
| |||
| Stevo, Here is a sample I was having problems with. The G2 line in the center is the culprit I assume. Thanks for taking a look. Steve X-0.0360Y-1.9963Z-0.1557 X-0.0219Y-2.0243Z-0.1629 X-0.0092Y-2.0468Z-0.1693 X0.0028Y-2.0705Z-0.1784 X0.0155Y-2.0991Z-0.1920 X0.0222Y-2.1160Z-0.2011 X0.0344Y-2.1498Z-0.2215 X0.0410Y-2.1706Z-0.2351 X0.0475Y-2.1920Z-0.2500 G2X-0.1027Y-2.3180I-0.2229J0.1132 G1X-0.1715Y-2.3395 X-0.2333Y-2.3611 X-0.2915Y-2.3838 X-0.3477Y-2.4082 X-0.4037Y-2.4352 X-0.4605Y-2.4650 X-0.5221Y-2.4999 X-0.5951Y-2.5437 |
| Sponsored Links |
|
#6
| |||
| |||
Can you send me the whole file. Looks like some things are missing. I can do a simulation on my system and see whats up. Also what post are you using in vcarve? What machine are you running it on? I can give you the post i use with wincnc and v carve. Havent had any issues with mine yet. thanks, |
![]() |
| 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 |
| Does anyone use WinCNC? | dmgdesigns | General CAM Discussion | 7 | 12-06-2009 09:55 AM |
| WINCNC INI files | cabnet636 | WinCnc | 5 | 12-26-2008 10:12 AM |
| WINCNC INI files | cabnet636 | WinCnc | 1 | 08-13-2008 07:12 AM |
| Wincnc INI Settings | FFAMN | WinCnc | 5 | 12-22-2007 04:24 PM |
| wincnc problem need help!!!!! Please... | dsgnkrft | WinCnc | 7 | 12-18-2007 06:18 PM |