mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 11:41:20 -06:00
parent
72499d230a
commit
b8a5d5a208
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ has 'depth_layers' => (is => 'ro', default => sub {1});
|
|||
has 'flow_ratio' => (is => 'rw');
|
||||
|
||||
# perimeter/fill/solid-fill/bridge/skirt
|
||||
has 'role' => (is => 'ro', required => 1);
|
||||
has 'role' => (is => 'rw', required => 1);
|
||||
|
||||
use Slic3r::Geometry qw(PI X Y epsilon deg2rad rotate_points);
|
||||
use XXX;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue