Really basic G-Code question ....How to change DRO value?
- slowpoke
- Offline
- Elite Member
-
Less
More
- Posts: 195
- Thank you received: 26
30 Mar 2025 18:13 #325336
by slowpoke
Really basic G-Code question ....How to change DRO value? was created by slowpoke
Let's say the current position is 0,0,0 (I'm at the origin) the machine is homed, and I want the machine to now think it's at 5, 0, 0
I imagine there is a gcode command to allow me to do this, so that the Axis DRO, changes from 0,0,0 to 5, 0, 0
I imagine there is a gcode command to allow me to do this, so that the Axis DRO, changes from 0,0,0 to 5, 0, 0
Please Log in or Create an account to join the conversation.
- Aciera
-
- Offline
- Administrator
-
Less
More
- Posts: 4261
- Thank you received: 1878
30 Mar 2025 18:17 #325337
by Aciera
Replied by Aciera on topic Really basic G-Code question ....How to change DRO value?
G10 L20 P0 X5
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g10-l20
linuxcnc.org/docs/html/gcode/g-code.html#gcode:g10-l20
The following user(s) said Thank You: slowpoke
Please Log in or Create an account to join the conversation.
Time to create page: 0.080 seconds