mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-17 01:05:53 +08:00
Oops, missed a line when editing to use label_printed_objects
This commit is contained in:
parent
75de746431
commit
55a4e95b94
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user