Commit Graph

6453 Commits

Author SHA1 Message Date
tao wang 1b0e8cdb31 ENH:direct connected devices support fram mode
jira:[none]

Change-Id: I539698e6440bf67b1951938c3c0b7d51ab74c1b3
2025-03-28 21:13:34 +08:00
zhou.xu 36692d649c FIX:fix dark mode show of right_tip
jira: none
Change-Id: I6ce7edec772c5d1bbdc372fcde25807a0a744916
2025-03-28 21:13:34 +08:00
zhou.xu 28bdf64fef FIX:m_show_type should init default
jira: github 6146
Change-Id: Ie948a37cfda030a9e10efe0b8d260918b3fb9e4c
2025-03-28 21:13:34 +08:00
Bastien Nocera 7f24d51237 FIX: Fix missing wxDC declaration
/run/build/BambuStudio/src/slic3r/Utils/WxFontUtils.hpp: At global scope:
/run/build/BambuStudio/src/slic3r/Utils/WxFontUtils.hpp:44:56: error: ‘wxDC’ has not been declared
   44 |     static void get_suitable_font_size(int max_height, wxDC &dc);
      |                                                        ^~~~
2025-03-26 08:18:12 +08:00
Bastien Nocera ab34522143 FIX: Fix missing wxBitmap{,Button} declaration
In file included from /run/build/BambuStudio/src/slic3r/GUI/FilamentGroupPopup.cpp:1:
/run/build/BambuStudio/src/slic3r/GUI/FilamentGroupPopup.hpp:60:17: error: ‘wxBitmapButton’ was not declared in this scope
   60 |     std::vector<wxBitmapButton*> radio_btns;
      |                 ^~~~~~~~~~~~~~
/run/build/BambuStudio/src/slic3r/GUI/FilamentGroupPopup.hpp:60:32: error: template argument 2 is invalid
/run/build/BambuStudio/src/slic3r/GUI/FilamentGroupPopup.hpp:65:14: error: field ‘checked_bmp’ has incomplete type ‘wxBitmap’
   65 |     wxBitmap checked_bmp;
      |              ^~~~~~~~~~~
2025-03-26 08:18:12 +08:00
Bastien Nocera b890f0a39f FIX: Fix missing wxTimerEvent declaration
In file included from /run/build/BambuStudio/src/slic3r/GUI/FilamentGroupPopup.cpp:1:
/run/build/BambuStudio/src/slic3r/GUI/FilamentGroupPopup.hpp:33:18: error: ‘wxTimerEvent’ has not been declared
   33 |     void OnTimer(wxTimerEvent &event);
      |                  ^~~~~~~~~~~~
2025-03-26 08:18:12 +08:00
Bastien Nocera 13624fb941 fixup! FIX: Fix missing FilamentMapMode declaration 2025-03-26 08:18:12 +08:00
Bastien Nocera c6f2b0e950 FIX: Fix missing wxDisplay declaration
/run/build/BambuStudio/src/slic3r/GUI/WipeTowerDialog.cpp: In constructor ‘WipingDialog::WipingDialog(wxWindow*, const std::vector<std::vector<int>, std::allocator<std::vector<int> > >&, int)’:
/run/build/BambuStudio/src/slic3r/GUI/WipeTowerDialog.cpp:123: error: ‘wxDisplay’ was not declared in this scope; did you mean ‘wxGetDisplay’?
  123 |     double scale_factor = wxDisplay().GetScaleFactor();
2025-03-26 08:18:12 +08:00
Bastien Nocera de2b5b74ce FIX: Fix missing Slic3r::intersection declaration
/run/build/BambuStudio/src/slic3r/GUI/ImGuiWrapper.cpp: In static member function ‘static ImVec2 Slic3r::GUI::ImGuiWrapper::suggest_location(const ImVec2&, const Slic3r::Polygon&, const ImVec2&)’:
/run/build/BambuStudio/src/slic3r/GUI/ImGuiWrapper.cpp:2201: error: ‘intersection’ is not a member of ‘Slic3r’; did you mean ‘PrinterFunction’?
 2201 |         if (Slic3r::intersection(interest, Polygon(moved_polygon)).empty())
