Oops, missed a line when editing to use label_printed_objects

This commit is contained in:
Joseph Lenox 2018-07-05 14:49:44 -05:00
parent 75de746431
commit 55a4e95b94

View File

@ -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;