IDEX Tool offset G code G10 without function
-
Hello,
I have built an IDEX printer and have an offset from Tool 0 to Tool 1 of 15mm. If I enter this offset in config.g in this area:
; Tools
M563 P0 S "Tool 1 left" D0 H1 F0; define tool 0
G10 P0 X0 Y0 Z0; set tool 0 axis offsets
G10 P0 R0 S0; set initial tool 0 active and standby temperatures to 0C
M563 P1 S "Tool 2 right" D1 H2 X3 F2; define tool 1
G10 P1 U0 Y0 Z0; set tool 1 axis offsets
G10 P1 R0 S0; set initial tool 1 active and standby temperatures to 0Cnothing changes, the change is not accepted, the offset still exists.
What can I do to set the offset correctly?
thanks gringo
-
@gringo said in Tool offset G code G10 without function:
G10 P1 U0 Y0 Z0; set tool 1 axis offsets
You haven't added the offset in for the second tool.
https://duet3d.dozuki.com/Wiki/Gcode#Section_G10_Tool_Offset_and_Temperature_Setting
-
not in the gcode i posted.
when I enter U15, tool 1 moves exactly to the same position as in U0 -
I use reprap firmware 3.1.1 on a Duet2 wifi with Duex5.
-
Unfortunately my IDEX knowledge is limited. Perhaps you can find something useful in the search results from previous IDEX discussions.