mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-30 16:21:59 +08:00
Forgot to remove std::cerr output
This commit is contained in:
parent
eedf81e871
commit
2b741bc8a1
@ -226,7 +226,6 @@ PrintGCode::PrintGCode(Slic3r::Print& print, std::ostream& _fh) :
|
||||
_gcodegen.layer_count = layer_count;
|
||||
_gcodegen.enable_cooling_markers = true;
|
||||
_gcodegen.apply_print_config(config);
|
||||
std::cerr << "Setting " << print.extruders().size() << "\n";
|
||||
|
||||
auto extruders {print.extruders()};
|
||||
_gcodegen.set_extruders(extruders.cbegin(), extruders.cend());
|
||||
|
Loading…
x
Reference in New Issue
Block a user