Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tgFX skips gCode lines #69

Open
tyzjames opened this issue Jun 22, 2014 · 2 comments
Open

tgFX skips gCode lines #69

tyzjames opened this issue Jun 22, 2014 · 2 comments

Comments

@tyzjames
Copy link

(Generated by PartKam Version 0.05)

G21 G90 G40

(profile 1)
G0 Z2
T0 M6
G17
M3
G0 X0 Y-124
G1 Z-0.5 F300
G1 X240 Y-124 F800
G1 X240 Y0
G1 X0 Y0
G1 X0 Y-124
G1 Z-1 F300
G1 X240 Y-124

tgFX is skipping gcode lines. This code puts out a rectangle (124mm x 240mm) but it constantly skips "G1 X240 Y0", hence causing the machine to move horizontally to the next position,

@ril3y
Copy link
Member

ril3y commented Jun 22, 2014

There is a bug in tgFX that is skipping lines with ( in them ) LIke so:

G0 X0 Y0 (going to home position)

I have fixed this in code but its not in a binary as of yet. From above
this does not sound like this is the same issue? I will try this today.
What are your settings? Do a $$ and attach that.

Thanks,

On Sun, Jun 22, 2014 at 1:22 AM, tyzjames [email protected] wrote:

(Generated by PartKam Version 0.05)

G21 G90 G40

(profile 1)
G0 Z2
T0 M6
G17
M3
G0 X0 Y-124
G1 Z-0.5 F300
G1 X240 Y-124 F800
G1 X240 Y0
G1 X0 Y0
G1 X0 Y-124
G1 Z-1 F300
G1 X240 Y-124

tgFX is skipping gcode lines. This code puts out a rectangle (124mm x
240mm) but it constantly skips "G1 X240 Y0", hence causing the machine to
move horizontally to the next position,

Reply to this email directly or view it on GitHub
#69.

@tyzjames
Copy link
Author

Thanks Riley. Please see the link for my settings.
https://www.dropbox.com/s/0tub9asuu1wh4in/tinyG%20Settings.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants