mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Rename materials to regions
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user