mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
New --solid-infill-feed-rate option. #68
This commit is contained in:
parent
975387d953
commit
3ad9ed74ae
8 changed files with 58 additions and 30 deletions
|
@ -7,7 +7,7 @@ extends 'Slic3r::Polyline';
|
|||
# expressed in layers
|
||||
has 'depth_layers' => (is => 'ro', default => sub {1});
|
||||
|
||||
# perimeter/fill/bridge/skirt
|
||||
# perimeter/fill/solid-fill/bridge/skirt
|
||||
has 'role' => (is => 'ro', required => 1);
|
||||
|
||||
use Slic3r::Geometry qw(PI X Y epsilon deg2rad rotate_points);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue