mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 01:04:03 +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;
|
||||
|
||||
# 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
|
||||
Slic3r::Config->set('extruders_count', scalar @{ Slic3r::Config->get_raw('nozzle_diameter') });
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user