add alias

This commit is contained in:
supermerill 2019-02-01 13:25:39 +01:00
parent 0680d6fe05
commit 3ede40226f

View File

@ -1118,6 +1118,7 @@ void PrintConfigDef::init_fff_params()
" which is useful for the Octoprint CancelObject plugin. This settings is NOT compatible with "
"Single Extruder Multi Material setup and Wipe into Object / Wipe into Infill.";
def->cli = "gcode-label-objects!";
def->aliases = { "label_printed_objects" };
def->mode = comAdvanced;
def->default_value = new ConfigOptionBool(0);