mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
Fixes to retraction and skirt
This commit is contained in:
parent
a1d518f1a2
commit
5a07137def
4 changed files with 5 additions and 6 deletions
|
@ -29,14 +29,14 @@ use Slic3r::Surface;
|
|||
use Slic3r::Surface::Collection;
|
||||
|
||||
# printer options
|
||||
our $nozzle_diameter = 0.55;
|
||||
our $nozzle_diameter = 0.5;
|
||||
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
|
||||
our $filament_packing_density = 0.85;
|
||||
our $filament_packing_density = 1;
|
||||
|
||||
# speed options
|
||||
our $print_feed_rate = 60; # mm/sec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue