mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
3DScene update_volumes_colors_by_extruder method moved to c++
This commit is contained in:
@@ -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) = @_;
|
||||
|
||||
Reference in New Issue
Block a user