mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 00:54:04 +08:00
Turn nozzle count printf into debugf statement
This commit is contained in:
parent
35e6420ff5
commit
52fb02f29d
@ -545,7 +545,7 @@ sub on_preset_loaded {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# update the extruders count field
|
# update the extruders count field
|
||||||
{printf "nozzle count = %d\n", scalar @{ Slic3r::Config->get_raw('nozzle_diameter') };
|
{Slic3r::debugf "nozzle count = %d\n", scalar @{ Slic3r::Config->get_raw('nozzle_diameter') };
|
||||||
# set value in repository according to the number of nozzle diameters supplied
|
# set value in repository according to the number of nozzle diameters supplied
|
||||||
Slic3r::Config->set('extruders_count', scalar @{ Slic3r::Config->get_raw('nozzle_diameter') });
|
Slic3r::Config->set('extruders_count', scalar @{ Slic3r::Config->get_raw('nozzle_diameter') });
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user