mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 13:26:58 +00:00
FIX: some gcode path errors of wipe tower
jira: none Change-Id: Ic669e95ecc32a232676c86e89fa1a6fe092efa36 (cherry picked from commit 1fe49fb2d1f7bd4572c3b5e588af06c94c08dd43)
This commit is contained in:
@@ -344,7 +344,7 @@ public:
|
||||
ToolChangeResult tool_change_new(size_t new_tool);
|
||||
NozzleChangeResult nozzle_change_new(int old_filament_id, int new_filament_id);
|
||||
ToolChangeResult finish_layer_new(bool extrude_perimeter = true, bool extrude_fill = true, bool extrude_fill_wall = true);
|
||||
ToolChangeResult finish_block(int filament_id, bool extrude_perimeter = true, bool extrude_fill = true);
|
||||
ToolChangeResult finish_block(const WipeTowerBlock &block, int filament_id, bool extrude_perimeter = true, bool extrude_fill = true);
|
||||
void toolchange_wipe_new(WipeTowerWriter &writer, const box_coordinates &cleaning_box, float wipe_length);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user