diff --git a/lib/Slic3r/Print/GCode.pm b/lib/Slic3r/Print/GCode.pm index c5a9457f3..84c5e6f75 100644 --- a/lib/Slic3r/Print/GCode.pm +++ b/lib/Slic3r/Print/GCode.pm @@ -675,7 +675,7 @@ sub process_layer { } } } - if ($self->config->gcode_comments) { + if ($self->config->label_printed_objects) { $gcode .= "; stop printing object " . $object->model_object()->name . " id:" . $obj_idx . " copy " . $copy_idx . "\n"; } $copy_idx = $copy_idx + 1;