mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-31 20:51:12 -06:00
Wipe tower: don't use soluble filament for perimeters, sparse infill or first layer
This commit is contained in:
parent
3ed68ac28a
commit
f6de946dd7
2 changed files with 87 additions and 40 deletions
|
|
@ -361,6 +361,11 @@ private:
|
|||
// Stores information about used filament length per extruder:
|
||||
std::vector<float> m_used_filament_length;
|
||||
|
||||
// Return index of first toolchange that switches to non-soluble extruder
|
||||
// ot -1 if there is no such toolchange.
|
||||
int first_toolchange_to_nonsoluble(
|
||||
const std::vector<WipeTowerInfo::ToolChange>& tool_changes) const;
|
||||
|
||||
|
||||
// Returns gcode for wipe tower brim
|
||||
// sideOnly -- set to false -- experimental, draw brim on sides of wipe tower
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue