mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Rename materials to regions
This commit is contained in:
parent
e696764af8
commit
ec0d3987db
7 changed files with 96 additions and 96 deletions
8
lib/Slic3r/Print/Region.pm
Normal file
8
lib/Slic3r/Print/Region.pm
Normal file
|
@ -0,0 +1,8 @@
|
|||
package Slic3r::Print::Region;
|
||||
use Moo;
|
||||
|
||||
has 'extruders' => (is => 'rw', default => sub { {} }); # by role
|
||||
has 'flows' => (is => 'rw', default => sub { {} }); # by role
|
||||
has 'first_layer_flows' => (is => 'rw', default => sub { {} }); # by role
|
||||
|
||||
1;
|
Loading…
Add table
Add a link
Reference in a new issue