Filament following a soluble one must be wiped on the wipe tower

This commit is contained in:
Lukas Matena 2018-07-18 11:05:39 +02:00
parent 3dfd6e64d9
commit eb6936888e
3 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ public:
// This function goes through all infill entities, decides which ones will be used for wiping and
// marks them by the extruder id. Returns volume that remains to be wiped on the wipe tower:
float mark_wiping_extrusions(const Print& print, unsigned int new_extruder, float volume_to_wipe);
float mark_wiping_extrusions(const Print& print, unsigned int old_extruder, unsigned int new_extruder, float volume_to_wipe);
void ensure_perimeters_infills_order(const Print& print);