mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
ConfigWizard: Finalize custom setup
This commit is contained in:
@@ -1620,7 +1620,7 @@ PrintConfigDef::PrintConfigDef()
|
||||
"temperature control commands in the output.");
|
||||
def->cli = "temperature=i@";
|
||||
def->full_label = L("Temperature");
|
||||
def->max = 0;
|
||||
def->min = 0;
|
||||
def->max = max_temp;
|
||||
def->default_value = new ConfigOptionInts { 200 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user