mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 23:05:04 -06:00
Visual preview for bed shape dialog
This commit is contained in:
parent
3ff613d166
commit
f462af20f9
7 changed files with 164 additions and 14 deletions
|
@ -25,7 +25,7 @@ use overload
|
|||
|
||||
package Slic3r::Pointf;
|
||||
use overload
|
||||
'@{}' => sub { [ $_[0]->x, $_[0]->y ] }, #,
|
||||
'@{}' => sub { $_[0]->arrayref },
|
||||
'fallback' => 1;
|
||||
|
||||
package Slic3r::Pointf3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue