mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 16:09:01 +08:00
Fixed error in last commit preventing compilation
This commit is contained in:
parent
a06b11db8e
commit
97cf94c694
@ -590,7 +590,7 @@ PrintConfigDef::PrintConfigDef()
|
|||||||
def->min = 0;
|
def->min = 0;
|
||||||
def->enum_values.push_back("0");
|
def->enum_values.push_back("0");
|
||||||
def->enum_labels.push_back("auto");
|
def->enum_labels.push_back("auto");
|
||||||
def->default_value = new ConfigOptionFloatOrPercent(20);
|
def->default_value = new ConfigOptionFloatOrPercent(20, false);
|
||||||
|
|
||||||
def = this->add("gcode_arcs", coBool);
|
def = this->add("gcode_arcs", coBool);
|
||||||
def->label = "Use native G-code arcs";
|
def->label = "Use native G-code arcs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user