mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-05 17:17:06 +02:00
New Slic3r::Surface::Collection class
This commit is contained in:
@@ -60,4 +60,8 @@ sub clone {
|
||||
);
|
||||
}
|
||||
|
||||
package Slic3r::Surface::Collection;
|
||||
use overload
|
||||
'@{}' => sub { $_[0]->arrayref };
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user