mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Fixed regression causing rotation from plater to also translate the resulting G-code. #1191
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user