Hello Guest it is April 28, 2024, 04:37:03 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - RocketmanOU

Pages: 1
1
G-Code, CAD, and CAM discussions / Arcs not cutting smoothly
« on: February 14, 2012, 08:58:59 PM »
I profiled a part this morning that should be relatively simple, but the arcs are coming out as what seem to be either line segments or much smaller arcs. I don't see anything in the g-code that should cause this, so I'm pretty confident it's not a Cam issue (I'm using CamBam). Any ideas what might be causing this and how I could correct it? Thanks!








G-Code:

G20 G90 G91.1 G64 G40
G0 Z0.5
T5 M6
( Outside Profile)
G17
M3 S1000
G0 X-6.1827 Y-0.4475
G1 F10.0 Z-0.03
G1 F30.0 X-1.4882
G2 X-0.6681 Y-0.7575 I0.0 J-1.24
G3 Y0.7575 I0.6681 J0.7575
G2 X-1.4882 Y0.4475 I-0.8202 J0.93
[...repeated again and again and again with decreasing z...]
G0 Z0.5
M5
M30

Pages: 1