mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 11:05:56 +08:00
add --bed-shape cli arg
This commit is contained in:
parent
13f121e3d9
commit
6d9279db72
@ -40,6 +40,8 @@ PrintConfigDef::PrintConfigDef()
|
|||||||
opt->values.push_back(Pointf(0,200));
|
opt->values.push_back(Pointf(0,200));
|
||||||
def->default_value = opt;
|
def->default_value = opt;
|
||||||
}
|
}
|
||||||
|
def->cli = "bed-shape=s";
|
||||||
|
|
||||||
def = this->add("has_heatbed", coBool);
|
def = this->add("has_heatbed", coBool);
|
||||||
def->label = "Has heated bed";
|
def->label = "Has heated bed";
|
||||||
def->tooltip = "Unselecting this will suppress automatic generation of bed heating gcode.";
|
def->tooltip = "Unselecting this will suppress automatic generation of bed heating gcode.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user