mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 20:32:06 +00:00
Fix: error wipe when no finish_block_tcr
jira: none Change-Id: I0890089661a719f728c5fbc5254cf53f047d7248 (cherry picked from commit 7d48561817647e7ee111ce5c40063159c4baee03)
This commit is contained in:
@@ -21,6 +21,7 @@ enum GCodeFlavor : unsigned char;
|
||||
class WipeTower
|
||||
{
|
||||
public:
|
||||
friend class WipeTowerWriter;
|
||||
static const std::string never_skip_tag() { return "_GCODE_WIPE_TOWER_NEVER_SKIP_TAG"; }
|
||||
|
||||
// WipeTower height to minimum depth map
|
||||
|
||||
Reference in New Issue
Block a user