2025-03-26 08:18:12 +08:00
Bastien Nocera 989d9f36b5 FIX: Fix missing wxDialog declaration
In file included from /run/build/BambuStudio/src/slic3r/GUI/WipeTowerDialog.cpp:4:
/run/build/BambuStudio/src/slic3r/GUI/WipeTowerDialog.hpp:8:1: error: expected class-name before ‘{’ token
    8 | {
      | ^
2025-03-26 08:18:12 +08:00
Bastien Nocera 05d977b553 FIX: Fix missing wxAutoBufferedPaintDC declaration
/run/build/BambuStudio/src/slic3r/GUI/CapsuleButton.cpp: In member function ‘void Slic3r::GUI::CapsuleButton::OnPaint(wxPaintEvent&)’:
/run/build/BambuStudio/src/slic3r/GUI/CapsuleButton.cpp:63: error: ‘wxAutoBufferedPaintDC’ was not declared in this scope
   63 |     wxAutoBufferedPaintDC dc(this);
/run/build/BambuStudio/src/slic3r/GUI/FilamentMapPanel.cpp: In member function ‘void Slic3r::GUI::FilamentMapBtnPanel::OnPaint(wxPaintEvent&)’:
/run/build/BambuStudio/src/slic3r/GUI/FilamentMapPanel.cpp:182: error: ‘wxAutoBufferedPaintDC’ was not declared in this scope
  182 |     wxAutoBufferedPaintDC dc(this);
2025-03-26 08:18:12 +08:00
Bastien Nocera 06a146e20c FIX: Fix missing wxGridSizer declaration
/run/build/BambuStudio/src/slic3r/GUI/DragDropPanel.hpp:36:5: error: ‘wxGridSizer’ does not name a type; did you mean ‘wxSizer’?
   36 |     wxGridSizer *m_grid_item_sizer;
      |     ^~~~~~~~~~~
      |     wxSizer
2025-03-26 08:18:12 +08:00
Bastien Nocera eaec4c997e FIX: Fix missing FilamentMapMode declaration
/run/build/BambuStudio/src/slic3r/GUI/3DScene.hpp: At global scope:
/run/build/BambuStudio/src/slic3r/GUI/3DScene.hpp:65:5: error: ‘FilamentMapMode’ does not name a type
   65 |     FilamentMapMode         mode;
      |     ^~~~~~~~~~~~~~~
2025-03-26 08:18:12 +08:00
Bastien Nocera bba6fa71a4 FIX: Fix missing std::regex declaration
/run/build/BambuStudio/src/libslic3r/FilamentGroupUtils.cpp: In lambda function:
/run/build/BambuStudio/src/libslic3r/FilamentGroupUtils.cpp:92:18: error: ‘regex’ is not a member of ‘std’
   92 |             std::regex r1(R"(^Sup.(\w+)$)");
      |                  ^~~~~
2025-03-26 08:18:12 +08:00
Bastien Nocera 842152b65a FIX: Fix missing std::set declaration
/run/build/BambuStudio/src/slic3r/GUI/Widgets/DropDown.cpp:281:10: error: ‘set’ is not a member of ‘std’
  281 |     std::set<wxString> groups;
      |          ^~~
2025-03-26 08:18:12 +08:00
Bastien Nocera 059e18aa38 FIX: Fix missing std:: declarations in ToolOrderUtils
/run/build/BambuStudio/src/libslic3r/GCode/ToolOrderUtils.hpp:14:26: error: ‘numeric_limits’ is not a member of ‘std’
   14 |     const int INF = std::numeric_limits<int>::max();
      |                          ^~~~~~~~~~~~~~
/run/build/BambuStudio/src/libslic3r/GCode/ToolOrderUtils.cpp:545:66: error: ‘unordered_set’ in namespace ‘std’ does not name a template type
  545 |     static std::vector<T> collect_filaments_in_groups(const std::unordered_set<unsigned int>& group, const std::vector<unsigned int>& filament_list) {
      |                                                                  ^~~~~~~~~~~~~
2025-03-26 08:18:12 +08:00
Bastien Nocera 58754264c6 FIX: Fix missing union_ex/offset_ex declaration
/run/build/BambuStudio/src/libslic3r/Interlocking/InterlockingGenerator.cpp: In member function ‘std::pair<std::vector<Slic3r::ExPolygon>, std::vector<Slic3r::ExPolygon> > Slic3r::InterlockingGenerator::growBorderAreasPerpendicular(const Slic3r::ExPolygons&, const Slic3r::ExPolygons&, const coord_t&) const’:
/run/build/BambuStudio/src/libslic3r/Interlocking/InterlockingGenerator.cpp:70:56: error: ‘offset_ex’ was not declared in this scope; did you mean ‘offsetof’?
   70 |     const ExPolygons total_shrunk = offset_ex(union_ex(offset_ex(a, min_line), offset_ex(b, min_line)), 2 * -min_line);
      |                                                        ^~~~~~~~~
      |                                                        offsetof
/run/build/BambuStudio/src/libslic3r/Interlocking/InterlockingGenerator.cpp:70:47: error: ‘union_ex’ was not declared in this scope; did you mean ‘union’?
   70 |     const ExPolygons total_shrunk = offset_ex(union_ex(offset_ex(a, min_line), offset_ex(b, min_line)), 2 * -min_line);
      |                                               ^~~~~~~~
      |                                               union
2025-03-26 08:18:12 +08:00
Bastien Nocera d51243b089 FIX: Fix missing std::ofstream/std::ifstream declaration
/run/build/BambuStudio/src/libslic3r/SVG.cpp: In function ‘void Slic3r::dumpExPolygonToJson(const ExPolygon&, const std::string&)’:
/run/build/BambuStudio/src/libslic3r/SVG.cpp:620:32: error: variable ‘std::ofstream file’ has initializer but incomplete type
  620 |     std::ofstream file(filePath);
      |                                ^
/run/build/BambuStudio/src/libslic3r/SVG.cpp:6:1: note: ‘std::ofstream’ is defined in header ‘<fstream>’; this is probably fixable by adding ‘#include <fstream>’
    5 | #include "nlohmann/json.hpp"
  +++ |+#include <fstream>
    6 |
2025-03-26 08:18:12 +08:00
Bastien Nocera bf32b5a489 FIX: Fix missing boost::algorithm::split declaration
/run/build/BambuStudio/src/libslic3r/PrintConfig.cpp: In function ‘std::vector<std::map<int, int> > Slic3r::get_extruder_ams_count(const std::vector<std::__cxx11::basic_string<char> >&)’:
/run/build/BambuStudio/src/libslic3r/PrintConfig.cpp:454:27: error: ‘split’ is not a member of ‘boost::algorithm’
  454 |         boost::algorithm::split(ams_infos, str, boost::algorithm::is_any_of("|"));
      |                           ^~~~~
2025-03-26 08:18:12 +08:00
Bastien Nocera a8d792ecf8 FIX: Fix missing L() localisation helper
/run/build/BambuStudio/src/libslic3r/PresetBundle.cpp: In member function ‘unsigned int Slic3r::PresetBundle::sync_ams_list(std::vector<std::pair<Slic3r::DynamicPrintConfig*, std::__cxx11::basic_string<char> > >&, bool, std::map<int, Slic3r::AMSMapInfo>&, bool, Slic3r::MergeFilamentInfo&)’:
/run/build/BambuStudio/src/libslic3r/PresetBundle.cpp:1973:49: error: ‘L’ was not declared in this scope
 1973 |                     unknowns.emplace_back(&ams, L("The filament model is unknown. Still using the previous filament preset."));
      |                                                 ^
2025-03-26 08:18:12 +08:00
Bastien Nocera c77afa7096 FIX: Fix missing offset() helper declaration
/run/build/BambuStudio/src/libslic3r/GCode/WipeTower.cpp:3327:26: error: ‘offset’ was not declared in this scope; did you mean ‘off_t’?
 3327 |             outer_wall = offset(outer_wall, scaled(spacing)).front();
      |                          ^~~~~~
      |                          off_t
2025-03-26 08:18:12 +08:00
Bastien Nocera ea2c021427 FIX: Fix missing polygon primitives declaration
/run/build/BambuStudio/src/libslic3r/GCode/WipeTower.hpp:31:12: error: ‘TriangleMesh’ does not name a type
   31 |     static TriangleMesh                 its_make_rib_tower(float width, float depth, float height, float rib_length, float rib_width, bool fillet_wall);
      |            ^~~~~~~~~~~~
<snip>
/run/build/BambuStudio/src/libslic3r/GCode/WipeTower.hpp:33:12: error: ‘Polygon’ does not name a type
   33 |     static Polygon                      rib_section(float width, float depth, float rib_length, float rib_width, bool fillet_wall);
      |            ^~~~~~~
<snip>
/run/build/BambuStudio/src/libslic3r/GCode/WipeTower.hpp:200:21: error: ‘Polylines’ was not declared in this scope
  200 |     std::map<float, Polylines> get_outer_wall() const
      |                     ^~~~~~~~~
<snip>
2025-03-26 08:18:12 +08:00
Bastien Nocera f90ab037be FIX: Fix missing Slic3r::format declaration
/run/build/BambuStudio/src/libslic3r/Fill/FillFloatingConcentric.cpp: In lambda function:
/run/build/BambuStudio/src/libslic3r/Fill/FillFloatingConcentric.cpp:430:49: error: ‘format’ is not a member of ‘Slic3r’; did you mean ‘boost::format’?
  430 |             BOOST_LOG_TRIVIAL(error) << Slic3r::format("ZFiller: both point in subject : %d, %d, %d, %d ", e1_a.z(), e1_b.z(), e2_a.z(), e2_b.z());
      |                                                 ^~~~~~
2025-03-26 08:18:12 +08:00
Bastien Nocera 208fc3185b FIX: Fix missing std::stack declaration
/run/build/BambuStudio/src/libslic3r/Fill/FillRectilinear.cpp: In function ‘void Slic3r::adjust_sort_for_segment_intersections(std::vector<SegmentIntersection>&)’:
/run/build/BambuStudio/src/libslic3r/Fill/FillRectilinear.cpp:371:10: error: ‘stack’ is not a member of ‘std’
  371 |     std::stack<IntersectionType> stack;
      |          ^~~~~
/run/build/BambuStudio/src/libslic3r/Fill/FillRectilinear.cpp:36:1: note: ‘std::stack’ is defined in header ‘<stack>’; this is probably fixable by adding ‘#include <stack>’
   35 | #include <cassert>
  +++ |+#include <stack>
   36 |
2025-03-26 08:18:12 +08:00
Bastien Nocera c15d402bde FIX: Fix missing std::accumulate declaration
/run/build/BambuStudio/src/libslic3r/ExPolygon.cpp: In function ‘double Slic3r::get_expolygons_area(const ExPolygons&)’:
/run/build/BambuStudio/src/libslic3r/ExPolygon.cpp:437:17: error: ‘accumulate’ is not a member of ‘std’
  437 |     return std::accumulate(expolys.begin(), expolys.end(), (double)(0), [](double val, const ExPolygon& expoly) {
      |                 ^~~~~~~~~~

/run/build/BambuStudio/src/libslic3r/Polygon.cpp: In member function ‘bool Slic3r::Polygon::is_approx_circle(double, double, Slic3r::Point&, double&) const’:
/run/build/BambuStudio/src/libslic3r/Polygon.cpp:122:28: error: ‘accumulate’ is not a member of ‘std’
  122 |     double avg_dist = std::accumulate(distances.begin(), distances.end(), 0.0) / distances.size();
      |                            ^~~~~~~~~~
2025-03-26 08:18:12 +08:00
Bastien Nocera 159de8dc65 FIX: Fix missing Slic3r::BoundingBox type declaration
In file included from /run/build/BambuStudio/src/libslic3r/ExtrusionEntityCollection.hpp:6,
                 from /run/build/BambuStudio/src/libslic3r/CurveAnalyzer.hpp:4,
                 from /run/build/BambuStudio/src/libslic3r/CurveAnalyzer.cpp:1:
/run/build/BambuStudio/src/libslic3r/ExtrusionEntity.hpp:33:17: error: field ‘bbox’ has incomplete type ‘Slic3r::BoundingBox’
   33 |     BoundingBox bbox;
      |                 ^~~~
2025-03-26 08:18:12 +08:00
Bastien Nocera 864ad1715d FIX: Fix missing ExPolygons type declaration
In file included from /run/build/BambuStudio/src/libslic3r/Clipper2Utils.cpp:1:
/run/build/BambuStudio/src/libslic3r/Clipper2Utils.hpp:11:1: error: ‘ExPolygons’ does not name a type; did you mean ‘Polygons’?
   11 | ExPolygons         union_ex_2(const Polygons &expolygons);
      | ^~~~~~~~~~
      | Polygons
2025-03-26 08:18:12 +08:00
zhou.xu d22a2e91e5 FIX:FIX:material item check parent name in mac
jira: STUDIO-11117
Change-Id: Icf155f04eb0e1fcc995d04c6f4646a6d729cb1cb
2025-03-25 22:13:27 +08:00
zhou.xu f3f6032de9 ENH:modify text
jira: none
Change-Id: I7bb2bc5fa0a1a14afce822b67c3dd095c4bf6549
2025-03-25 22:13:26 +08:00
zhou.xu 645d843dd9 ENH:When software is full screen in mac, the sub frame uses the wxSTAYBON_TOP style
jira: none
Change-Id: I338576d77e61a436615e70372b4564c38be0c7dc
2025-03-25 22:13:25 +08:00
lane.wei a598ce8d61 FIX: gui: fix the crash after first loading configs
caused by printer_model missed in the setup stage
jira: STUDIO-10966

Change-Id: I3a887de800c62c5dd355c9dce554e2b5828a1c55
2025-03-25 22:13:25 +08:00
xin.zhang 319313fc2d FIX: remove the restriction
jira: [STUDIO-11094]
Change-Id: Ic13f07abaf5eda5d3077275d74071e5e342b2c77
2025-03-25 08:15:51 +08:00
xun.zhang cfa54c5505 ENH: update flush table
1. For cases where light color switch to dark color, multiply the value
with 1.3

jira : NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I6b5b2f8e9578d031bbf830ecf18f0069865af2e6
2025-03-25 08:15:51 +08:00
xun.zhang 7886a14b60 ENH: do not display checkbox in filament map dialog
jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: If2929fba4b7aeb9b69b296921c9d337a4e2d2330
2025-03-25 08:15:50 +08:00
gerrit 251d4fb074 ci: update network module based on commit b390c39
Change-Id: I6b72ae218b8bfe9ce7ec83801e354d6dff2fc5be
2025-03-25 08:15:50 +08:00
xin.zhang fd795f1916 FIX: move the ams mapping check
jira: [STUDIO-11094]
Change-Id: I1ef4bcaef406616d898f198cdf803213d47c5f68
2025-03-25 08:15:50 +08:00
zhimin.zeng c366876acf FIX: the data and UI are out of sync when creating printer
jira: STUDIO-11080
Change-Id: I4cc86174b4ed847b53c87f85f9e590742e6dd9ff
2025-03-25 08:15:50 +08:00
tao wang 954ff56b54 NEW:add wiki with connection failed
jira:[none]

Change-Id: Ie49b17c445a6485e3fcb327c2eca15d24c24e8fb
2025-03-25 08:15:49 +08:00
xun.zhang 8890900f30 ENH: read pre cooling temp from config
jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I8447fb5e091d95648871efc4b4ac61094acefc54
2025-03-25 08:15:49 +08:00
mixian 9486b6df23 FIX: fix setFilament img offset issue
Jira: 111000
Change-Id: Ifd921ce62b5f469b97d00331f361edbe2ba8cf3c
2025-03-25 08:15:49 +08:00
xin.zhang 7bc1108a2e FIX: access the ext
jira: [STUDIO-10970]
Change-Id: I65889835a4ced2d0d3547cacc505d6e1d874497e
2025-03-25 08:15:48 +08:00
xin.zhang cc5b696d8d ENH: split the status
jira: [STUDIO-10949]
Change-Id: Ic93ae9d13dff2f5d72aef4e0f5a1250581224a18
2025-03-25 08:15:48 +08:00
zhou.xu 7af3eba500 ENH:Text not centered on mac15
jira: STUDIO-11056
Change-Id: I1c651421f8914a25707ad5b5c1d3e3d56c2df959
2025-03-25 08:15:48 +08:00
gerrit 5c83c35994 ci: update network module based on commit 33e29a5
Change-Id: I3f06ad867953d3ca83b6386ccccba7f29eab3ea8
2025-03-25 08:15:48 +08:00
xin.zhang c4edf3ae28 FIX: add some useful log for user
jira: [STUDIO-11053]
Change-Id: Iec616331776de8f95d40e46d60c81f3b31a981b4
2025-03-25 08:15:48 +08:00
xun.zhang d097af3fb8 ENH: replace video link for tpu printing
jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I5e462833ee80d4b3caf1faee7e445ad938fe82e1
2025-03-25 08:15:48 +08:00
lane.wei 8535ff2fdc ENH: gui: sync some missing codes during merge
jira: no-jira
Change-Id: Iaeb8de95771278f9fbd30815a75dbed0ba08dad8
2025-03-24 11:06:46 +08:00
gerrit 9b4ec40cb8 ci: update network module based on commit cd8f4b3
Change-Id: I722bf3fe904dab25e1146cab5c8231d6f5c92307
2025-03-24 11:06:46 +08:00
tao wang 0a9e1c8899 FIX:fixed the error in displaying ext steps
jira:[STUDIO-10998]

Change-Id: I1c1240f69c187c2d0de4887e51596fba8db68744
2025-03-24 11:06:46 +08:00
tao wang 2c0953a554 ENH:adjust the order of print checks
jira:[STUDIO-10949]

Change-Id: I7013697384a2586c50e441f6bf9d15401fdf7bb5
2025-03-24 11:06:46 +08:00
zhou.xu 4039cfd666 FIX:Icon is not visible in boolean in mac
jira: STUDIO-11056
Change-Id: I80d2b04a0d82655aaee7a83c2ee211f48d9e6b7e
2025-03-24 11:06:46 +08:00
xun.zhang 5e1ffe3a2c ENH: play a video for first tpu printing
jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I0c1e9d97043436c6e74da13b84727706bab71ea3
2025-03-24 11:06:45 +08:00
xun.zhang cfe3aad3fc FIX: missing nozzle volume type in old 3mf
jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I95c85b54f13950a0859297dcb28edcb73d841276
2025-03-24 11:06:45 +08:00
chunmao.guo f7ca47c2b3 FIX: select base printer preset when deleting custom preset
Change-Id: If69a58d486fc7a98ae4a0242dd9d345e8d3cf940
Jira: STUDIO-11013
2025-03-24 11:06:45 +08:00
xin.zhang 8f5205a34c FIX: move the flag
jira: [STUDIO-11069]
Change-Id: I856225577243cd58e3111c71915049828e72dc00
2025-03-24 11:06:45 +08:00
xin.zhang 6eff893be3 FIX: try optimize the material settings refreshing
jira: [STUDIO-11086]
Change-Id: I610304a7aa4a1b23e1e3fe7def157a93f5ae19af
2025-03-24 11:06:45 +08:00
zhou.xu 9a6a6d1b39 ENH:Unmapped text for unknown material follows dark mode
jira: STUDIO-11066
Change-Id: I39af33cb02a93067ff22c9ada7dff119571d2b66
2025-03-24 11:06:45 +08:00
jiangkai.zhao 6a927ebb55 Fix: error the contact layers of different categories
jira: none
Change-Id: Ife5508427e0c09527489f1ff973d27463650d60a
2025-03-24 11:06:45 +08:00
zhimin.zeng bef139898a FIX: crash when delete filament with setting support filament
jira: STUDIO-11063
Change-Id: I72ede85e540178b576239615d67017c082ded113
2025-03-24 11:06:44 +08:00
xin.zhang be16678e70 FIX: use smaller font
jira: [STUDIO-11043]
Change-Id: I4219bb6bda3b834c1b32ef205f287e0cccd94ed9
2025-03-24 11:06:44 +08:00
xin.zhang 638585a4fc FIX: prevent the condition
jira: [STUDIO-10745] [STUDIO-11082]
Change-Id: I3b0ed2a58a4d873edf2bf92576ceaf2ecdb072d8
2025-03-24 11:06:44 +08:00
xin.zhang af23446648 FIX: raise the dialog
jira: [STUDIO-11075]
Change-Id: I661e7de97720a313619ce6fe436f15573cf0f7be
2025-03-24 11:06:44 +08:00
xin.zhang 2d82a1170b FIX: hide the notice if it's invalid
jira: [STUDIO-11073]
Change-Id: I30a9a5e5c4195caf734f4ac79aa7aff49e75924d
2025-03-24 11:06:44 +08:00
zhou.xu b28b9c49b2 ENH:When software is full screen in mac, the sub frame uses the wxSTAYBON_TOP style
jira: STUDIO-11046
Change-Id: Ie1b85e4ac5a5698ec42870349f688924cdf30e21
2025-03-24 11:06:44 +08:00
zhou.xu ab26fb71a5 FIX:delete no use code
jira: STUDIO-11059
Change-Id: Ief3e45f4e6cc079c60161b9b9a55b2152013b70e
2025-03-24 11:06:43 +08:00
zhimin.zeng cdd72cd549 ENH: add initial layer travel acceleration
jira: none
Change-Id: I1a9bb6bc8d260cb76a62b18ddaaac54bf74e8602
(cherry picked from commit ab91cb76eb7b3916e4b377ea6a30dcec2ff7bc97)
2025-03-24 11:06:43 +08:00
zhimin.zeng ca36ee8096 FIX:Separate travel acceleration from print acceleration
jira: none
Change-Id: Ie262c38bda2e5fd3df582f0aada2a507444355a4
(cherry picked from commit 6fe4edde0769b5ca6a68402984a1dc156b17215c)
2025-03-24 11:06:43 +08:00
xun.zhang 43bd523753 FIX: white spaces in dark mode flush table
jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I2711af1dc45506906acbcd7215a4005534677310
2025-03-24 11:06:43 +08:00
xun.zhang 5fea5e6696 ENH: update flush data for H2D
1.Alsoe set default flush from support to 700

jira: STUDIO-10595

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I0d0a85cdac5e63b787c16b35ed6c05afc885a715
2025-03-24 11:06:43 +08:00
zhou.xu c74cd2a15f ENH:add erase_dark.svg
jira: STUDIO-11051
Change-Id: I1ca79d708df04ab99d52d04c19454b383fc4a5aa
2025-03-24 11:06:43 +08:00
jiangkai.zhao d45061b607 ENH:ramming depth can set 0
jira: none
Change-Id: I6498e9a53b4850bed280f0f7bad821906b32464c
2025-03-24 11:06:43 +08:00
jiangkai.zhao 14da1d3063 FIX: wipe_tower max speed
jira: none
Change-Id: If696d8a75af4a7849f52a740d952867e269c9dda
2025-03-24 11:06:43 +08:00
xin.zhang 92e038b741 FIX: update the text
jira: [STUDIO-]
Change-Id: I91a6a1e7f788150fcbff42936b8e4db1e5e69f59
2025-03-24 11:06:43 +08:00
zhimin.zeng b2caf60514 FIX: hide the circle compensation parameters
jira: none
Change-Id: I03bffce562eea0498e981d7f6ea95a8ae1ac964b
2025-03-24 11:06:43 +08:00
zhimin.zeng 5b056ee0ae FIX: modify some text
jira: none
Change-Id: If3f90adda34bc3088f7a43ccf294d82c14180263
2025-03-24 11:06:43 +08:00
mixian 63506ab13e FIX: move editbtn left for badge
Jira: none
Change-Id: I8991d83856edb61fe82cd21df77bef2a69eefa03
2025-03-24 11:06:43 +08:00
zhou.xu 61f61bce3e ENH:modidy width of SyncNozzleAndAmsDialog and FinishSyncAmsDialog
jira: STUDIO-11045
Change-Id: I99164b2172aeb7fb955348fc87f7da24aefe930c
2025-03-24 11:06:43 +08:00
zhou.xu 563bb3dffc FIX:fix mac display
jira: STUDIO-11041
Change-Id: Ib9dcd9e033fa635e82e74f42105185a1d9139062
2025-03-24 11:06:43 +08:00
xun.zhang 6231148ef3 ENH: add bridge for beamlocking
jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I5126d8e8d327ece7615fdfe536500018dec54b48
2025-03-24 11:06:43 +08:00
xun.zhang 84786cc6a8 ENH: refine text colour in filament map dialog
jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I33218d7b16f150049d8078cf360a58c01594b0a7
2025-03-24 11:06:43 +08:00
jun.zhang 75241aae61 FIX: disable msaa for picking pass
jira: no-jira

Change-Id: Idc6914af11d46b9fe626e52104223411a6ec1a96
2025-03-24 11:06:43 +08:00
gerrit facf6a0248 ci: update network module based on commit 81e9791
Change-Id: I11339306ab64eb02c27d809e9fe55386cd169d7f
2025-03-24 11:06:42 +08:00
zhou.xu aa7fbd4926 ENH:is_bbl_3mf pointer should determine if it is empty
jira: STUDIO-11031
Change-Id: I14c6daeb275a82d019f88246b23013163a14ded1
2025-03-24 11:06:42 +08:00
zhou.xu b48d52feeb ENH:modify text
jira: none
Change-Id: I6f5c5843a2f7b14b04a4f085033fd07367bc7a3a
2025-03-24 11:06:42 +08:00
jiangkai.zhao 0016f5f507 Fix: error skip_point when infill gap greater than 200
jira: none
Change-Id: I0440ebeb57530fbe4914c3b061f4a67d6a6b0e47
2025-03-24 11:06:42 +08:00
jiaxi.chen 8dd8979201 FIX: bottom layer of erSupportTransition dont overlap with base_support
It's because the angle pramater is initialized outside of parallel computing

jira: STUDIO-11015
Change-Id: I2746880683f705cedc5eaca8a41d7b385e22368f
2025-03-24 11:06:42 +08:00
xin.zhang 1c62771c4c FIX: update the AMS refresh check flag about N3S
jira: [STUDIO-11016]
Change-Id: Icbfc8d29e6b3fe5b61183796ce9976a655765264
2025-03-24 11:06:42 +08:00
chunmao.guo f1eb5e8292 FIX: show sync ams unknown details
Change-Id: I1febb10b73a87f98a477fea5fbe2583c752ab330
Jira: STUDIO-10969, STUDIO-10973, STUDIO-11011
2025-03-24 11:06:18 +08:00
chunmao.guo 2abed8cc59 FIX: limit min-size of MainFrame 1000x600
Change-Id: I44390f75187f2cd796301d9c38ca18d432cbc26d
Jira: STUDIO-10930
2025-03-24 11:06:18 +08:00
xun.zhang aafcfd72f4 ENH: add layer num in filament end GCode
jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I6f81b86a7b7391048d70f2c4839733a69015e53b
2025-03-24 09:18:39 +08:00
xun.zhang 01be3a51e6 FIX: translation problem
1. add regroup link

jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ia90c80f5ff86e785e00fb0c38360eb33424a5ddd
2025-03-24 09:18:39 +08:00
lane.wei 659f758e45 ENH: gui: add win_arm64 support
jira: no-jira
Change-Id: I43f66be1f264434a9bb26a9dd3fff1fb5c36d57c
2025-03-24 09:18:39 +08:00
zhou.xu 78c0a845d2 FIX:deal sync_printer_preset logic when it is false
jira: STUDIO-11017
Change-Id: Iafb0d954563e6bc2472122e98ba9a3d527f6c487
2025-03-24 09:18:39 +08:00
zhimin.zeng da3819f52f FIX: fix the error wipe path
jira: none
Change-Id: I34af54711531b208049cbbc3883bca92328b9b5a
2025-03-24 09:18:39 +08:00
zhimin.zeng 8e0bfca31e FIX: should not show timelapse warning when hide timelapse item
jira: STUDIO-11006
Change-Id: I4683f2c0f15e07731407c9609fda927b594eeb99
2025-03-24 09:18:39 +08:00
zhimin.zeng 4f87d0de27 FIX: add nozzle size filter for create preset dialog
jira: STUDIO-10969
Change-Id: Ideee88b35c41a34512e30aea55a6a518ca337f5e
2025-03-24 09:18:39 +08:00
gerrit 815ab54c0c ci: update network module based on commit d5d3488
Change-Id: If48ff154a673e7e8e67414a59bf6a3666324d3dd
2025-03-24 09:18:38 +08:00
xin.zhang 4af8a01b8d FIX: update the text
jira: [STUDIO-10970]
Change-Id: I93bf01328fb5ffee0397e888a3524b10e49ae1f0
2025-03-24 09:18:38 +08:00
xin.zhang ced9af106e FIX: cover the mistake of AP at n series
jira: [STUDIO-11014]
Change-Id: Ib9ec7924f217c736f2098b50d9916fef9888f3e6
2025-03-24 09:18:38 +08:00
xin.zhang f74efcf3e6 FIX: only check if it is auto
jira: [STUDIO-10945]
Change-Id: Ib2f271b1b6581659b48effad4c235e755ad1b5e5
2025-03-24 09:18:37 +08:00
xin.zhang 506e82cb02 FIX: move network hold to MainFrame
jira: [STUDIO-10994]
Change-Id: I2c30ba3b0f17d52079332634a9a2dd138859e083
2025-03-24 09:18:37 +08:00
huicong.li 96e8fead16 FIX: reduce crossing perimeters fix
jira: none

Change-Id: I634dfbcc8875c81fb6a8b62bfa89c8e3f7b778b6
2025-03-24 09:18:37 +08:00
zhou.xu 512012c8d2 FIX:add set_only_support_model_part_flag api for support negative_volume and so on in boolean gizmo
jira: none
Change-Id: Id4bc54ff27652b587227c98c8fb4dc27c34da666
2025-03-24 09:18:36 +08:00
zhimin.zeng 6fc5643353 FIX: filament shrinkage causing color loss
jira: STUDIO-10837 & STUDIO-10960
Change-Id: I379ad68dd821208a8de4b2c462a1bb324235f8d3
2025-03-24 09:18:36 +08:00
zhimin.zeng ad1f6bdca4 FIX: The original data of combox is not cleared during initialization
jira: STUDIO-11005
Change-Id: Id5b7259b517a515c2f641ce32998f09e182902ff
2025-03-24 09:18:36 +08:00
zhou.xu 358c289d4c FIX:Fix unsaved height_range cursor data to backend
jira: STUDIO-10915
Change-Id: I6f97c194e648ecf970a825352efe8b8dc6875388
2025-03-24 09:18:36 +08:00
zhou.xu 7901e9fbaa FIX:Optimize button and checkbox resolution adaptation
jira: STUDIO-11003
Change-Id: Ia6325e3069a09cef45643442ad6f6ee929958446
2025-03-24 09:18:36 +08:00
zhou.xu 3b004980e0 FIX:Calculation error of bounding box for picking_camera
jira: STUDIO-10997
Change-Id: I6fae22ca876e6fcf9c13c676a723c955812c27df
2025-03-24 09:18:36 +08:00
jiangkai.zhao 3215eb3639 Fix: crash by single_extruder's printable_height
jira: none
Change-Id: I2604693323236b48050560911e3a579c9918664d
2025-03-24 09:18:36 +08:00
lane.wei 5869d33d51 ENH: CLI: check filament mapping error before process
jira: no-jira
Change-Id: Ie82a1faba93a4f80281615c803a45a93206ddf02
2025-03-24 09:18:36 +08:00
zhimin.zeng 431925adf0 FIX: the pa profile name cannot be repeated when edit k value
jira: STUDIO-10992
Change-Id: I50d61e9581e188a10a4f804df163b3d50eb7caa0
2025-03-24 09:18:36 +08:00
zhimin.zeng e6e412479f FIX: Delete the cali tips
original patch 485e961e9520a77d1d25e97598f6a1648a50a976
jira: STUDIO-10945

Change-Id: I7524d2c0f74d97ea86e1516a6596b63345a36661
2025-03-24 09:18:36 +08:00
xin.zhang 8b775f5c2e ENH: check if the custom k value will be used, and show warning
jira: [STUDIO-10970]
Change-Id: If67ef695340e6bed38604d92ea86a4b0d5e57bdf
2025-03-24 09:18:36 +08:00
xin.zhang 90a58ae4c6 FIX: use time to stay data
jira: [STUDIO-10972]
Change-Id: Ic87ecad9c104e24c050f3f9355f1b5983fad8853
2025-03-24 09:18:36 +08:00
jiangkai.zhao d2c3c7d845 FIX: error ramming reverse travel
jira: none
Change-Id: I71bcfc6df777ffc8e658b827bdc7225133731ca1
2025-03-24 09:18:36 +08:00
jiangkai.zhao e76a46159d ENH: Cancel the ramming for the last layer
if it exceeds the print height

jira: none
Change-Id: I427d6a0718f2a65ab2e59af448ee1a613c488596
2025-03-24 09:18:36 +08:00
zhou.xu 4b368cb2ec ENH:the "distance" var should init to 0 in the release environment of Mac
jira: STUDIO-10967
Change-Id: I85b1e87dc80846f50c3bd29c7aa05f89c39d17de
2025-03-24 09:18:36 +08:00
lane.wei 2ccc72f16e FIX: config: add some error process logic when loading 3mf
jira: STUDIO-7956
Change-Id: I13084cfe5233da9e928dc8eb10d8ffe1bc38080c
2025-03-24 09:18:36 +08:00
jun.zhang bf5d7811a0 FIX: keyup event maybe not processed
jira: STUDIO-10958

Change-Id: I6d56f92f7cb2823b0d0a036d1da515270ebdba59
2025-03-24 09:18:36 +08:00
zhou.xu c90948dc73 FIX:fix click failure on Mac
jira: STUDIO-10962
Change-Id: I051cccbc8633e737a305784fadb69bc76f823065
2025-03-24 09:18:35 +08:00
zhou.xu 29b2b02104 FIX:Do not display title when there is no AMS
jira: none
Change-Id: Id14ce6c0c671a8e7a1338c2d389fd1e89c6add3c
2025-03-24 09:18:35 +08:00
jiangkai.zhao beaffaffe3 ENH: updata some tooltips
and remove fdm_filament_tpu useless configuration
jira:none

Change-Id: Ib2f35701af687b22c39bf8aff4dc6be62f80e32a
2025-03-24 09:18:35 +08:00
Arthur dc0eef5afb FIX: switching bed ignored locked plates etc.
1. switching bed ignored locked plates
jira: STUDIO-10800
2. create too many empty plates for large objects
jira: STUDIO-10793

Change-Id: Iaf1fc338aef44fdb00443c1981fdd4ff77cf71fb
2025-03-24 09:18:35 +08:00
zhou.xu dd0893c5f8 ENH:adjust MsgDialog right gap
jira: STUDIO-10830
Change-Id: I12860206659f7f5e7e9c56b5b6448b9ab903fb7b
2025-03-24 09:18:35 +08:00
zhou.xu 108a65a92c ENH:adjust he maximum height of the message pop-up window
jira: none
Change-Id: I6a2c23b15e4ef811b4a0a71aa3a8b3f6da9e3604
2025-03-24 09:18:35 +08:00
zhou.xu 40dca9b7ea FIX:reset m_is_korean when change language
jira: STUDIO-10959
Change-Id: I5ea0031ab870009c19a12126c3d700c36000666c
2025-03-24 09:18:35 +08:00
jiaxi.chen 47a30a3e2a FIX: crash sometimes when using ipLightning in Organic tree
jira: STUDIO-10957
Change-Id: I8126540bd04f1c74a39171161ee29c7b6ace9f18
2025-03-24 09:18:35 +08:00
xin.zhang b2256c828b FIX: crash if the catched object becomes wild pointer
jira: [none]
Change-Id: I5082ab58f4a6c7177758efcd7ff66a9f73bd0efa
2025-03-24 09:18:35 +08:00
xin.zhang 0e20356871 FIX: add the translation flag
jira: [STUDIO-10950]
Change-Id: If8244a09a4b53e2867727a030d461b6fc80124e2
2025-03-24 09:18:35 +08:00
xin.zhang 689e156757 FIX: fix the translation
jira: [STUDIO-9375]
Change-Id: I3454c06e1bc3d417b98ee724fdda6e6ad7b6b5a1
2025-03-24 09:18:35 +08:00
zhimin.zeng 9b81b9e2d4 FIX: apply unprintable filament type to limit filament map
jira: none
Change-Id: I81e22dc28bc416a1b26c242fab4e054f597b064e
2025-03-24 09:18:35 +08:00
lane.wei 31fbdd29e7 FIX: CLI: use the correct wipe tower width after estimation
jira: STUDIO-10900
Change-Id: Id6ea3c3a7e0c37001a5cc118eea7459ffeb48469
2025-03-24 09:18:35 +08:00
xun.zhang 804fe8d124 ENH: optimize group logic for unprintable filaments
1.Also fix a tip mistake

jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ia52f95988d467a7018579a774376578b83e7ca05
2025-03-24 09:18:35 +08:00
xun.zhang 9eb5a057d4 ENH: remove some static resources
1. Use url for video and wiki

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Id1c195ecb3348f951d00b15273c94c7edd655e33
2025-03-24 09:18:34 +08:00
xin.zhang 196c722287 ENH: use dialog style
jira: [STUDIO-10944]
Change-Id: If48abb7bccbc8c909c2a659d96f0155d97cce673
2025-03-24 09:18:34 +08:00
zhou.xu 7768570492 FIX:Thumbnail render should use light in "obj import" dialog
jira: none
Change-Id: I1457876a12f42abd93d26cebb60d2d7d8075df74
2025-03-24 09:18:34 +08:00
zhimin.zeng 310f13f36a FIX: adjust nozzle_change_gcode before filament_end_gcode
jira: none
Change-Id: I56498d473568ef0f5a7ba7c149befff55016bda1
2025-03-24 09:18:34 +08:00
zhimin.zeng a894ec9e55 FIX: modify the default value of extruder_id for cali
jira: none
Change-Id: I7aba99d5264d900c7a0795ff13442c62c34ae392
2025-03-24 09:18:34 +08:00
zhou.xu 9e2bfb7d7e ENH:Obj import supports up to 32 colors
jira: STUDIO-10927
Change-Id: I46b2c63a625f91d0caafa78cf47bf0fc8589015b
2025-03-24 09:18:34 +08:00
xin.zhang c47759dd1f FIX: use time to hold the control
jira: [STUDIO-10923]
Change-Id: I7069ed1ea0112837080c59895081e798d6a83e6e
2025-03-24 09:18:34 +08:00
xin.zhang 39d49701ae FIX: install cert for device
jira: [STUDIO-9888]
Change-Id: If0bec524e1cb052fb27660a9b0cbcfce0f17c226
2025-03-24 09:18:34 +08:00
zhou.xu 427f27ce9b FIX:The 'close' button did not call 'cancelw_coin_comor'
jira: STUDIO-10926
Change-Id: I4ded2cd930575eccfab27d62bf451eb788c90310
2025-03-24 09:18:34 +08:00
jun.zhang 407e3847f5 FIX: thumbnail
jira: STUDIO-10747

Change-Id: Iec7c9976e5edde42a3b349530f1f4d86ab32b3f8
2025-03-24 09:18:34 +08:00
zhimin.zeng 1968c8b117 FIX: adjust the sort for segment intersections
and revert the modify of I64dbbcf9e35477b597c4755863f307cf444f50d9
jira: STUDIO-10841

Change-Id: Id6a56372cade4e62f3714aae6892468575298904
2025-03-24 09:18:34 +08:00
zhimin.zeng d38cbada3e FIX: show message dialog when the machine's nozzle in unknown
jira: none
Change-Id: Ic9b0e668c5e8427df76503731865d1b3de8568c4
2025-03-24 09:18:34 +08:00
zhimin.zeng 48e2efdc2f FIX: add show status for cali when storage is not available
jira: STUDIO-10865
Change-Id: Ibc4d15e0f8d32694d389c68fa300b6ed95030818
2025-03-24 09:18:34 +08:00
qing.zhang bfa42e8e77 FIX: nam speed of H2D
Jira: none

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ia400809d73bac1a6a526ebddfe8b48070574c125
2025-03-24 09:18:33 +08:00
qing.zhang 3c85b71fcd FIX: show sysmetric option for cross zag
Jira: none

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ic7c1a3ebb2692f0a37c47becfd545a0273fbeab8
2025-03-24 09:18:33 +08:00
xun.zhang 5c6264cf9f ENH: add tpu exist flag in place holder
jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ieba35adde23e1ce1169b10955bafbbf2bc856663
2025-03-24 09:17:18 +08:00
xun.zhang 21f91c3b1d ENH: add check for FloatsOrPercents illegal values
jira: 10871

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I1c8514da88ff0d0d6c7e02097d60f2e3c53d9d71
2025-03-24 09:17:18 +08:00
chunmao.guo 0476e92e0f FIX: apply sync extruder config to objects
Change-Id: I4e09787b39a25d908f5008f611151fe590f9f67a
Jira: STUDIO-10866
2025-03-24 09:17:18 +08:00
chunmao.guo 62baf662e9 FIX: transfer variant options match new preset
Change-Id: I9e12cdb7c1414ee2503ce49734a4b8825fd65e1d
Jira: STUDIO-10904
2025-03-24 09:17:18 +08:00
mixian bbdeafb68f FIX: move edit button to leftTop corenr
Jira: 10885
Change-Id: Ifff85336d5bcce5e20023db313d0480068c34e33
2025-03-24 09:17:17 +08:00
zhou.xu ffe47e1ea8 ENH:modify text
jira: none
Change-Id: I42d4d5e65246bbb779ca0ff5a9860a414a2f66dd
2025-03-24 09:17:17 +08:00
lingdong.gu 6bfaa7952c FIX:different fan pre start time value for different filament
Change-Id: Ic404d2a524ba912b6ad7d0dead00761403b52cf4
2025-03-24 09:17:17 +08:00
xin.zhang 9f9d36e455 FIX: check the ptr
jira: [STUDIO-10922]
Change-Id: I5ea2677298d49730e16da7e9c1997322bf2d3ec2
2025-03-24 09:17:17 +08:00
zhou.xu 51b5777b60 FIX:Do not create a new MeshRaycaster repeatedly
jira: STUDIO-10905
Change-Id: I0a666ab7f9167c1bbd60f4cd6a5d0c78c9143275
2025-03-24 09:17:16 +08:00
xin.zhang 193caabdc7 ENH: support msw_rescale
jira: [STUDIO-10907]
Change-Id: I1e06043fad6345c47e8c5ceb28db204955aa0969
2025-03-24 09:17:16 +08:00
xin.zhang 356410959b ENH: optimize the mapping item
jira: [STUDIO-10907]
Change-Id: Ifc021fcadec7a5863dbea986e0c998f387a72d78
2025-03-24 09:17:16 +08:00
xin.zhang 1b5061e773 FIX: reset the stage
jira: [STUDIO-10862]
Change-Id: I14c3c7c72a718159b67c7887a2646c5a7b015ff9
2025-03-24 09:17:16 +08:00
jun.zhang 576d59f6c8 FIX: rendering issue of mirrored model
jira: STUDIO-10869

Change-Id: I985ae6fd0df917fbd4bd537220048b59df902c9a
2025-03-24 09:17:02 +08:00
chunmao.guo 852c580569 FIX: OptionsSearcher::get_option crash for z_hop_types
Change-Id: I84d234628335505e44e984dc1dddff4822d44346
Jira: STUDIO-10886
2025-03-24 09:17:02 +08:00
chunmao.guo f1365df997 ENH: select first order variant for newly enabled printer_model
Change-Id: I841a15f908cb74e6bfa594e017349a967ab4cf0a
Jira: STUDIO-10791
2025-03-24 09:17:02 +08:00
chunmao.guo f0656ee986 FIX: OptionsGroup::get_line with multiple options
Change-Id: I9c96b0e5de5674e558aeb66d306da3519750fa65
Jira: STUDIO-10887
2025-03-24 09:17:02 +08:00
zorro.zhang d415d8e728 ENH: Login Language use Bambu Config
JIRA: none
Change-Id: I3c12441af0daad6a92843226886b0f15c60aa16a
2025-03-24 09:17:02 +08:00
jiangkai.zhao d6fc36daba ENH: Increase TPU printing speed.
1.add parameters precooling_temperature, ramming ravel time,prime_tower
max speed , ramming_vol_speed;
2.support modify the wipe tower wipe and lift speed

jira: none
Change-Id: Ic9661e514ef0d4e4c0dcebb5e56f0c962e6c7b9a
2025-03-24 09:17:01 +08:00
xin.zhang ee76a2191f FIX: show all re-fill while sending print
jira: [STUDIO-10888]
Change-Id: I2b1a98eddd2c34a83a73ef7cbef39ab05d569aef
2025-03-24 09:17:01 +08:00
xin.zhang 3d3753b787 FIX: only check the nozzle type of used nozzle indexes
jira: [STUDIO-]
Change-Id: Iba19086e8774811f86efdb449d8046112cd26ad7
2025-03-24 09:17:01 +08:00
xin.zhang a856c7cc62 FIX: use wxMessageDialog as warning in MAC
jira: [STUDIO-10386]
Change-Id: Ic8cc6d09f2eba41ec8cfebf239eb6bd78dd3844a
(cherry picked from commit 1537f575927f8d0f0e2658f900296344deb6682c)
2025-03-24 09:17:01 +08:00
xin.zhang 1820ca6fc0 FIX: rebuild the TempInput logic
jira: [STUDIO-10386]
Change-Id: If7160dacafaa19d7056125961a59111ff63ea25b
(cherry picked from commit f078f6bfdc4bf2610f8c861132241ebdd933bb74)
2025-03-24 09:17:01 +08:00
xin.zhang 3d83cd4442 ENH: add info log
jira: [none]
Change-Id: Ieb6f2127d2e1b5ff5033dd903987ec44ca1af959
2025-03-24 09:17:01 +08:00
zhimin.zeng c38eb761c6 FIX: crash when tool_change is empty
jira: none
Change-Id: Ia2d6fda6847e41054700e37a25179ae2a8d5cd46
2025-03-24 09:17:01 +08:00
zhou.xu 9d93dd7d98 ENH:add "gamma_correct_in_import_obj" function
jira: none
Change-Id: Ia16d1c996f02333745222eb2144d01a44d101754
2025-03-24 09:17:01 +08:00
zhou.xu 1f41a3da7a FIX:Rotation gizmo coincides with the cut coordinate system in cut gizmo
jira: STUDIO-10868
Change-Id: Ifec448e4d0bab518c07c9d198304daa8c0e95999
2025-03-24 09:17:01 +08:00
zhimin.zeng 06a50c35fe ENH: add k value tips for cali
jira: none
Change-Id: I73f997ea4843d52a6dce3fac905f42779beb54c2
2025-03-24 09:17:01 +08:00
zhimin.zeng 2a00a0d889 ENH: Reduce unnecessary solid fills
jira: none
Change-Id: I9f0f3eeacb6a553ef06c9afbb1299ff6139e77b9
2025-03-24 09:17:01 +08:00
xin.zhang 9fff7967f3 ENH: support ams remain in popup
jira: [STUDIO-9942]
Change-Id: I8514d1a1ac8e893ed46f18e1a42261c3af3f294c
2025-03-24 09:17:01 +08:00
zhimin.zeng c522831144 FIX: AMS should not affect the judgment of automatic calibration
jira: none
Change-Id: I4749bdca40e28f06d2809484a593e7d058baa36b
2025-03-24 09:17:00 +08:00
zhimin.zeng 611f022a0c FIX: fix slice error: invalid infill
Reason: sorting errors caused by precision
jira: STUDIO-10841
Change-Id: I64dbbcf9e35477b597c4755863f307cf444f50d9
2025-03-24 09:17:00 +08:00
jun.zhang 5656c89d32 FIX: gizmo input window related issue
jira: no-jira

Change-Id: I829dc3416eb7b6714ac5b5f7bc7f99b272197ea1
2025-03-24 09:17:00 +08:00
jun.zhang ee2d6bc9d5 ENH: add app config: gizmo_keep_screen_size
jira: STUDIO-10293

Change-Id: Ie071d132d984adcee41e4d1c49e23b29fd0067bb
2025-03-24 09:17:00 +08:00
xin.zhang b9ab0a2456 FIX: reset the print stage before job started
jira: [STUDIO-10862]
Change-Id: I8aadc0835393a92d5e4ba45d6fbaee30fc6c72ee
2025-03-24 09:17:00 +08:00
xin.zhang 0cb04b4d26 FIX: update the Laser part name
jira: [STUDIO-10586]
Change-Id: Ia60650c1e7d51219117a44fdf7956150ba4d7e89
2025-03-24 09:17:00 +08:00
qing.zhang 3e974ffe0b ENH: add sysmetric y for zigzag
Jira: none

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ibd01a37ea206c0433b43a756f3a7840ca87fd3b2
2025-03-24 09:17:00 +08:00
xin.zhang 766c6e0041 FIX: remove some warnings
jira: [none]
Change-Id: I0e74b7316d0efe38c65e1f695b2a09eb09103552
2025-03-24 09:16:56 +08:00
xin.zhang 6f527fd6aa FIX: update while it's print job
jira: [STUDIO-10848]
Change-Id: I19c96dce7d48d46bdf4ed7861ab2136644195e34
2025-03-24 09:15:33 +08:00
chunmao.guo 1abcd64e72 FIX: adjust text of sync extruder dialog
Jira: STUDIO-10814
Change-Id: I3704b5d10c8050d35e212951d672bd9f9f4adcef
2025-03-24 09:15:33 +08:00
zhou.xu 17beeb0f86 FIX:If there is no line break, use a better width
jira: none
Change-Id: I98b796f1aeb7cb5d0810cfd1d2f7eaeb03ecf226
2025-03-24 09:15:33 +08:00
xun.zhang 98dad923f8 FIX: dark mode in filament group pop up
1.Also modify some tips

jira: NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I4e2abfe24afdf7f0d728a486aa248b8e5accbdf4
2025-03-24 09:15:32 +08:00
xun.zhang dc1bac6b6c ENH: refine some func and class naming
jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Icaaf6197bacf5e7037835c475b0d0af0cfb22a44
2025-03-24 09:15:32 +08:00
zhimin.zeng 1959fa7d5c FIX: Remove unprintable_filament_map
jira: none
Change-Id: I30285d0cc98a974e71f16fd9adb57dfcccb39415
2025-03-24 09:15:32 +08:00
zhimin.zeng 4af6386302 FIX: Fix the error throwing exception
when adding double-head related material parameters
jira: none

Change-Id: I666e1069746d2c284f59ca2ac0f44c664c578a63
2025-03-24 09:15:32 +08:00
xin.zhang 8079244d15 FIX: the usage of translation macro
jira: [STUDIO-10847]
Change-Id: I3cb11f4f584c5f6bc42c8ae9a1464190f33c1774
2025-03-24 09:15:32 +08:00
xin.zhang 1f6d8a8ef5 FIX: the open door check
jira: [STUDIO-10842]
Change-Id: I5b5f305afaaf7e20f1600cda677c231f41b2eb74
2025-03-24 09:15:32 +08:00
xin.zhang 99045ae070 FIX: the AMS refreshing problem
jira: [STUDIO-10643]
Change-Id: I6bd94f2e608b833e880033fdace236d465b9db38
2025-03-24 09:15:31 +08:00
jun.zhang 33230fd688 ENH: Gizmo panning & scalling
jira: STUDIO-10777 / STUDIO-8274

Change-Id: I89166b441a606d2cd05a0c2d4569cb1de73a657b
2025-03-24 09:15:31 +08:00
jun.zhang a7207bef35 FIX: disable FXAA bu default
jira: STUDIO-10815

Change-Id: I860273e5ee10e4704f4215307e23c81821600db2
2025-03-24 09:15:31 +08:00
zhou.xu 38abdcdcdc FIX:fix three icons in dark mode not switching
jira: none
Change-Id: I0b49e3dc2e4d9ae7f53e45e456de830736f0acc8
2025-03-24 09:15:31 +08:00
zhou.xu 19e3ceab84 ENH:pop-up dialog supports text wrapping
jira: STUDIO-10735
Change-Id: I919db3f1767bfde72d66bdc06b2d77ba8f878cac
2025-03-24 09:15:31 +08:00
jun.zhang 3719059c39 FIX: GizmoScale3D
jira: no-jira

Change-Id: I486e10e3241de6ae8a8a350f424d05a4ce0f17b8
2025-03-24 09:15:31 +08:00
Mixian 94ceedf97f FIX: fix plater UI
Jira: 10520
Change-Id: Iec4401862d1c28df45067dc9b545dafe1341eb35
2025-03-24 09:15:31 +08:00
xun.zhang ccf58b3fc6 ENH: set cooling/heating rate as extruder param
jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ia5eb6ba5bea0351ebcc3867644a518fb5560e500
2025-03-24 09:15:31 +08:00
xun.zhang f6a46d9b95 FIX: negtive value in grouping stats
jira:STUDIO-10772

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I90b88c7d96f6aeb31df36233efab5b9059ad2622
2025-03-24 09:15:31 +08:00
xun.zhang d61d0c7231 FIX: remove duplicated filament change
1.Remove duplicated filament change after machine start GCode
2.Add missing filament change after machine start gcode

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I97e1a3e8dc1ad39c95f763469086c2e360807288
2025-03-24 09:15:31 +08:00
tao wang 38e784dd49 FIX:fixed the crash caused by file transfer
jira:[none]

Change-Id: Ice1461eff200219792e4fb8b20aa36c0c176cd6f
2025-03-24 09:15:30 +08:00
zhimin.zeng a25e7198ee FIX: Link Chinese wiki in Chinese environment
jira: STUDIO-10795
Change-Id: I50454a0e4e3f4b6ab8a1d2be8f2dbc4343c6a3e6
2025-03-24 09:15:30 +08:00
zhimin.zeng d707fd04c3 ENH: add sync status for sync button
jira: STUDIO-10676
Change-Id: Ia3afd0a1f09fa3f27b1f04c84ec9a427f74edf31
2025-03-24 09:15:30 +08:00
zhimin.zeng 79165e1ad4 FIX: Calibration limit left and right must be the same diameter
jira: none
Change-Id: I3ea572184a122abeaee882742eda8b75fb21c30d
2025-03-24 09:15:30 +08:00
zhimin.zeng de449496b5 FIX: Old version of gcode cannot be opened normally
jira: STUDIO-10825
Change-Id: Ibf512cd4abc5315bb090d39974fb436e328214c7
2025-03-24 09:15:30 +08:00
xin.zhang 0ed457207e FIX: add hms action buttons
jira: [STUDIO-10823]
Change-Id: I751f0951df439a5265cc53f5679fa69b8d1c728a
2025-03-24 09:15:29 +08:00
jun.zhang ae9929b5d4 FIX: rendering issue of GizmoScale3D
jira: STUDIO-10827

Change-Id: I5153f48b8b7a17ee0e7e8a812808444c06231552
2025-03-24 09:15:29 +08:00
lane.wei 84bbf31ab5 ENH: CLI: fix some potential issue under cli
jira: no-jira
Change-Id: I411e7a18b0eacc27f28a4b6d2205cd6460b6cd1a
2025-03-24 09:15:29 +08:00
chunmao.guo 8fe3629fcf FIX: sync_excluder index
Change-Id: I06f49b1c834f5d57c02981a062f3d59add52cccb
Jira: none
2025-03-24 09:15:29 +08:00
jun.zhang 18eac7a79b FIX: face culling related issue
jira: STUDIO-10822

Change-Id: Iea7c9f663b1a93c447032c20a8e4a600ad94a9bb
2025-03-24 09:15:29 +08:00
xin.zhang 77dc987ad5 FIX: the fan speed control in mac OS
jira: [STUDIO-9566]
Change-Id: I781ee149a2b184ee8d559dbb494798386e67e059
2025-03-24 09:15:29 +08:00
xin.zhang 19697b2dcd FIX: the ext does not support filament backup; add protection
jira: [STUDIO-10812]
Change-Id: I01b6de1e23d00932b373920105542b8e8770e809
2025-03-24 09:15:29 +08:00
xin.zhang 3bd7bee743 FIX: update the plate check texts
jira: [STUDIO-10813]
Change-Id: I0304908f7819be1482744e253332bfca1044732e
2025-03-24 09:15:29 +08:00
xun.zhang 7bcc83682e FIX: dark mode display in dialog
jira:STUDIO-10811

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I174541d97efe8d0beea4913d23375f82b104b7a2
2025-03-24 09:15:29 +08:00
Mack 7e4932eec4 Fix:Step mesh didn't initially count faces
jira: STUDIO-10273
Change-Id: Ic7e672edae03f5ce00e564eaf82dd1c474b84558
2025-03-24 09:15:29 +08:00
lane.wei 5ddf3ac86f ENH: config: remove unused assert
jira: no-jira
Change-Id: I3e2bea9f2fd5483c3a0f492bf6a1e47274315d28
2025-03-24 09:15:29 +08:00
zhou.xu ad30459c30 NEW:expand ImGuiWrapper
jira: none
Change-Id: I2d209e2cf8ca4a41ee5451c37b62be2217b1f66f
2025-03-24 09:15:28 +08:00
lane.wei 1e4c82c781 FIX: config: fix some potential crash when switch configs
switch configs between single extruder and multiple extruders
jira: no-jira

Change-Id: I3a7ebd590b061f7dec4d8d12d5508e869a941beb
2025-03-24 09:15:28 +08:00
jiangkai.zhao 576d931475 Fix:crash when multicolor printing
jira: none
Change-Id: I6289934a897644fb025acd20b59bea1a69995f89
2025-03-24 09:15:28 +08:00
tao wang 8cb358305c ENH:fix X&P printer displaying incorrect N3S
jira:[none]

Change-Id: I15b30e3f45b060b696e7dd2ab4617a7835e9e6c9
2025-03-24 09:15:28 +08:00
xin.zhang f2f6b29023 FIX: update the support of nozzle offset calibration
jira: [STUDIO-10758]
Change-Id: I34246998b08c54ef8e44172300ab3e1d4e4bf5c4
2025-03-24 09:15:28 +08:00
chunmao.guo a2bd289437 ENH: copy variants to multiple-extruder preset
Change-Id: I0f96babfb98cfe73f17d8a498d356779f26038c3
Jira: STUDIO-10722
2025-03-24 09:15:28 +08:00
zhimin.zeng 6029e4bc5e FIX: cali should not send job in lan mode
jira: STUDIO-10625
Change-Id: I89227b9f3c06416abe7895fa3edb47358891d573
2025-03-24 09:15:28 +08:00
zhimin.zeng eccf84c4ef FIX:The sync button shouldn't show for third-part mutli-extruder preset
jira: STUDIO-10779
Change-Id: I56aec127f4314e09bfab9626c6061d8264f0998d
2025-03-24 09:15:28 +08:00
zhimin.zeng f38d8f959f ENH: some tpu filaments are not support auto cali
jira: none
Change-Id: I253e5c5936bc5fb90612f385e358b3015bdabf2e
2025-03-24 09:15:28 +08:00
zhou.xu 04bed7f239 FIX:cancle does_bound_a_volume check and try boolean with warning
jira: STUDIO-10754
Change-Id: I0aadd9fe63b0dfeed13b03b62753405040e12e11
2025-03-24 09:15:28 +08:00
zhou.xu ce74f77310 ENH:modify Background color for AmsMapingPopup
jira: none
Change-Id: I21940af0ce0ecb9292903b159e5fc0f36f588cc0
2025-03-24 09:15:28 +08:00
xin.zhang 06a420bdf3 FIX: dead blocking while cancel printing
jira: [STUDIO-10612]
Change-Id: Id64264bc3c6c4fb8255999770504975be544a85f
2025-03-24 09:15:28 +08:00
xun.zhang 40654323b0 FIX: opposite value for detect floating vshell
1. Also add default values in profile

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I70eb017a63fa55b40f3f62b4f31da0179ebc5abc
2025-03-24 09:15:28 +08:00
xin.zhang e3fb2a4c65 FIX: build failed
jira: [none]
Change-Id: I359f99fd02f7ccd33e333f9fe7f85e400bdfcd37
2025-03-24 09:15:27 +08:00
xin.zhang d89303c9fe FIX: update the wrap width
jira: [STUDIO-10781]
Change-Id: I8cbb893f235a47a9ed62e43af8c00dc1ba1f6454
2025-03-24 09:15:27 +08:00
xin.zhang 964458c65a FIX: add context translation
jira: [none]
Change-Id: Ie144a3a7894dae86a0721731a0357cb6f1b2631a
2025-03-24 09:15:27 +08:00
xin.zhang 27c6d46dc2 FIX: optimize the switching cancel
jira: [none]
Change-Id: I60f4e5bcbbe67e6c86793a651e8837a551a762a3
2025-03-24 09:15:27 +08:00
xin.zhang 57245bd456 FIX: update the flow calibration options
jira: [STUDIO-10784]
Change-Id: I75c5319daf01da52ae521632d71d32813bcbb32f
2025-03-24 09:15:27 +08:00
xin.zhang 9008dc115e FIX: support show 3 N3S in one row
jira: [STUDIO-10782]
Change-Id: Ifec1c958dbbc7af02a97a1293621458ea83f61bf
2025-03-24 09:15:27 +08:00
zhou.xu 7239f7bfaa ENH:add "reset all" function
jira: none
Change-Id: Iac2c267e95ca0589bf2e6d6d536d70d3b3e4a70c
2025-03-24 09:15:27 +08:00
jun.zhang 165882e723 FIX: GLGizmoScale
jira: STUDIO-10777 / STUDIO-8274

Change-Id: Ib8f2cea73f98195a1bb7092e5cd2cb3795483afa
2025-03-24 09:15:27 +08:00
gerrit 73343cf48e ci: update network module based on commit 688c73a
Change-Id: I08b5b561b6d7ecb5a2cd8fca9e6f8c9590e34c51
2025-03-24 09:15:27 +08:00
chunmao.guo 038a75cc84 ENH: copy param to another extruder with detail dialog
Change-Id: Id77385c71da155908623daa9e68de17b2e349620
Jira: STUDIO-10246
2025-03-24 09:15:27 +08:00
jiangkai.zhao 04d64d5e00 Fix: crash by wipe_tower_data's null pointer
jira: none
Change-Id: Ic33c40f7dc27b6ca18a44a790c4e4e01d0305792
2025-03-24 09:14:27 +08:00
xun.zhang bf97aea2e4 ENH: add default value in extruder info for cli
jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I15fb33c55a8f8e5bf75807ca16b00d50226ee156
2025-03-24 09:14:27 +08:00
xun.zhang 40c4f667d1 ENH: full code of ensure vertical enhance
1.Mark ensure vertical part as a seperate part
2.Detect floating line in vertical part and use bridge speed to print
3.Slow down the vertical part to 80% solid infill speed

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I59678b3530c6cbb9565ac038349a0a2181e16dc8
2025-03-24 09:14:27 +08:00
zhou.xu 62a06d3351 ENH:modify text
jira: STUDIO-10690
Change-Id: I5716f11b33550fae87948f7915b518f18dcab594
2025-03-24 09:14:27 +08:00
zhou.xu 5c8d620973 ENH:adjust UI in AmsMapingPopup
jira: none
Change-Id: Ib2e7e642d7a1700abb92eca2546614b2fd7d2bd4
2025-03-24 09:14:27 +08:00
jiangkai.zhao 1522fe5ff2 ENH: adjust estimate_wipe_tower_size
jira: STUDIO-10540
Change-Id: I552acf16a1f02f2d6feb783327a0a9a83ac4673a
2025-03-24 09:14:27 +08:00
jiangkai.zhao 3a7dcfd232 ENH: Use the real prime tower model after slicing.
1. set wipe tower real height
2. fix wipe tower small arc error
3. add rib_width constraint to ensure that the rib wall of the wipetower are attached to the infill.
jira: STUDIO-10540

Change-Id: Idfdc809f0236121d98587ac2a09a2ebbf5caf945
2025-03-24 09:14:27 +08:00