Apply retraction to 2nd nozzle at startup on dual prints.
Posted: Thu Mar 03, 2016 10:40 am
Using a FF Creator Pro.
The standard startup script for a dual print wipes the nozzles, then moves right into printing, without applying a filament retraction to the inactive tool head - this leads to oozing of the inactive extruder. This (as far as I know) can't be cured with a skirt/brim as whichever tool head runs first, the other will ooze.
You can combat this by modifying the startup script and manually add a retraction - in my case, E-12.0 (S3D applies an E- 12.0 during normal tool changes which works perfectly once the cycle gets going). The problem is that this is unmanaged by S3D, so it doesn't know that once this extruder comes online in the process, it needs to apply the extra restart distance (in my case, E11.5).
I would suggest having the startup script apply the correct retract after the wipe using a tied variable - something like:
G1 E[filament_retract] F600
In a manner where S3D recognizes it needs to apply the restart distance after the tool change. I believe this would eliminate all oozing (at least in my experience).
The standard startup script for a dual print wipes the nozzles, then moves right into printing, without applying a filament retraction to the inactive tool head - this leads to oozing of the inactive extruder. This (as far as I know) can't be cured with a skirt/brim as whichever tool head runs first, the other will ooze.
You can combat this by modifying the startup script and manually add a retraction - in my case, E-12.0 (S3D applies an E- 12.0 during normal tool changes which works perfectly once the cycle gets going). The problem is that this is unmanaged by S3D, so it doesn't know that once this extruder comes online in the process, it needs to apply the extra restart distance (in my case, E11.5).
I would suggest having the startup script apply the correct retract after the wipe using a tied variable - something like:
G1 E[filament_retract] F600
In a manner where S3D recognizes it needs to apply the restart distance after the tool change. I believe this would eliminate all oozing (at least in my experience).