Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Nov 19, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

hadess and others added 9 commits November 19, 2025 08:18
/run/build/BambuStudio/src/libslic3r/Fill/FillLightning.cpp: In member function ‘virtual void Slic3r::FillLightning::Filler::_fill_surface_single(const Slic3r::FillParams&, unsigned int, const std::pair<float, Slic3r::Point>&, Slic3r::ExPolygon, Slic3r::Polylines&)’: /run/build/BambuStudio/src/libslic3r/Fill/FillLightning.cpp:22:31: error: ‘intersection_pl’ was not declared in this scope 22 | Polylines all_polylines = intersection_pl(std::move(fill_lines), expolygon); | ^~~~~~~~~~~~~~~
/run/build/BambuStudio/src/libslic3r/GCode/ToolOrdering.cpp:1121:13: error: ‘BOOST_LOG_TRIVIAL’ was not declared in this scope 1121 | BOOST_LOG_TRIVIAL(error) << "Failed to build nozzle group result from filament nozzle map!"; | ^~~~~~~~~~~~~~~~~
/run/build/BambuStudio/src/libslic3r/Interlocking/InterlockingGenerator.cpp: In static member function ‘static void Slic3r::InterlockingGenerator::generate_embedding_wall(Slic3r::PrintObject*)’: /run/build/BambuStudio/src/libslic3r/Interlocking/InterlockingGenerator.cpp:40:5: error: ‘tbb’ has not been declared 40 | tbb::parallel_for( | ^~~
/run/build/BambuStudio/src/libslic3r/FilamentGroup.cpp:1213:17: error: ‘BOOST_LOG_TRIVIAL’ was not declared in this scope 1213 | BOOST_LOG_TRIVIAL(info) << "Filament group" << count++ << ", score : " << cached_group.score << " , flush : " << cached_group.flush << " , time : " << cached_group.time << " , prefer : " << cached_group.prefer_level; | ^~~~~~~~~~~~~~~~~
/run/build/BambuStudio/src/slic3r/GUI/Widgets/StateColor.cpp: In static member function ‘static StateColor StateColor::createButtonStyleGray()’: /run/build/BambuStudio/src/slic3r/GUI/Widgets/StateColor.cpp:195:35: error: ‘wxWHITE’ was not declared in this scope 195 | std::pair<wxColour, int>(*wxWHITE, StateColor::Focused), | ^~~~~~~
In file included from /run/build/BambuStudio/src/slic3r/GUI/PrePrintChecker.cpp:1: /run/build/BambuStudio/src/slic3r/GUI/PrePrintChecker.hpp:221:10: error: ‘set’ in namespace ‘std’ does not name a template type 221 | std::set<prePrintInfo> m_not_show_again_infos; | ^~~ /run/build/BambuStudio/src/slic3r/GUI/PrePrintChecker.hpp:6:1: note: ‘std::set’ is defined in header ‘<set>’; this is probably fixable by adding ‘#include <set>’ 5 | #include "Widgets/Label.hpp" +++ |+#include <set> 6 |
/run/build/BambuStudio/src/slic3r/GUI/DeviceCore/DevMappingNozzle.cpp:42: error: ‘lexical_cast’ is not a member of ‘boost’ 42 | float dia = boost::lexical_cast<float>(diameter); /run/build/BambuStudio/src/slic3r/GUI/DeviceCore/DevUtilBackend.cpp: In static member function ‘static std::unordered_map<NozzleDef, int> Slic3r::DevUtilBackend::CollectNozzleInfo(Slic3r::MultiNozzleUtils::MultiNozzleGroupResult*, int)’: /run/build/BambuStudio/src/slic3r/GUI/DeviceCore/DevUtilBackend.cpp:47: error: ‘lexical_cast’ is not a member of ‘boost’ 47 | data.nozzle_diameter = boost::lexical_cast<float>(slicing_nozzle.diameter);
It is a typo error in KSR v4 for a long time and you can refer to #7385 and kickstarter/kickstarter-autodesk-3d#30 (comment)
@pull pull bot locked and limited conversation to collaborators Nov 19, 2025
@pull pull bot added the ⤵️ pull label Nov 19, 2025
@pull pull bot merged commit 407fd25 into perpelator:master Nov 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

3 participants