mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
ENH: CLI: set the default pipe to null to remove warning
Change-Id: I9e2cbb3bba02892a6a97a6a3e0bd9b0f729d202a (cherry picked from commit 1b94c924919c60231e9a87717d0b51204e37dcbc)
This commit is contained in:
@@ -4668,7 +4668,7 @@ CLIActionsConfigDef::CLIActionsConfigDef()
|
||||
def->label = L("Send progress to pipe");
|
||||
def->tooltip = L("Send progress to pipe.");
|
||||
def->cli_params = "pipename";
|
||||
def->set_default_value(new ConfigOptionString("cli_pipe"));
|
||||
def->set_default_value(new ConfigOptionString(""));
|
||||
}
|
||||
|
||||
//BBS: remove unused command currently
|
||||
|
||||
Reference in New Issue
Block a user