idex offset
-
Hello everyone. I have a problem. Build an idex printer. but one of the heads (U) has the nozzle offset in Y with respect to the X head, specifically 28mm. I put the value of the offset in tool 1, in the value of Y, but it continues to print in another position. Thank you
; Tools
; Create a tool that uses the low end (X) carriage
M563 P0 D0 H1 F0 ; tool 0 uses extruder 0, heater 1 and fan 0
G10 P0 X0 Y0 Z0 S0 R0 ; set tool 0 offsets and temperatures; Create a tool that uses the high end (U) carriage
M563 P1 D1 H2 X3 F1 ; tool 1 uses extruder 1, heater 2, fan 2, and maps X to U
G10 P1 Y-31 U0 Z0 S0 R0 ; set tool 1 offsets and temperatures ; set initial tool 1 active and standby temperatures to 0CM501
; Custom settings are not defined
-
Please post your full config.g and the results of M122 and M98 P"config.g" so we can see a fuller picture of your setup. Perhaps also post your homing files and tool change files.