Hello Guest it is April 18, 2024, 02:23:12 AM

Author Topic: Quick Bit of Coding Help Please  (Read 3039 times)

0 Members and 1 Guest are viewing this topic.

Quick Bit of Coding Help Please
« on: February 26, 2013, 07:55:56 AM »
heres a snap shot of my code

G00 G41 X43.5 Y-0.5 D4

G1 Z-1

F170
G1 Y2.3
G1 X54.1 Y12.3
G1 Y-0.5
G00 Z2
G00 X43.5

G00 Z-1
G1 Z-2
G1 Y2.3
G1 X54.1 Y12.3
G1 Y-0.5
G00 Z2
G00 X43.5

why am i getting a kink as highlighted below? its not in the coding and not in the blue line, its just in the white line for the g41 command? but actually gets machined into the material

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Quick Bit of Coding Help Please
« Reply #1 on: February 26, 2013, 02:21:35 PM »
I would say it is a GLITCH in the TC code.  IF you run the code in reverse motion as in a conventional cut it will probably work ok.

Just a thought, (;-)TP
Re: Quick Bit of Coding Help Please
« Reply #2 on: February 26, 2013, 03:56:59 PM »
bugger, is there a way of reporting bugs in mach3?

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Quick Bit of Coding Help Please
« Reply #3 on: February 26, 2013, 04:07:23 PM »
Support@MachSupport.com

Just for what it is worth Mach3 is at the END of it development life.  I would not expect much more to be done to it before Mach4 comes out.

Just a thought, (;-) TP

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: Quick Bit of Coding Help Please
« Reply #4 on: February 26, 2013, 06:00:44 PM »
These G41/G42 bugs are well known and have always existed. As Terry says, all you can really do is wait until Mach4 is out, sometime later this year.
I use comp all the time, and rarely see any issues like this, but when I do, I just don't use comp for that particular part.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Quick Bit of Coding Help Please
« Reply #5 on: February 26, 2013, 07:20:46 PM »
Playing around with it here I can make it better but not perfect using your code snippet.

Can you post the complete file ?

(;-) TP