mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 13:34:05 -06:00
New --no-extrusion option to disable E values
This commit is contained in:
parent
76dfda3b09
commit
b123194522
6 changed files with 10 additions and 2 deletions
|
@ -222,7 +222,7 @@ sub _Gx {
|
|||
}
|
||||
|
||||
# output extrusion distance
|
||||
if ($e) {
|
||||
if ($e && !$Slic3r::no_extrusion) {
|
||||
$self->extrusion_distance(0) if $Slic3r::use_relative_e_distances;
|
||||
$self->extrusion_distance($self->extrusion_distance + $e);
|
||||
$gcode .= sprintf " E%.5f", $self->extrusion_distance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue