mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 04: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
|
@ -35,6 +35,7 @@ use Slic3r::Surface::Bridge;
|
|||
our $nozzle_diameter = 0.5;
|
||||
our $print_center = [100,100]; # object will be centered around this point
|
||||
our $use_relative_e_distances = 0;
|
||||
our $no_extrusion = 0;
|
||||
our $z_offset = 0;
|
||||
our $gcode_arcs = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue