New option to shift Z coordinates
This commit is contained in:
parent
92eb3ea365
commit
8d13d4b21e
3 changed files with 5 additions and 1 deletions
|
@ -29,6 +29,7 @@ use Slic3r::Surface::Collection;
|
|||
our $nozzle_diameter = 0.45;
|
||||
our $print_center = [100,100]; # object will be centered around this point
|
||||
our $use_relative_e_distances = 0;
|
||||
our $z_offset = 0;
|
||||
|
||||
# filament options
|
||||
our $filament_diameter = 3; # mm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue