From 387376fb254fce66ce978bc266be58869a391664 Mon Sep 17 00:00:00 2001 From: Lukas Matena Date: Wed, 6 Sep 2023 16:54:18 +0200 Subject: [PATCH] LabelObjects: Fixed a typo --- src/libslic3r/PrintConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 5e79c97d3e..a53a2d7286 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -1503,7 +1503,7 @@ void PrintConfigDef::init_fff_params() def = this->add("gcode_label_objects", coEnum); def->label = L("Label objects"); def->tooltip = L("Selects whether labels should be exported at object boundaries and in what format.\n" - " Octoprint = comments to be consumed by Octoprint CancelObject plugin.\n" + " OctoPrint = comments to be consumed by OctoPrint CancelObject plugin.\n" " Firmware = firmware specific G-code (it will be chosen based on firmware flavor and it can end up to be empty).\n\n" "This settings is NOT compatible with Single Extruder Multi Material setup and Wipe into Object / Wipe into Infill.");