mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 20:15:52 +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));
|
||||
def->default_value = opt;
|
||||
}
|
||||
def->cli = "bed-shape=s";
|
||||
|
||||
def = this->add("has_heatbed", coBool);
|
||||
def->label = "Has heated bed";
|
||||
def->tooltip = "Unselecting this will suppress automatic generation of bed heating gcode.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user