mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Comments are now disabled by default, new --gcode-comments option to enable them
This commit is contained in:
@@ -292,7 +292,7 @@ sub _Gx {
|
||||
$gcode .= sprintf " %s%.5f", $Slic3r::extrusion_axis, $self->extrusion_distance;
|
||||
}
|
||||
|
||||
$gcode .= sprintf " ; %s", $comment if $comment;
|
||||
$gcode .= sprintf " ; %s", $comment if $comment && $Slic3r::gcode_comments;
|
||||
return "$gcode\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user