Fixed regression causing rotation from plater to also translate the resulting G-code. #1191
This commit is contained in:
parent
c62b49d1af
commit
49531f6f78
4 changed files with 5 additions and 6 deletions
lib/Slic3r
|
@ -390,7 +390,7 @@ package Slic3r::Model::Instance;
|
|||
use Moo;
|
||||
|
||||
has 'object' => (is => 'ro', weak_ref => 1, required => 1);
|
||||
has 'rotation' => (is => 'rw', default => sub { 0 });
|
||||
has 'rotation' => (is => 'rw', default => sub { 0 }); # around mesh center point
|
||||
has 'offset' => (is => 'rw');
|
||||
|
||||
1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue