zhimin.zeng
|
510bc20696
|
ENH: support saving PA calibration results for P series
Jira: none
Change-Id: I9402b8bcce7b48a63d0e97e0708080701d065e7a
|
2024-04-08 19:50:03 +08:00 |
Bastien Nocera
|
a3197cb18b
|
slic3r: Fix missing boost declaration
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/ColorSpaceConvert.cpp.o
/usr/bin/c++ -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_NO_LIB -DBOOST_IOSTREAMS_NO_LIB -DBOOST_LOCALE_NO_LIB -DBOOST_LOG_NO_LIB -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_NO_LIB -DCURL_STATICLIB -DGLEW_STATIC -DLIBNEST2D_GEOMETRIES_libslic3r -DLIBNEST2D_OPTIMIZER_nlopt -DLIBNEST2D_STATIC -DLIBNEST2D_THREADING_tbb -DOPENSSL_CERT_OVERRIDE -DOPENVDB_OPENEXR_STATICLIB -DOPENVDB_STATICLIB -DSLIC3R_CURRENTLY_COMPILING_GUI_MODULE -DSLIC3R_GUI -DTBB_USE_CAPTURED_EXCEPTION=0 -DUNICODE -DUSE_TBB -DWXINTL_NO_GETTEXT_MACRO -D_UNICODE -D__WXGTK3__ -D__WXGTK__ -DwxDEBUG_LEVEL=0 -DwxNO_UNSAFE_WXSTRING_CONV -DwxUSE_UNICODE -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/run/build/BambuStudio/src -I/run/build/BambuStudio/build/src/platform -I/run/build/BambuStudio/src/hidapi/include -I/run/build/BambuStudio/src/slic3r/Utils -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -I/usr/include/webp -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/fribidi -I/usr/include/gio-unix-2.0 -I/usr/include/gstreamer-1.0 -I/run/build/BambuStudio/build/src/libslic3r -I/run/build/BambuStudio/deps/build/destdir/usr/local/include/opencascade -I/run/build/BambuStudio/src/libnest2d/include -I/run/build/BambuStudio/src/miniz -I/run/build/BambuStudio/src/glu-libtess/include -I/run/build/BambuStudio/src/clipper2/Clipper2Lib/include -I/run/build/BambuStudio/src/minilzo -isystem /run/build/BambuStudio/src/eigen -isystem /run/build/BambuStudio/src/libigl -isystem /app/lib/wx/include/gtk3-unicode-static-3.1 -isystem /app/include/wx-3.1 -isystem /run/build/BambuStudio/deps/build/destdir/usr/local/include -isystem /run/build/BambuStudio/deps/build/destdir/usr/local/include/OpenEXR -std=gnu++20 -fext-numeric-literals -Wall -Wno-reorder -pthread -O3 -DNDEBUG -std=gnu++17 -fPIC -fsigned-char -Werror=return-type -Wno-ignored-attributes -Wno-unknown-pragmas -DOPENVDB_ABI_VERSION_NUMBER=8 -MD -MT src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/ColorSpaceConvert.cpp.o -MF src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/ColorSpaceConvert.cpp.o.d -o src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/ColorSpaceConvert.cpp.o -c /run/build/BambuStudio/src/slic3r/Utils/ColorSpaceConvert.cpp
/run/build/BambuStudio/src/slic3r/Utils/ColorSpaceConvert.cpp: In function ‘wxColour string_to_wxColor(const std::string&)’:
/run/build/BambuStudio/src/slic3r/Utils/ColorSpaceConvert.cpp:246:5: error: ‘boost’ has not been declared
246 | boost::split(result, str, boost::is_any_of(","));
| ^~~~~
|
2024-04-01 08:54:23 +08:00 |
Bastien Nocera
|
7acfb3e69f
|
slic3r: Fix missing std::mutex declaration
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/Http.cpp.o
/usr/bin/c++ -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_NO_LIB -DBOOST_FILESYSTEM_NO_LIB -DBOOST_IOSTREAMS_NO_LIB -DBOOST_LOCALE_NO_LIB -DBOOST_LOG_NO_LIB -DBOOST_REGEX_NO_LIB -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_NO_LIB -DCURL_STATICLIB -DGLEW_STATIC -DLIBNEST2D_GEOMETRIES_libslic3r -DLIBNEST2D_OPTIMIZER_nlopt -DLIBNEST2D_STATIC -DLIBNEST2D_THREADING_tbb -DOPENSSL_CERT_OVERRIDE -DOPENVDB_OPENEXR_STATICLIB -DOPENVDB_STATICLIB -DSLIC3R_CURRENTLY_COMPILING_GUI_MODULE -DSLIC3R_GUI -DTBB_USE_CAPTURED_EXCEPTION=0 -DUNICODE -DUSE_TBB -DWXINTL_NO_GETTEXT_MACRO -D_UNICODE -D__WXGTK3__ -D__WXGTK__ -DwxDEBUG_LEVEL=0 -DwxNO_UNSAFE_WXSTRING_CONV -DwxUSE_UNICODE -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/run/build/BambuStudio/src -I/run/build/BambuStudio/build/src/platform -I/run/build/BambuStudio/src/hidapi/include -I/run/build/BambuStudio/src/slic3r/Utils -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/sysprof-6 -I/usr/include/webp -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/fribidi -I/usr/include/gio-unix-2.0 -I/usr/include/gstreamer-1.0 -I/run/build/BambuStudio/build/src/libslic3r -I/run/build/BambuStudio/deps/build/destdir/usr/local/include/opencascade -I/run/build/BambuStudio/src/libnest2d/include -I/run/build/BambuStudio/src/miniz -I/run/build/BambuStudio/src/glu-libtess/include -I/run/build/BambuStudio/src/clipper2/Clipper2Lib/include -I/run/build/BambuStudio/src/minilzo -isystem /run/build/BambuStudio/src/eigen -isystem /run/build/BambuStudio/src/libigl -isystem /app/lib/wx/include/gtk3-unicode-static-3.1 -isystem /app/include/wx-3.1 -isystem /run/build/BambuStudio/deps/build/destdir/usr/local/include -isystem /run/build/BambuStudio/deps/build/destdir/usr/local/include/OpenEXR -std=gnu++20 -fext-numeric-literals -Wall -Wno-reorder -pthread -O3 -DNDEBUG -std=gnu++17 -fPIC -fsigned-char -Werror=return-type -Wno-ignored-attributes -Wno-unknown-pragmas -DOPENVDB_ABI_VERSION_NUMBER=8 -MD -MT src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/Http.cpp.o -MF src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/Http.cpp.o.d -o src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/Http.cpp.o -c /run/build/BambuStudio/src/slic3r/Utils/Http.cpp
/run/build/BambuStudio/src/slic3r/Utils/Http.cpp:87:6: error: ‘mutex’ in namespace ‘std’ does not name a type
87 | std::mutex g_mutex;
| ^~~~~
/run/build/BambuStudio/src/slic3r/Utils/Http.cpp:19:1: note: ‘std::mutex’ is defined in header ‘<mutex>’; did you forget to ‘#include <mutex>’?
18 | #include <openssl/x509.h>
+++ |+#include <mutex>
19 | #endif
|
2024-04-01 08:54:23 +08:00 |
gerrit
|
0410ac0381
|
ci: update network module based on commit 868f5d7
Change-Id: I5584e4441e1f2ab400addaa87ee8013927fb9e15
|
2024-03-25 20:30:57 +08:00 |
gerrit
|
b274401214
|
ci: update network module based on commit ef3b059
Change-Id: I4a5c733344bd8f477a9cf02ea02a62282e655de7
|
2024-03-25 15:29:19 +08:00 |
zorro.zhang
|
81b284fb38
|
NEW: New UI of Homepage
JIRA: NONE
Change-Id: I2a25d087f7708b06b8fa8a48f190856963bc4644
|
2024-03-25 15:29:19 +08:00 |
tao wang
|
ef118017cd
|
ENH:support jumping from project to makerworld
jira:[STUDIO-6462]
Change-Id: I35c5612e4aa9f387b30f6fad12419aee2e244217
|
2024-03-25 15:29:19 +08:00 |
gerrit
|
496ddb9065
|
ci: update network module based on commit e411785
Change-Id: I3a9c7bfa5ac5a942f339ad0194a24d9170847371
|
2024-03-25 15:29:19 +08:00 |
gerrit
|
c75678b243
|
ci: update network module based on commit 8befd46
Change-Id: I3a6420684f106bdde5897a50d27dfec69e0aa37f
|
2024-03-25 15:29:19 +08:00 |
zhimin.zeng
|
b24e67a0fc
|
FIX: P1S/P retains detection of nozzle diameter
Jira: 6048
Change-Id: I1008e79a1f1733e85c4bb3fdc9ac6dc7673647ae
|
2024-03-25 15:29:19 +08:00 |
gerrit
|
df6c72beff
|
ci: update network module based on commit 542ced8
Change-Id: I3ad5032cc56a99d1c3a687b2891d147b13af066d
|
2024-03-25 15:29:19 +08:00 |
XunZhangBambu
|
cabee4ce58
|
ENH: add ProfileDescription for translate
1.Add ProfileDescription.hpp simply for translating
jira:NEW
Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: Iaa3ced1edccf67eaeebde35c1e8b36442d2e9a6f
|
2024-03-25 15:29:19 +08:00 |
lane.wei
|
e931bd8ab4
|
FIX: updater: fix force upgrade logic
JIRA: STUDIO-6393
Change-Id: I46c51e09e7390e5ab0de40215911aac9635ab476
(cherry picked from commit 673ba6ff4ebda039d71dcbfdaa28c1252f5b8821)
|
2024-03-25 15:29:19 +08:00 |
zhimin.zeng
|
356e4d825e
|
ENH: Add buried points for calibration
jira: 6304
Change-Id: If5518919658afeaeef6cf97d18495e98fd52ed43
|
2024-03-25 15:29:19 +08:00 |
Stone Li
|
0dfeb35c82
|
ENH: remove track files when privacyuse is false
JIRA: STUDIO-6288
Change-Id: I6d3d7a01f5ae6db815a9832b572056e1dceb686c
Signed-off-by: Stone Li <stone.li@bambulab.com>
|
2024-03-25 15:29:19 +08:00 |
chunmao.guo
|
5cf0871ea1
|
FIX: thread safe of http extra headers
Change-Id: I6ffa424be7ccb6abd78a66cc8be535f038b05469
Jira: none
|
2024-03-25 15:29:19 +08:00 |
zhimin.zeng
|
ece959dcca
|
FIX: modify the picture of pa line calibration
and do not checkout nozzle type for p1p/s when sending calibration
Change-Id: I4e7e684b5fbf09c8968a376ad7db9e228fdd89d7
|
2024-03-25 15:29:19 +08:00 |
zhimin.zeng
|
c15d54eb74
|
FIX: user can accept nozzle wear to continue sending calibration
even if the nozzle type does not match
github: 3365
Change-Id: If35dac3f4844b950ffc11f243c479074bb68687a
|
2024-03-25 10:42:29 +08:00 |
zhou.xu
|
4f5d15be34
|
ENH:remember filament custom color
Jira: STUDIO-5635
Change-Id: Id7f7204851c6bc3975c8447db4b8ee7d2e9c6d9d
|
2024-03-25 10:42:29 +08:00 |
lane.wei
|
5fbca26fe6
|
ENH: updater: use the current plugin version for compare
JIRA: no jira
Change-Id: I15d29b55eb886e8f28f94e9fb1ba5508824dd674
|
2024-03-25 10:42:29 +08:00 |
chunmao.guo
|
6a56c04e67
|
FIX: copy live555 dll
Change-Id: Idf727b8e26107e93aa9934299e87dc71531d1c63
Jira: STUDIO-4480
|
2024-03-25 10:42:29 +08:00 |
chunmao.guo
|
cc7ef50bd0
|
FIX: sync whole preset vendor directory
Change-Id: I191dbe979a87ff35d38cab1149b7975664344838
Jira: STUDIO-5534
|
2024-03-25 10:42:29 +08:00 |
maosheng.wei
|
eddfd4b7b9
|
FIX: add dialog of 3mf version newer cloud version
Jira: XXXX
Change-Id: Ia903e58fd37191b957196da5a84de920ac975b07
|
2024-03-25 10:42:29 +08:00 |
chunmao.guo
|
e9c4e8fec9
|
FIX: File panel crash on scroll
Change-Id: I56833a376fa52c960efea5fbd60003367ba410c2
Jira: STUDIO-5337, STUDIO-5513
|
2024-03-25 10:42:29 +08:00 |
Bastien Nocera
|
d310e4ca34
|
slic3r: Fix missing includes
Fix a lot of "undeclared" errors during compilation on top of the
current GNOME 45 Flatpak SDK.
|
2024-01-02 17:42:37 +08:00 |
lane.wei
|
a9a43606d1
|
ENH: update: remove the comment which is not used when updating preset
JIRA: no jira
Change-Id: Ic930eea50a7beb78aa6dc7c53fbb5c366857e825
(cherry picked from commit e0225fc147702cf73e6eda4830a2592c7598901c)
|
2023-12-14 22:08:53 +08:00 |
zhimin.zeng
|
fd00d28027
|
FIX: The maximum value is not printed in PA line mode
Jira: 5046 4951
Change-Id: Ic81f9a75ce7f088fe950fdde283ff5c942cd6e83
|
2023-12-01 20:17:04 +08:00 |
chunmao.guo
|
1361357a41
|
FIX: remove not match printer config ota cache
Change-Id: Ib73fc2ea31fa2186061cfcb5a170bc59b9db84ca
Jira: none
|
2023-11-30 09:51:52 +08:00 |
tao wang
|
54eed41661
|
NEW:tracking stl model files
jira:[STUDIO-5372]
Change-Id: Idb1275b07441f0cd06c24588d5f7c20f81f1556c
|
2023-11-30 09:51:52 +08:00 |
zhou.xu
|
c53a458942
|
FIX:add slash_to_back_slash for saving file path
Jira: STUDIO-5287
Change-Id: I9f3c176cd0831c793958f08601c63efac98176a4
|
2023-11-30 09:51:52 +08:00 |
tao wang
|
e9661f3fdd
|
ENH:update the description of nozzle detection
Change-Id: Id27b25c69dc11fcf66fc82053af705906ae8c370
|
2023-11-09 10:09:10 +08:00 |
zhimin.zeng
|
84800a674f
|
ENH: Check the nozzle diameter when sending calibration
Jira: 4977
Change-Id: Iabbba44583bbd9fbaaa889ca546ee0ccbb2aa77f
|
2023-11-09 10:09:10 +08:00 |
tao wang
|
1d41b0a7a7
|
ENH:try again after subscription failure
jira:[Try again after subscription failure]
Change-Id: Ibfb1e8e26eb166d786a372632a86ef98030db034
|
2023-11-09 10:09:10 +08:00 |
zhou.xu
|
1c416d5781
|
ENH:limit file size and collapse long text
Jira: STUDIO-5007
Change-Id: I8b36812c825ff41ade076e6375ed29f357dec814
|
2023-11-09 10:09:10 +08:00 |
Stone Li
|
65c693ae24
|
ENH: force using IPv4
JIRA: STUDIO-5009
Change-Id: I7e439474e4dd521556d3321b772cd9d57d3a3100
Signed-off-by: Stone Li <stone.li@bambulab.com>
|
2023-11-09 10:09:10 +08:00 |
zhimin.zeng
|
5998bcc747
|
FIX: When the calibration line exceeds the range of the heatbed
Prompt user to modify parameters
Jira: 4951
Change-Id: Id856c50fa999c188c403f428e7bfd874ddcca04c
|
2023-11-09 10:09:10 +08:00 |
lane.wei
|
f76609a2f5
|
FIX: fix the compiling errors
JIRA: xxxx
Change-Id: I1f56fd07ce474cd08ad9ede9f8808c3f8c398f2a
(cherry picked from commit 337937992600febd76f3ed0ee89e5c9f34903cd8)
|
2023-11-09 10:09:10 +08:00 |
gerrit
|
aed55f967a
|
ci: update network module based on commit 6e6f806
Change-Id: I0c194fff966ba3f8674eedff66bc39d96ed479ac
|
2023-11-09 10:09:10 +08:00 |
lane.wei
|
d864c0decf
|
ENH: add log_dir at the beginning of init
JIRA: STUDIO-4895
Change-Id: I1eb1c4cee0383a01a6bacd2a70d7989bfb59006a
|
2023-11-09 10:09:10 +08:00 |
liz.li
|
8010f08a0e
|
ENH: limit the K Factor to 0-0.3
jira: new
Change-Id: Idc07f3105b38b39b5ac4c8310cca5a7dfec364e8
|
2023-11-09 10:09:10 +08:00 |
zhimin.zeng
|
49417ce5eb
|
FIX: pa k value "0.5" can be saved in German language
Jira: 4702
Change-Id: Ibc376af8d63c61318d159f2edbc607a1ff95ec8a
|
2023-11-09 10:09:10 +08:00 |
lane.wei
|
18d6b60b89
|
ENH: bumped version to 1.7.8
Change-Id: Ie794802ee6ee8299fc557f10ab3dbc0122ae4bb4
|
2023-11-01 09:33:21 +08:00 |
zhimin.zeng
|
c70316075f
|
FIX: Unhandled unknown exception terminating the application when cali
Jira: 4386
Change-Id: I80ab306882176cfe2453f791992911fb4de19d83
|
2023-11-01 09:33:21 +08:00 |
zhimin.zeng
|
c60d77088d
|
FIX: modify std::string to wxString for cali message
Jira: XXXX
Change-Id: I247e2812c265acdb76266ad6afc24c157a8aaa5c
|
2023-11-01 09:33:21 +08:00 |
Stone Li
|
2ff4173db3
|
ENH: waiting for printer ack in printing job
JIRA: STUDIO-4175
Change-Id: I94c26497979d7ffecebf378a4c4bc244914491fd
Signed-off-by: Stone Li <stone.li@bambulab.com>
|
2023-11-01 09:33:21 +08:00 |
zhimin.zeng
|
67f23cc1c2
|
FIX: add log for cali
Jira: XXXX
Change-Id: I4ba755e4700122bd331f8d95ec4b1a09f4b7b5f9
|
2023-11-01 09:33:21 +08:00 |
maosheng.wei
|
efb227af03
|
ENH: [STUDIO-3151] Optimize scoring entry 2
Jira: 3151
Change-Id: I3a3a9d53f9557a93f02c44af3906b2e9f0761baf
|
2023-11-01 09:33:21 +08:00 |
zhimin.zeng
|
563b1255eb
|
FIX: add log for cali
Jira: XXXX
Change-Id: Ifce2d57d2694c5b39fec93529e6efffa036b8e68
|
2023-11-01 09:33:21 +08:00 |
zhimin.zeng
|
f88983f989
|
FIX: No progress bar is displayed during manual calibration
Jira: 3789
Change-Id: I4d56839136f4590b6df384f2287e9565e5e61afa
|
2023-11-01 09:33:21 +08:00 |
tao wang
|
44eaa75110
|
FIX:fixed studio crash caused by HTTP request blocking
jira:[STUDIO-3849]
Change-Id: I6348af96014e80da6b720da48239fed262f0f3c5
|
2023-11-01 09:33:21 +08:00 |