Tool head offset
-
Hi all
I built a Multi head paste Extrusion machine using Duet wifi+ Duex5.
I have given the tool offset and bed distance from end stops in the picture, when i print the head 1 and 2 are printing in the center of the bed , but 3 & 4 are not coming to the center, its printing on top corner of the bed. i have given the proper offset distance, pls see the config. What mistake im doing?!; Axis Limits
M208 X-55 Y-125 Z0 S1 ; set axis minima
M208 X285 Y285 Z150 S0 ; set axis maxima; Endstops
M574 X1 Y1 Z1 S1 ; set active high endstops; Tools
M563 P0 S"Head 1" 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"Head 2" D1 H2 F1 ; define tool 1
G10 P1 X66 Y-1 Z0 ; set tool 1 axis offsets
G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C
M563 P2 S"Head 3" D2 H2 F-1 ; define tool 2
G10 P2 X0 Y-122.5 Z0 ; set tool 2 axis offsets
G10 P2 R0 S0 ; set initial tool 2 active and standby temperatures to 0C
M563 P3 S"Head 4" D3 H2 F-1 ; define tool 2
G10 P3 X-65 Y-122.5 Z0 ; set tool 2 axis offsets
G10 P3 R0 S0 ; set initial tool 2 active and standby temperatures to 0C -
Shouldn't the X offset for Tool 4 be in the same direction as the X offset for tool 2? 2 is set to the positive direction and 4 is set to the negative.
I believe all tool offsets are based from tool # 1. At least that is how I have mine set up.
Also, did you try reversing the Y values on tool 3 an 4?
-
@timcurtis67 Hi
Thank you i have done the offset value correctly