Activating 'Z-Lift' causes double de-retraction
I'm using a mixing hotend and Firmware retraction.
Everything works fine until I activate Z-Lift.
After sending G10 extruder retracts,
then Z-lifts,
then immediately de-retracts (why?)
then makes travel move
then de-reretracts on G11 (deretract as it should be)
What might be the cause for this? I can live without Z-lift, but sometimes it's nice to have.
Everything works fine until I activate Z-Lift.
After sending G10 extruder retracts,
then Z-lifts,
then immediately de-retracts (why?)
then makes travel move
then de-reretracts on G11 (deretract as it should be)
What might be the cause for this? I can live without Z-lift, but sometimes it's nice to have.
Comments
T0 causes a de-retraction even before G10 causes a retract.
Sending Tn command will automatically de-retract?
Not sure why or where to correct this value in of de-retraction in config?
Are you staying at T0 all the time? If not your select and deselect scripts get run.
Also every Tx calls
But that is not retracting.
Do I understand it correctly that
T0
T0
T0
will deretract 3 times?
I see no call to retract function in T0 command so it might not come from this.
Do you have
When you say with z lift do you mean
or do you have it enabled on slicer?
Yes RETRACTION_Z_LIFT 5 and AUTORETRACT_ENABLED 0 deactivated.
I only used T0 and just change the M163 ratios for different colors.
Sending only T0 doesn't do anything even wqith M302 activated
This is the minium of commands to reproduce the error
M302
This causes the extruder to retract, de-retract and de-retract again.
Don't know why even on the second command (which should be G10) it de-retracts? That should be a guranteed retract?
Doesn't matter, leaving out T0 solves it. Still strange.