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
xun.zhang
35e4db07e9
ENH: update gcode for H2D
...
jira: NONE
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I069c988454658f06148f62607eef1bfa2a2d7106
2025-03-25 22:13:45 +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
xun.zhang
d9b9e41625
ENH: update params in process profiles
...
jira: NONE
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I167ed97df565256c592b56a2389985afbe24cbe3
2025-03-25 22:13:27 +08:00
BBL\chuan.he
5afce754f2
ci: update translate file 2025_03_25_14_25_57
2025-03-25 22:13:26 +08:00
BBL\chuan.he
34fbb6eb10
ci: update translate file 2025_03_25_13_34_04
2025-03-25 22:13:26 +08:00
xun.zhang
c7864db1c8
ENH: update process profile for H2D
...
jira: none
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I851852c36d5602ac3e97740ae357cadef6fa0903
2025-03-25 22:13:26 +08:00
zhou.xu
f3f6032de9
ENH:modify text
...
jira: none
Change-Id: I7bb2bc5fa0a1a14afce822b67c3dd095c4bf6549
2025-03-25 22:13:26 +08:00
gerrit
e842cb0f6f
ci: update translate file 2025_03_25_12_27_22
2025-03-25 22:13:26 +08:00
gerrit
eb3f165cef
ci: update translate file 2025_03_25_12_16_25
2025-03-25 22:13:25 +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
gerrit
956c3d6d84
ci: update build version to 02.00.00.95
...
Change-Id: Ibc97347bb07f10042817c483a14a633a3da678bb
2025-03-25 08:15:51 +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
eb24f6be07
ENH: update gcode for H2D
...
jira: NONE
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I98291af3fa439ac1b6f933f06112582edb9d9dc2
2025-03-25 08:15:51 +08:00
xun.zhang
2e071908b6
ENH: remove some profiles and do renaming
...
jira: none
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I21d4915ec487b77c8e87afd49be2694ec32372e6
2025-03-25 08:15:50 +08:00
xun.zhang
1ad2aed3a0
ENH: add high quality process profile
...
jira: NONE
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I7e4f12e7a15b022c0dfb8cbefd4f13552e00d149
2025-03-25 08:15:50 +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
gerrit
0902dc0623
ci: update translate file 2025_03_24_21_50_32
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
gerrit
10945fcafc
ci: update translate file 2025_03_24_18_58_08
2025-03-25 08:15:49 +08:00
tao wang
954ff56b54
NEW:add wiki with connection failed
...
jira:[none]
Change-Id: Ie49b17c445a6485e3fcb327c2eca15d24c24e8fb
2025-03-25 08:15:49 +08:00
gerrit
f5292d2777
ci: update translate file 2025_03_24_17_46_20
...
jira:none
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
f2660162d8
FIX: update HMS
...
jira: [none]
Change-Id: I1d5b4814906525cc913761854271138a7836ad6d
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
xun.zhang
a75a33a2c9
ENH: update params for TPU FOR AMS H2D
...
JIRA: none
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I96f46ac9773d952dd0163116eeee62a6772461b6
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
chunmao.guo
55155359b3
FIX: add PresetBundle.cpp to i18n list
...
Change-Id: I73fe8350fb73659796e4fc13452c019e9ceadd41
Jira: STUDIO-10973
2025-03-24 11:06:46 +08:00
gerrit
71dce11ab4
ci: update build version to 02.00.00.94
...
Change-Id: I4a24351f6e054d887bfd25f4ddc6ce2e08c4d76e
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