Removed obsolete wipe tower related code

Most of the code is already commented out for a long time, it should be safe to remove now.
This commit is contained in:
Lukas Matena 2020-09-21 14:25:53 +02:00
parent e7ae26fb8a
commit a13fc805d7
4 changed files with 38 additions and 126 deletions

View file

@ -161,7 +161,7 @@ public:
// Returns gcode for a toolchange and a final print head position.
// On the first layer, extrude a brim around the future wipe tower first.
ToolChangeResult tool_change(size_t new_tool, bool last_in_layer);
ToolChangeResult tool_change(size_t new_tool);
// Fill the unfilled space with a sparse infill.
// Call this method only if layer_finished() is false.