mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Completely rewritten the slicing algorithm
It should work with any model now. There are still problems with some bridges.
This commit is contained in:
@@ -4,13 +4,13 @@ use Moo;
|
||||
has 'x' => (
|
||||
is => 'ro',
|
||||
required => 1,
|
||||
coerce => sub { sprintf '%.0f', $_[0] },
|
||||
#coerce => sub { sprintf '%.0f', $_[0] },
|
||||
);
|
||||
|
||||
has 'y' => (
|
||||
is => 'ro',
|
||||
required => 1,
|
||||
coerce => sub { sprintf '%.0f', $_[0] },
|
||||
#coerce => sub { sprintf '%.0f', $_[0] },
|
||||
);
|
||||
|
||||
sub cast {
|
||||
|
||||
Reference in New Issue
Block a user