mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
New --no-extrusion option to disable E values
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user