IDEX Machine Z Position Changes During Tool Change
-
Hello,
I have been having issues with my IDEX machine when I print using both heads (multi-materials)
The problem is that the Z position is not consistent. I understand that there must be something wrong with my tool change macros, but I just can't find what. I would appreciate the help.
tpre1.g
M98 P"0:/user/tooloffset.g"
tpost0.g
;M204 T5000 ; Lower Z to 10mm if lower than that for safety if move.axes[2].machinePosition < 10 && state.status != "processing" && state.status != "pausing" && state.status != "resuming" G90 G1 F18000 Z10 G90 G1 Y-70 X-999 U999 F18000 M98 P"0:/user/toolchangeretraction.g" E1 G91 G1 X30 F12000 G1 X-30 G1 X30 G1 X-30 G90 M106 R2 G1 R2 Z0 ;M204 T5000
tpost1.g
;M204 T5000 ; Lower Z to 10mm if lower than that for safety if move.axes[2].machinePosition < 10 && state.status != "processing" && state.status != "pausing" && state.status != "resuming" G90 G1 F18000 Z10 G90 G1 Y-70 X-999 U999 F18000 M98 P"0:/user/toolchangeretraction.g" E1 G91 G1 X-30 F12000 G1 X30 G1 X-30 G1 X30 G90 M106 R2 G1 R2 Z0 ;M204 T5000
tfree0.g and tfree1.g are identical
G90 ;M204 T2000 M98 P"0:/user/toolchangeretraction.g" R1 G60 S2 M106 S0 ; Move Z to 10mm if lower than that for safety if move.axes[2].machinePosition < 10 && state.status != "processing" && state.status != "pausing" && state.status != "resuming" G90 G1 F18000 Z10 G90 G1 X-999 U999 F18000 ;M204 T5000
0:/user/tooloffset.g
; Set tool offsets G10 P1 U0.4166641 Y-2.2636795 Z0
0:/user/toolchangeretraction.g
; ToolChange Retraction Disabled
-
@Nazar what do you mean that the Z positions is not consistent?