mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
ENH: CLI: disable wipetower when all filaments mapped to one
JIRA: STUDIO-4899 Change-Id: I8dc8883fc5a70089d3e21dc82faf04f12532092a (cherry picked from commit 7e21f8ef84e7d96ed2668cd8a4f67e6376e96c74)
This commit is contained in:
parent
b552a3c534
commit
6f8f0b1b7a
2 changed files with 54 additions and 1 deletions
|
@ -5456,6 +5456,11 @@ CLIMiscConfigDef::CLIMiscConfigDef()
|
|||
def->cli_params = "level";
|
||||
def->set_default_value(new ConfigOptionInt(1));
|
||||
|
||||
def = this->add("enable_timelapse", coBool);
|
||||
def->label = L("Enable timeplapse for print");
|
||||
def->tooltip = L("If enabled, this slicing will be considered using timelapse");
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
#if (defined(_MSC_VER) || defined(__MINGW32__)) && defined(SLIC3R_GUI)
|
||||
/*def = this->add("sw_renderer", coBool);
|
||||
def->label = L("Render with a software renderer");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue