mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -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
|
@ -17,7 +17,7 @@ sub new {
|
|||
my %panels = (
|
||||
printer => Slic3r::GUI::OptionsGroup->new($self,
|
||||
title => 'Printer',
|
||||
options => [qw(nozzle_diameter print_center use_relative_e_distances z_offset)],
|
||||
options => [qw(nozzle_diameter print_center use_relative_e_distances no_extrusion z_offset)],
|
||||
),
|
||||
filament => Slic3r::GUI::OptionsGroup->new($self,
|
||||
title => 'Filament',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue