mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 15:31:58 +08:00
make --has-heatbed to compatible with other cli arguments
This commit is contained in:
parent
571b1172b7
commit
98e0b81445
@ -45,7 +45,7 @@ PrintConfigDef::PrintConfigDef()
|
||||
def = this->add("has_heatbed", coBool);
|
||||
def->label = "Has heated bed";
|
||||
def->tooltip = "Unselecting this will suppress automatic generation of bed heating gcode.";
|
||||
def->cli = "has_heatbed!";
|
||||
def->cli = "has-heatbed!";
|
||||
def->default_value = new ConfigOptionBool(true);
|
||||
|
||||
def = this->add("bed_temperature", coInt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user