mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Store width and height in ExtrusionEntity objects for debugging purposes
This commit is contained in:
@@ -9,6 +9,8 @@ sub split_at {
|
||||
polyline => $self->polygon->split_at(@_),
|
||||
role => $self->role,
|
||||
mm3_per_mm => $self->mm3_per_mm,
|
||||
width => $self->width,
|
||||
height => $self->height,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user