You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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.
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.
(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,
The text was updated successfully, but these errors were encountered: