G91 erratic behavior

If you think you've found a bug post it here.

G91 erratic behavior

Postby Ruslan » Tue Dec 12, 2023 11:39 am

I attached program with erratic G91 behavior. After line N7 execution Z coordinate must be Z+15, but in reality it is Z-5. If G91 stay before G1 program execution is normal. The position of G90/G91 must not influence on execution of whole line of G-code.
PROG1.nc
(145 Bytes) Downloaded 96 times

May be it is not a bug but after machinig my part it will be a great bug.
May be this could be useful https://tsapps.nist.gov/publication/get ... _id=823374
Ruslan
 
Posts: 22
Joined: Wed Jan 25, 2023 11:05 am

Re: G91 erratic behavior

Postby dezsoe » Tue Dec 12, 2023 10:18 pm

G91 works fine, but don't push it into the G1 line. Try the following:

Code: Select all
O0001
N1 G54 G90
N2 G0 Z50
N3 S2000 M3
N4 X0 Y0
N5 Z30
N6 G1 Z20. F1000.
G91
N7 G1 Z-5. F1000
N8 X20 Y40
G91
N9 G0 Z20
M30

You can find more information here.
dezsoe
 
Posts: 2068
Joined: Sun Mar 12, 2017 4:41 pm
Location: Csörög, Hungary


Return to Report a bug

Who is online

Users browsing this forum: No registered users and 1 guest