Extruder position print resume
Hello all,
I have the following problem, I use a syringe instead of an extruder and after emptying it, I change it and insert a new syringe. I pause my print job and start it again after inserting the new one. The problem is that the last extruder position is always approached and the syringe is always completely emptied. How can I change this approach to the last position?
Thank you very much.
Many greetings
MAKB
I have the following problem, I use a syringe instead of an extruder and after emptying it, I change it and insert a new syringe. I pause my print job and start it again after inserting the new one. The problem is that the last extruder position is always approached and the syringe is always completely emptied. How can I change this approach to the last position?
Thank you very much.
Many greetings
MAKB
Comments
Question would be more why does that empty your syringe. G92 does normally not move extruder. Actually if new pos is now E0 due to homing it would define real E0 to be handles as position Estored_pos so it does not cause this problem.
What might be the case is that your change procedure changes silently the extrusion mode to relative while you was absolute before the change. In that case switch to absolue E positions after change. Marlin does change positioning mode on homing, but not sure what it does with syringe.
But that requires that you slice all your g-code with same mode.