supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.04k stars 514 forks source link

Way to disable z lift just before tool change. #4133

Open barsamgr opened 4 months ago

barsamgr commented 4 months ago

Request

I would love to have a way to disable the z lift just before the tool change. Bellow is part of a code for a multicolor print and you can see that just before the 'T2' command there is a lift to Z0.45. This is the lift I am trying to find a way to avoid.

image

Reason

I have noticed that when the toolhead lifts and goes to the parking position for the filament change sequence, it leaves a very fine string of plastic that accumulates in the print perimeters and ruins the finished print. So after testing a lot the filament change sequence I found out that going out of the print without lift, is the best choice for not leaving any residues.

I suppose it can be done with a post processing script, but I want to avoid it.