mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 15:25:18 -06:00
Plater: Add missing skeletons (un-typed for now)
This commit is contained in:
parent
dffae0aa12
commit
322e0a433c
3 changed files with 148 additions and 4 deletions
|
@ -1122,7 +1122,7 @@ sub load_model_objects {
|
|||
return @obj_idx;
|
||||
}
|
||||
|
||||
# XXX: Removed
|
||||
# XXX: Removed, replaced with bed_shape_bb()
|
||||
sub bed_centerf {
|
||||
my ($self) = @_;
|
||||
|
||||
|
@ -1382,7 +1382,7 @@ sub mirror {
|
|||
$self->update;
|
||||
}
|
||||
|
||||
# XXX: not done
|
||||
# XXX: not done, renamed as Plater::priv::scale()
|
||||
sub changescale {
|
||||
my ($self, $axis, $tosize) = @_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue