Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2018-07-05 22:46:13 +0300
committersupermerill <merill@free.fr>2018-07-05 22:46:13 +0300
commit2d222c63851f0dadfcada720785f63fbfff43dee (patch)
treefc558d4783df0a4e8cbcee55149d9f94ef967519
parent75de746431dca545ac8bae041526ad1d9a180634 (diff)
xancelobject setting fixcancelobject
-rw-r--r--lib/Slic3r/Print/GCode.pm2
1 files changed, 1 insertions, 1 deletions
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;