mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
3DScene update_volumes_colors_by_extruder method moved to c++
This commit is contained in:
parent
5ee5465f94
commit
df14a3c399
11 changed files with 64 additions and 22 deletions
|
@ -1985,13 +1985,13 @@ sub Render {
|
|||
# }
|
||||
# }
|
||||
#}
|
||||
#
|
||||
#sub update_volumes_colors_by_extruder {
|
||||
# my ($self, $config) = @_;
|
||||
# $self->volumes->update_colors_by_extruder($config);
|
||||
#}
|
||||
#==============================================================================================================================
|
||||
|
||||
sub update_volumes_colors_by_extruder {
|
||||
my ($self, $config) = @_;
|
||||
$self->volumes->update_colors_by_extruder($config);
|
||||
}
|
||||
|
||||
sub opengl_info
|
||||
{
|
||||
my ($self, %params) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue