Arthur
7813b52fe9
FIX: skip auto arrange when switching from small to big
...
jira: STUDIO-8464
Change-Id: I4bdfb89f8cfa94a1dd68427ab03072c42a8705bc
2024-10-28 20:51:35 +08:00
Bastien Nocera
c5c41e20ca
slic3r: Fix missing BOOST_LOG_TRIVIAL declaration
...
src/slic3r/GUI/wxMediaCtrl3.cpp:181:23: error: ‘info’ was not declared in this scope
181 | BOOST_LOG_TRIVIAL(info) << msg.ToUTF8().data();
| ^~~~
src/slic3r/GUI/wxMediaCtrl3.cpp:181:5: error: ‘BOOST_LOG_TRIVIAL’ was not declared in this scope
181 | BOOST_LOG_TRIVIAL(info) << msg.ToUTF8().data();
| ^~~~~~~~~~~~~~~~~
2024-10-28 08:33:48 +08:00
Bastien Nocera
9ab5009235
slic3r: Fix missing wxPaintDC declaration
...
src/slic3r/GUI/wxMediaCtrl3.cpp: In member function ‘void wxMediaCtrl3::paintEvent(wxPaintEvent&)’:
src/slic3r/GUI/wxMediaCtrl3.cpp:121:5: error: ‘wxPaintDC’ was not declared in this scope; did you mean ‘wxPoint’?
121 | wxPaintDC dc(this);
| ^~~~~~~~~
| wxPoint
2024-10-28 08:33:48 +08:00
Bastien Nocera
73908d38d8
slic3r: Fix missing includes in wxMediaCtrl2
...
src/slic3r/GUI/wxMediaCtrl2.cpp: In lambda function:
src/slic3r/GUI/wxMediaCtrl2.cpp:170:13: error: ‘wxMessageBox’ was not declared in this scope; did you mean ‘wxInfoMessageBox’?
170 | wxMessageBox(_L("Your system is missing H.264 codecs for GStreamer, which are required to play video. (Try installing the gstreamer1.0-plugins-bad or gstreamer1.0-libav packages, then restart Bambu Studio?)"), _L("Error"), wxOK);
| ^~~~~~~~~~~~
| wxInfoMessageBox
src/slic3r/GUI/wxMediaCtrl2.cpp: In member function ‘void wxMediaCtrl2::Load(wxURI)’:
src/slic3r/GUI/wxMediaCtrl2.cpp:179:5: error: ‘wxLog’ has not been declared
179 | wxLog::EnableLogging(false);
| ^~~~~
2024-10-28 08:33:48 +08:00
Bastien Nocera
781ce14e06
slic3r: Fix missing includes in AVVideoDecoder
...
In file included from src/slic3r/GUI/AVVideoDecoder.cpp:1:
src/slic3r/GUI/AVVideoDecoder.hpp:28:20: error: ‘wxImage’ has not been declared
28 | bool toWxImage(wxImage &image, wxSize const &size);
| ^~~~~~~
src/slic3r/GUI/AVVideoDecoder.hpp:28:36: error: ‘wxSize’ has not been declared
28 | bool toWxImage(wxImage &image, wxSize const &size);
| ^~~~~~
src/slic3r/GUI/AVVideoDecoder.hpp:38:10: error: ‘vector’ in namespace ‘std’ does not name a template type
38 | std::vector<uint8_t> bits_;
| ^~~~~~
src/slic3r/GUI/AVVideoDecoder.hpp:9:1: note: ‘std::vector’ is defined in header ‘<vector>’; did you forget to ‘#include <vector>’?
8 | #include <libswscale/swscale.h>
+++ |+#include <vector>
9 | }
src/slic3r/GUI/AVVideoDecoder.cpp:145:89: error: invalid use of incomplete type ‘class wxBitmap’
145 | bitmap = wxBitmap((char const *) bits_.data(), size.GetWidth(), size.GetHeight(), 32);
| ^
2024-10-28 08:33:48 +08:00
Bastien Nocera
a0edde01d9
slic3r: Fix std::future declaration
...
src/slic3r/GUI/StepMeshDialog.hpp:40:10: error: ‘future’ in namespace ‘std’ does not name a template type
40 | std::future<unsigned int> task;
| ^~~~~~
src/slic3r/GUI/StepMeshDialog.hpp:8:1: note: ‘std::future’ is defined in header ‘<future>’; did you forget to ‘#include <future>’?
7 | #include "Widgets/Button.hpp"
+++ |+#include <future>
8 | class Button;
2024-10-28 08:33:48 +08:00
Bastien Nocera
3547728ded
slic3r: Fix missing union_ex/diff_ex declaration
...
src/slic3r/GUI/Gizmos/GLGizmoBrimEars.cpp: In member function ‘void Slic3r::GUI::GLGizmoBrimEars::first_layer_slicer()’:
src/slic3r/GUI/Gizmos/GLGizmoBrimEars.cpp:870:27: error: ‘union_ex’ was not declared in this scope; did you mean ‘union’?
870 | part_ex = union_ex(part_ex, sliced_layer);
| ^~~~~~~~
| union
src/slic3r/GUI/Gizmos/GLGizmoBrimEars.cpp:876:21: error: ‘diff_ex’ was not declared in this scope
876 | m_first_layer = diff_ex(part_ex, negative_ex);
| ^~~~~~~
2024-10-28 08:33:48 +08:00
Bastien Nocera
1a0a8f54c9
slic3r: Fix missing boost::lexical_cast declaration
...
src/slic3r/GUI/MediaFilePanel.cpp: In lambda function:
src/slic3r/GUI/MediaFilePanel.cpp:508:49: error: ‘lexical_cast’ is not a member of ‘boost’
508 | url += "&refresh_url=" + boost::lexical_cast<std::string>(&refresh_agora_url);
| ^~~~~~~~~~~~
2024-10-28 08:33:48 +08:00
Bastien Nocera
ed60b5f385
slic3r: Fix boost::nowide declaration
...
src/slic3r/GUI/BitmapCache.cpp: In static member function ‘static NSVGimage* Slic3r::GUI::BitmapCache::nsvgParseFromFileWithReplace(const char*, const char*, float, const std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >&)’:
src/slic3r/GUI/BitmapCache.cpp:279:17: error: ‘boost::nowide’ has not been declared
279 | fp = boost::nowide::fopen(filename, "rb");
| ^~~~~~
2024-10-28 08:33:48 +08:00
Bastien Nocera
11570d44ef
slic3r: Fix wxDisplay declaration
...
src/slic3r/GUI/Gizmos/GLGizmoFlatten.cpp: In member function ‘virtual void Slic3r::GUI::GLGizmoFlatten::on_render_input_window(float, float, float)’:
src/slic3r/GUI/Gizmos/GLGizmoFlatten.cpp:45:27: error: ‘wxDisplay’ was not declared in this scope; did you mean ‘wxGetDisplay’?
45 | double screen_scale = wxDisplay(wxGetApp().plater()).GetScaleFactor();
| ^~~~~~~~~
| wxGetDisplay
2024-10-28 08:33:48 +08:00
Bastien Nocera
727a73333b
slic3r: Fix missing declarations in wxMediaCtrl3.h
...
src/slic3r/GUI/wxMediaCtrl3.h:80:10: error: ‘condition_variable’ in namespace ‘std’ does not name a type
80 | std::condition_variable m_cond;
| ^~~~~~~~~~~~~~~~~~
src/slic3r/GUI/wxMediaCtrl3.h:27:1: note: ‘std::condition_variable’ is defined in header ‘<condition_variable>’; did you forget to ‘#include <condition_variable>’?
26 | #include "Printer/BambuTunnel.h"
+++ |+#include <condition_variable>
27 |
src/slic3r/GUI/wxMediaCtrl3.h:81:10: error: ‘thread’ in namespace ‘std’ does not name a type
81 | std::thread m_thread;
| ^~~~~~
src/slic3r/GUI/wxMediaCtrl3.h:27:1: note: ‘std::thread’ is defined in header ‘<thread>’; did you forget to ‘#include <thread>’?
26 | #include "Printer/BambuTunnel.h"
+++ |+#include <thread>
27 |
In file included from src/slic3r/GUI/MediaPlayCtrl.h:17,
from src/slic3r/GUI/MediaPlayCtrl.cpp:1:
src/slic3r/GUI/wxMediaCtrl3.h:77:13: error: field ‘m_frame’ has incomplete type ‘wxImage’
77 | wxImage m_frame;
| ^~~~~~~
2024-10-28 08:33:48 +08:00
tao wang
ed98fb3799
ENH:Update some translations
...
Change-Id: I7188108062ad8a4cc8cfebb14563d894ccae882b
2024-10-15 17:03:41 +08:00
lane.wei
13b4213f8a
ENH: update some missing codes
...
jira: no-jira
Change-Id: Icb2da53911430ac144b0fb601637a7ad31e7e8db
2024-10-15 15:50:26 +08:00
maosheng.wei
f4b00d1d34
ENH: Optimization finish time display
...
Jira: 8369
Change-Id: I33e5efbb5af2a35cd20ba009c14441c5bc2ccf48
2024-10-15 15:50:26 +08:00
Stone Li
e85b2fbf6f
ENH: reload font after switching language code
...
JIRA: STUDIO-8263
Change-Id: If44c5f2cf52e77fea0f1967d071a442fff5ee5b6
Signed-off-by: Stone Li <stone.li@bambulab.com>
2024-10-15 15:50:26 +08:00
zhou.xu
fbdc9cd580
FIX:when two dir is perpendicular to each other,scale error
...
(plane_normal.dot(ray_dir))
jira:STUDIO-8274
Change-Id: Ib3145ab75e18c832d20065d204aa41b75f73b673
2024-10-15 15:50:26 +08:00
tao wang
95655e067a
FIX:display msg when cannot edit filament
...
jira:[edit filament]
Change-Id: I7e2b4fabeb3930f34fc252f1334e168e4f623b77
2024-10-15 15:50:26 +08:00
Mack
fe5ebf0614
FIX: brim gizmo closes the program without prompting dialog
...
jira: STUDIO-8383
Change-Id: I7e83d19768be754ef79f0063d76624358bba5102
2024-10-15 15:50:26 +08:00
zhimin.zeng
cb5c382f6b
FIX: modify picture for auto cali of A series printer
...
jira: 8271
Change-Id: I34bf3e3ba589fc3aead96d74f24de6720a4afd32
2024-10-15 15:50:26 +08:00
chunmao.guo
659ebc7d07
FIX: reset decode buffer zero when scale width changed
...
Change-Id: Iaa2f99111dd5f7228b7b25e1be0a8cbdbfe982a6
Jira: STUDIO-8422
2024-10-15 15:50:26 +08:00
xun.zhang
e835122054
FIX: Support ABS recognized as ABS
...
jira: 7685,8151,8323
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I0a4cce12663ee8f62309f0828521364874a7638d
2024-10-15 15:50:26 +08:00
Stone Li
ec0226485d
ENH: update jp and ko font
...
JIRA: STUDIO-8263
Change-Id: I521b15dd24d1625703dd2afe88430aa6e984d622
Signed-off-by: Stone Li <stone.li@bambulab.com>
2024-10-15 15:50:26 +08:00
tao wang
d9a8d68042
ENH:remove useless prompt information
...
jira:[STUDIO-7884]
Change-Id: Ia3fa5f8c99859d693544d3cb2be47975c3ed7493
2024-10-15 15:50:26 +08:00
Mack
072ba8339b
ENH:step mesh optimize interface
...
jira: STUDIO-8281
Change-Id: Ic1e3e958816d6a213f68009ecc0b9430ba4b5482
2024-10-15 15:50:26 +08:00
Mack
754198cd03
ENH:brim ears prompt to set manual type [STUDIO-8407]
...
[STUDIO-8401]slicer failed
[STUDIO-8402]unable to save modified brim data
jira: details
Change-Id: I354bbf2c55bad41e09a1558cb6bddf49fc87f7c7
2024-10-15 15:50:26 +08:00
tao wang
45f84d5321
NEW:update prompt information in the connection
...
jira:[STUDIO-8292]
Change-Id: I3887bfe0537809a2fab39bbae1f65b7129ee0961
2024-10-15 15:50:26 +08:00
tao wang
7aa6957d71
FIX:disable some translations
...
Change-Id: I921b7e77626824bbb7c30a588769666d7c2faac0
2024-10-15 15:50:26 +08:00
tao wang
f64fdb1dd5
FIX:Fix layout errors on the rating page
...
Change-Id: I94862e63868c50feca0503943d6c697aa5aeeec4
2024-10-15 15:50:26 +08:00
Mack
34fb47a618
FIX:fix brim ear bugs
...
1.[STUDIO-8385] Fix switch to split tool crash;
2.[STUDIO-8406]brim ears only works in manual mode;
2.[STUDIO-8410] Disable brim width modification when brim type is manual;
3.[STUDIO-8382] Warning message not cleared;
4.[STUDIO-8239] Translation issues;
5.[STUDIO-8380]Disable brim ears for non-part models
6.[STUDIO-8285]Clicking the delete brim button did not recalculate;
jira: details
Change-Id: Id333179236d6b6f23de5081bd9b8d94b08c7dd62
2024-10-15 15:50:26 +08:00
qing.zhang
29753be317
ENH: add supertcak plate code for plate checking
...
Jira: none
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I16d98f5400a26a3fdc01501e4c68160c63ce1868
(cherry picked from commit 6aa6843a73d3281e746ae3c3d7e7566488bf93e8)
2024-10-15 15:50:26 +08:00
tao wang
3be065d567
NEW:add options that are dont show again
...
jira:[dont show again]
Change-Id: I6a025f7eb0902a36088f712e7dd511e4c35411d2
2024-10-15 15:50:26 +08:00
lane.wei
b2112f1b64
ENH: preference: refine description for preset update
...
JIRA: STUDIO-8417
Change-Id: Ie48f7bc567e7f2d4356fd2b89c8af2626add7c7f
2024-10-15 15:50:26 +08:00
zhou.xu
ba19513380
ENH:expand projectable area for volumes_bounding_box
...
jira: none
Change-Id: Idac6fdccd67e43dfe65341a500c93d47c5595e77
2024-10-15 15:50:26 +08:00
zhou.xu
1a73f72d6b
ENH:adjust busy cursor position for job
...
jira: none
Change-Id: I76b194ce2ca1669574427109dbb166b229a1f8a0
2024-10-15 15:50:26 +08:00
zhou.xu
dac5e52a6a
FIX:load_svg api should check svg file type
...
jira: none
Change-Id: Ie19b31bcf32bcc3db7a2d7beb3bc969d00e079a0
2024-10-15 15:50:26 +08:00
zhou.xu
aaac0057de
FIX:change _u8L to _L to solve display problem
...
jira: none
Change-Id: Id8b0f95b0f11230081ee6d49571ea63455ec5704
2024-10-15 15:50:26 +08:00
zhou.xu
e7b20067cf
FIX:solve bug of ".gcode.gcode.3mf" on mac
...
jira: none
Change-Id: I8951672c5acdecb1e0375c89e0132c575a7b40e5
2024-10-15 15:50:26 +08:00
zhou.xu
72245ed079
FIX:ban move glvolume when at cut and
...
so on gizmo
jira:STUDIO-8408
part code is from OrcaSlicer,thanks for OrcaSlicer and Filip Sykala
commit 9dbb2dfe0d5395577a1f86fad7954771d7c77910
Author: Filip Sykala <filip.sykala@prusa3d.cz>
Date: Sun Oct 29 23:11:10 2023 +0800
Various gizmos refactoring
Change-Id: I7173e997bab1611c96643628fde9b147c54df5e6
2024-10-15 15:50:26 +08:00
zhou.xu
a26a7f126a
FIX:limit input value for text depth
...
jira: none
Change-Id: Ie11d8bf7c24da6bfc37469a76055f819b716b9d4
2024-10-15 15:50:26 +08:00
tao wang
2fcc7f8264
ENH:prevent 500 error pop from popping up multiple times
...
jira:[for 500 err]
Change-Id: I81c74e75ebaeb3fdc18d0fb34a63205e2be06878
2024-10-15 15:50:26 +08:00
lane.wei
b6f40aed38
FIX: seq_print: use extruder_clearance_max_radius for all the cases
...
github issue: https://github.com/bambulab/BambuStudio/issues/4804
Change-Id: Ia9d14e795057c8dc8ec009cdd55892483388885b
2024-10-15 15:50:26 +08:00
zhou.xu
f27a713aaf
FIX:add protection for null pointer
...
jira: none
Change-Id: I9a9231bab893f5d2afa008f65165269ae176c962
2024-10-15 15:50:26 +08:00
tao wang
6472fbdc6a
NEW:clear token when account logs out
...
jira:[for logout]
Change-Id: Iafbdc9244419bb689a9626251064517ec5544c3d
2024-10-15 15:50:26 +08:00
Mack
183108c436
FIX:brim ear detection redius not work
...
jira: nojira
Change-Id: If89c3d7bc0a1246373c18ee8baae50f602860c46
2024-10-15 15:50:26 +08:00
Mack
fecd3c3297
FIX:Parameter value has not changed, no recalculation
...
jira: STUDIO-8283
Change-Id: I3564ff0993de1c3b8e039fc0115b4ccd81b2a5a2
2024-10-15 15:50:26 +08:00
zhimin.zeng
8a279ef302
FIX: add ack info for cali command
...
jira: none
Change-Id: Iec36ba2fd1248428234d74adb2089d975c54b7f2
(cherry picked from commit 0312db40c8ee5dfe7a912bf9992240f99036f6a8)
2024-10-15 15:50:26 +08:00
zhou.xu
3bc4bf93bd
ENH:translate texts
...
jira: none
Change-Id: If48a4a25c379f589f80af2715f825c5e1b13dfac
2024-10-15 15:50:26 +08:00
chunmao.guo
c787ba921a
FIX: decode video to wxImage on Linux
...
Change-Id: I5e332a1b0622b3dfc70ac5c4c3bfa62b3411ebdc
Jira: none
2024-10-15 15:50:26 +08:00
zhou.xu
e234d8bcdf
FIX:fix Chinese display garbled characters
...
jira: STUDIO-8374
Change-Id: Ifc0e18f745474b5b55e39841a04fae6b4074e05a
2024-10-15 15:50:26 +08:00
zhou.xu
af7b21549f
FIX:upgrade cut code from PrusaSlicer
...
jira:none
code is from PrusaSlicer,thanks for PrusaSlicer and YuSanka
Author: YuSanka <yusanka@gmail.com>
Date: Tue Mar 5 15:13:31 2024 +0100
Fix for #12206 - Dowel connector hole often disappears after one of the resultant objects is cut with a dovetail cut
Change-Id: Ib21be385f6df3b4ed41c2eb91dc33dd43132f276
2024-10-15 15:50:26 +08:00
tao wang
542aa02acd
FIX:fixed button not refreshing (page faults)
...
Change-Id: Id546112398dd2037fe839133bdd3669ed8281226
2024-10-15 15:50:26 +08:00
zhou.xu
68545b2a81
FIX:allow single cutter selected at 3D view
...
jira: none
Change-Id: I2b90dace9f4288bd8077617a526fc3b5cf6543b7
2024-10-15 15:50:26 +08:00
MackBambu
2d70a1bcb6
NEW:add ffmepg build Cmake
...
buildLinuxImage add ffmpeg so file
jira:nojira
Change-Id: I3e1be53aa58a179b8d9ae048ed7538de3ae8d111
2024-10-15 15:50:26 +08:00
lane.wei
af46bcdc5f
FIX: arrange: fix the arranging issue when switching machine preset
...
JIRA: STUDIO-8242
Change-Id: I5e364f3ddacdc4209f3bf9723b13f1946c1c8933
2024-10-15 15:50:26 +08:00
zhou.xu
e9ce612c3b
ENH:GLIndexedVertexArray use shared_ptr
...
jira: none
Change-Id: I6029bd918a070039181b4faf9547db1784ba79d5
2024-10-15 15:50:26 +08:00
liz.li
94644b755c
FIX: crash on switching printer preset with plate spiral mode enable
...
jira: STUDIO-8273
Change-Id: I07f04fa6288962c252a92a2dcc0e159c64891d77
2024-10-15 15:50:26 +08:00
zhou.xu
0faf8d5e10
FIX:open cut gizmo check selection.is_empty() again
...
jira: STUDIO-8310
Change-Id: I5265ccb54345595fefb9a3775f45e96be55cc9dd
2024-10-15 15:50:26 +08:00
zhou.xu
7782515582
ENH:translate texts
...
jira: none
Change-Id: I5a26f51710dcf703a86ccb9ee1fcc08565019242
2024-10-15 15:50:26 +08:00
zhou.xu
c1fd68051d
ENH:adjust cut-cutter menu content in 3d view
...
jira: none
Change-Id: I384ea7216b5dcebb0869ef7e1b41a4391d7d3b6b
2024-10-15 15:50:26 +08:00
qing.zhang
f1d774f6c0
ENH: apply filament scarf seam
...
Jira: none
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ia565da8d280c0f7e51097f1d601240376c1e380e
2024-10-15 15:50:26 +08:00
zhimin.zeng
93f95d95e7
FIX: fix build error
...
jira: none
Change-Id: I606c7ef67bf3b5f2810561ef2f5689947de4d4a8
2024-10-15 15:50:26 +08:00
zhou.xu
738e3f004d
ENH:add "reset real zeros" button in rotate gizmo
...
jira: STUDIO-8291
Change-Id: Ia10e4d8a2a3a073c22a1306aeab9ffa3e7b77c2b
2024-10-15 15:50:26 +08:00
zhou.xu
2f716f4b40
ENH:add "flip cut plane" function
...
jira: none
code is from PrusaSlicer,thans for PrusaSlicer and YuSanka
commit b40473be51fd1050fa4d7b2c3297230758085d46
Author: YuSanka <yusanka@gmail.com>
Date: Thu Feb 9 08:52:07 2023 +0100
CutGizmo: Improvements to identify Upper/Lower parts_count
Change-Id: I08974894777c5d8ab267ec6e23ae5c8fd9c27757
2024-10-15 15:50:26 +08:00
chunmao.guo
7648d96305
FIX: wxMediaCtrl3 enter Stopped state soon
...
Change-Id: I120e9d4b9f85599a184650d1d95fe2bec42af171
Jira: STUDIO-8280
2024-10-15 15:50:26 +08:00
chunmao.guo
0c03a6b361
FIX: support config editing of type FloatsOrPercents
...
Change-Id: If0821dc357b14f1b72aa1c89b3b0378947e80a5c
Jira: none
(cherry picked from commit 115fb9ce072273acf8df558a33fe48cf71f8e35b)
2024-10-15 15:50:26 +08:00
tao wang
73c2ccd83b
NEW:Support parsing of bit parameters
...
Change-Id: I9b474a0e8b1bbfb5b1a4f2748f3f3f1e2afc6239
2024-10-15 15:50:26 +08:00
zhou.xu
dfc34dec31
FIX:modify "allow_roatation" condition
...
jira: STUDIO-8299
Change-Id: I46b4b432554a22d9da383e1650bf2074d7f39756
2024-10-15 15:50:26 +08:00
zhou.xu
71e6705ce9
ENH:If triangular facets count is small,it donot enable lod
...
jira: none
Change-Id: Ie87b4b07d928760e04e9ef271224ffc5e6f41957
2024-10-15 15:50:26 +08:00
zhimin.zeng
0c772105f9
ENH: add default item for pa
...
jira: none
Change-Id: I4ad3bd094325bdbd1e6b013a91766214951dc032
2024-10-15 15:50:26 +08:00
tao wang
791be19547
ENH:Reduce the number of page faults in AMS
...
Change-Id: I4bfb048ec62c35b515eecbb70c175fa0975d7f92
2024-10-15 15:50:26 +08:00
qing.zhang
872978d61b
ENH: Revert z smoothing function
...
Jira: none
Change-Id: I067033c3beb4b29b8da11ff0c9f12b126bcf61dc
2024-10-15 15:50:26 +08:00
xun.zhang
7dbb0ebd79
ENH: add more wiki links
...
jira:NONE
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I6e4752fd8d818e1cbf7cc20fedf6f5b96dcb0303
2024-10-15 15:50:26 +08:00
xun.zhang
e81c3a735d
ENH: enable to edit extruder offset
...
1.enable to edit extruder offset in developer mode
jira:NONE
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: If1a9cf0884effd1efa6cbef413efa9f65b798174
2024-10-15 15:50:26 +08:00
zhou.xu
c29f728526
FIX:fix bug at "horizontal" text
...
jira: STUDIO-8251
Change-Id: Ia451a642780aca9defa3aa2f0cb224a145867354
2024-10-15 15:50:26 +08:00
Stone Li
fb8f801514
ENH: support login after downloading the plug-in
...
JIRA: STUDIO-8268
Change-Id: Ib0c200d79cd5b7e8d2272ce69f3ea6b797d33968
Signed-off-by: Stone Li <stone.li@bambulab.com>
2024-10-15 15:50:26 +08:00
zhou.xu
c4a68a74d7
FIX:confirm volume box is less than plate box
...
jira:STUDIO-8261
code is from OrcaSlicer,thanks for OrcaSlicer and SoftFever
commit bbfb9d77fadc63ca84d70b09aa1efa6d90889736
Author: SoftFever <softfeverever@gmail.com>
Date: Sat Oct 21 12:20:30 2023 +0800
More camera tweaks (#2473 )
* fix camera regressions Handle multiple plates
Change-Id: I0b74183fd9a53d99d1c936caae1e890b1f18d997
2024-10-15 15:50:26 +08:00
hang.xu
a415ab0c71
FIX: Interactive UI for installing network plugins
...
jira: none
Change-Id: I2a99917cab90eda26335be38cccbf17cd2d5342b
2024-10-15 15:50:26 +08:00
hang.xu
f91bbc4f7c
NEW:Add interactive UI for installing network plugins
...
jira: none
Change-Id: I6f56e902f2b525bf88657c4f72a39cdfce8e2d78
(cherry picked from commit e92f7bf5a31a4b19dc492a47e3a8256955a73013)
2024-10-15 15:50:26 +08:00
qing.zhang
28fee5f65a
ENH: not apply z speed smooth on arachne
...
Jira: none
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I6821d79bad47326a46d3cfa265184c6114493f74
2024-10-15 15:50:26 +08:00
zhou.xu
c6d9f2685e
FIX:delete old selection.translate api
...
jira: STUDIO-8201
code is from PrusaSlicer,thanks for PrusaSlicer and enricoturri1966
commit 88ce6ccdef5f680709ea8b676688784a7af287dd
Author: enricoturri1966 <enricoturri@seznam.cz>
Date: Wed May 11 10:54:42 2022 +0200
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES -
Change-Id: Iafe963f0f7bf9028f32a4fb4a4cc8cc609662283
Change-Id: Ibbc36c004734f35564f0028dd1e537ac926a2f1f
2024-10-15 15:50:26 +08:00
zhou.xu
6323b1d29b
ENH:enhance logic for "lay on face" function
...
jira: STUDIO-8004
Change-Id: I537f664ea700c60e5d73e95afcf16a6daa9952ea
2024-10-15 15:50:26 +08:00
zhou.xu
5cab5e2111
FIX:vbo set to 0 after glDeleteBuffers
...
and Array out of bounds protection
jira:none
Change-Id: I3f7a9f99ba4b95e0351419ab9a1b0e1be161444f
2024-10-15 15:50:26 +08:00
zhou.xu
060daf2428
NEW:add "show_shells_in_preview" item in preferences
...
jira: none
Change-Id: I5cd0816b811608138c28f568cc5977966126baf6
2024-10-15 15:50:26 +08:00
zhou.xu
9aebcdbdd0
FIX:ban modify camera distance
...
jira: none
Change-Id: Ic1750df45dd82acc32ce4ede9572690ad0b8911d
2024-10-15 15:50:26 +08:00
Mack
ed7ab6b505
ENH: step mesh operation adjustment
...
1.Put commctrl.h into pch precompilation(OCCT conflicts)
2.Replace input wxWidgets to support loss focus verification(STUDIO-8101)
3.Optimize slider interaction and trigger mesh when push up slider(STUDIO-8099)
4.Optimize step loading method, separate import of step and mesh
5.Fix dialog cancel button logic;
6.mesh tasks into sub-threads to prevent blocking the UI;
JIRA: STUDIO-8101 STUDIO-8099
Change-Id: I50bbb43953a5128f358c6880032d20693531333b
2024-10-15 15:50:26 +08:00
liz.li
3fe6284b7f
FIX: fix a crash at meshboolean, when the selected volume be deleted
...
jira: STUDIO-8047
Change-Id: I830081a895ec6fee9a80559f07cfd211666a41cb
2024-10-15 15:50:26 +08:00
liz.li
2c00387e57
FIX: fix preview all plates stats issues
...
jira: new
fix wrong plate index number
fix wrong support filament calculation
Change-Id: I699681247b5f6d63d5dd8e978a088fb60c5ba8ad
2024-10-15 15:50:26 +08:00
Arthur
3be9f95eb8
FIX: skip auto arranging if all plates are empty
...
jira: none
Change-Id: I9c6612a217c08e295682ef3fb06cc15c6d4be5d3
2024-10-15 15:50:26 +08:00
zhou.xu
a44b1dc038
FIX:Frustum should update when zoom changed
...
jira: none
Change-Id: I13bba77c19420c2bb67f4ebeaa94860a8546b44b
(cherry picked from commit 03d9c9a1b9381e9138fc56ab7d437ce0420b5dc3)
2024-10-15 15:50:26 +08:00
chunmao.guo
1e1221216a
FIX: update toggle_options after on_preset_loaded
...
Change-Id: I4e4b4f21f50bb6d844c6166cac71f6a9f053e93f
Jira: none
2024-10-15 15:50:26 +08:00
zhou.xu
5678b98feb
FIX:layer height rander is only enable
...
in CanvasView3D
jira: STUDIO-8195
Change-Id: I60197f8b16845aa228548fcb357c75c7a59cd22d
2024-10-15 15:50:26 +08:00
zhou.xu
e4346ca2ab
ENH:change error message to a warning message
...
for right-click Boolean operation
jira: STUDIO-5656
Change-Id: Iedcd2cff48efc7e7a3c16ab735a041ce0b6e7096
2024-10-15 15:50:26 +08:00
maosheng.wei
e5dab14871
ENH: Optimize the number of function calls during information parsing
...
During the printer connection cycle, each Filament and slot is only judged once
When deleting custom filaments or modifying the temperature of custom filaments, re evaluate
Jira: XXXX
Change-Id: If495a343efdb1be6f46d11dd20f6ec7934266e87
2024-10-15 15:50:26 +08:00
qing.zhang
78572cbff8
ENH: add supertrack plate
...
Jira: none
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I89017c9933597ee035aa20ba3852db6f629f5e20
2024-10-15 15:50:26 +08:00
zhou.xu
9b69440ae0
ENH:support multiple svg import
...
jira: none
Change-Id: I1afe671aec6c75cebcc77902b172557ee967475f
2024-10-15 15:50:26 +08:00
maosheng.wei
96c23f743c
ENH: Limit the size of uploaded cloud files
...
Jira: no-jira
Change-Id: Id8890f4194e56e3c6172fe1c6a065e3a7a7469b9
2024-10-15 15:50:26 +08:00
tao wang
30bad38fb9
ENH:optimized the retry of requests
...
jira:[for network optimized]
Change-Id: Iea43f4a97c7cd568171287278a07689e954d1093
(cherry picked from commit 35d3de8abe63a0cba30948581ed26a8bc7f94162)
2024-10-15 15:50:26 +08:00
xun.zhang
baeefc0ff5
ENH: limit min layer height
...
When set layer height smaller than episilon=0.0001, we will adjust
the layer height to min_layer_height
jira:NONE
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ic39c24527942c77845b94c874924ebd142d74ea4
2024-10-15 15:50:26 +08:00
chunmao.guo
ee290b439d
FIX: take addr of refresh_agora_url
...
Change-Id: I02e7010634f578d76d3d4ee39edf73117d5684d1
Jira: none
2024-10-15 15:50:26 +08:00
chunmao.guo
57e11a721b
FIX: resolve merge conflict of StatusPanel.cpp
...
jira: no-jira
Change-Id: Ia40e50197a39fe378455e46802b32c79ed409055
2024-10-15 15:50:26 +08:00
Mack
38c5c25cdd
ENH:add brim ear invalid warning
...
1.fix dragging causes wrong orientation
2.clean up useless include
jira:nojira
Change-Id: Ia723da626ac5434a1675e4a1b781579057f1403a
(cherry picked from commit 252ff6f0247546761ac9660e04ecf1bb2951d80e)
2024-10-15 15:50:26 +08:00
zhou.xu
a4e636d1a9
FIX:Fixed calculation of camera's tight frustrum around box
...
jira:none
code is from prusaSlicer , thanks prusaSlicer and enricoturri
commit bf3772d68ab6f15bf9170ba363e5264d8623631c
Author: enricoturri1966 <enricoturri@seznam.cz>
Date: Thu Nov 9 09:55:37 2023 +0100
#11617 - Fixed calculation of camera's tight frustrum around box (SPE-2023)
Change-Id: If61ab54fbeebac7fbe1a771ebd1bd8abc88071c3
2024-10-15 15:50:26 +08:00
chunmao.guo
4a8709cd03
FIX: local liveview start play timer
...
Change-Id: I171a6ce87e4df4cf8420f330162bd1ed209da755
Jira: none
2024-10-15 15:50:26 +08:00
chunmao.guo
23581ce0d3
FIX: log WebView2Loader load failed
...
Change-Id: I859744d85d034b8c6b6de083aac7b5272c19b5d5
Jira: none
2024-10-15 15:50:26 +08:00
chunmao.guo
fe8b819a69
FIX: filament preset order PLA by name
...
Change-Id: Iac37eaa9bb216f3613c50d183df1cf2e1fcc65cb
Jira: STUDIO-7854
2024-10-15 15:50:26 +08:00
chunmao.guo
e3c534cd64
FIX: crash when load printer_file thumbnail failed
...
Change-Id: I3ea988cb95e6721f21e0b1ff6c70dc3dbf8d9f7e
Jira: STUDIO-8052
2024-10-15 15:50:26 +08:00
chunmao.guo
f095e2bcb4
FIX: preset group title
...
Change-Id: I1195efbddb64fb0af30a304ea1d17e5c6b363b91
Jira: STUDIO-7885
2024-10-15 15:50:26 +08:00
chunmao.guo
851699e045
FIX: remove agora test & show liveview error time
...
Change-Id: I972731d2616117589a5944bb9f24235125ba3d7b
Jira: none
2024-10-15 15:50:26 +08:00
chunmao.guo
76025099da
ENH: sort filament preset list by type
...
Change-Id: I116bc492b7a3e462701043fcf34b188b2b98a86a
Jira: none
2024-10-15 15:50:26 +08:00
chunmao.guo
ff622e2502
FIX: AVVideoDecoder sws_ctx_ == nullptr on zero size
...
Change-Id: I9698354bb1f341e276ec9780d4ef4fcd9f8a1028
Jira: STUDIO-7706
2024-10-15 15:50:26 +08:00
chunmao.guo
d51247c46e
FIX: wxMediaCtrl3 idle image & center pos
...
Change-Id: Ib9652573e31bfd6229f174c0a1388942d9d98822
Jira: STUDIO-7633
2024-10-15 15:50:26 +08:00
chunmao.guo
5a2c75d835
FIX: ffmpeg swscale & frame_size
...
Change-Id: I9f4cb8c739b726f7e5cdbe0df7ed06b2eb2154d5
Jira: STUDIO-7624
2024-10-15 15:50:26 +08:00
chunmao.guo
342cea29bd
FIX: ffmpeg decoder memory leak
...
Change-Id: I997572b5730618a969959f9b24c405d80fa9f83c
Jira: STUDIO-7597
2024-10-15 15:50:26 +08:00
chunmao.guo
28d9c6743f
FIX: reset bambu lib after restart network plugin
...
Change-Id: I4a3a4b7420745835ca3fa00c6edebe9d8d98cbf6
Jira: STUDIO-7571
2024-10-15 15:50:26 +08:00
chunmao.guo
94d91be60b
NEW: reimpl wxMediaCtrl from ffmpeg
...
Jira: none
Change-Id: I46a47118a7649b2a50fcce8911e2888342ef25de
(cherry picked from commit d6c7f08769c8cfdbbf0e80ad280c9b3408a3c27d)
2024-10-15 15:50:26 +08:00
chunmao.guo
76ef39c588
ENH: refresh_agora_url callback
...
Change-Id: I0d9a659d8bc9d004798409e1e76003854d4e5af6
2024-10-15 15:50:26 +08:00
chunmao.guo
46eba0048b
ENH: liveview remote protocols with agora
...
Change-Id: Id86aa4bfa5f5e09675a6fe627668c63d20c7d1bf
Jira: none
2024-10-15 15:50:26 +08:00
zhou.xu
20547f58c1
NEW:Unified SVG import entrance
...
jira: none
Change-Id: Ieabad4379765202383b09af905ad59a53d9abd5a
2024-10-15 15:50:26 +08:00
tao wang
2483257cfb
NEW:support makerlab info tracking
...
jira:[makerlab info]
Change-Id: I9b35df5357cd5b00028a7e5ac65b1ca4fe7d6959
2024-10-15 15:50:26 +08:00
zhou.xu
b47342178e
ENH:always render shells in preview window
...
jira: none
Change-Id: Id5a13f28b08e58a4c17f2731376cc7b76dc28b3d
2024-10-15 15:50:26 +08:00
Arthur
2c6a6ae5f4
ENH: clip the organic supports outside bed
...
1. Clip the organic supports outside bed.
jira: STUDIO-7061, STUDIO-7211, STUDIO-8076,
github: #4175 , #4769
2. Move raft_first_layer_density outside raft section. raft_first_layer_density controls both raft and support first layer density.
jira: STUDIO-8083
github: #4773
Change-Id: I6a1300787cef917a9c1395707ef50aaf6dad66e5
2024-10-15 15:50:26 +08:00
Mack
a45a2eec54
ENH:brim ears are saved in 3MF
...
1.The default diameter setting is 16 times the init layer line width
2.Fixed the slice button was not reset after data changed
3.Fixed normal is initialized to the wrong value
4.Fixed delete button crash
jira: nojira
Change-Id: I3b331d81e762aa02f92edf0fd5067b97857f2f8e
2024-10-15 15:50:26 +08:00
Arthur
26a0213a1c
ENH: [auto arranging] pop message for skipped plates
...
jira: STUDIO-5652
Change-Id: I1ecc191e333cc837ff71163ffcc47d4bc6116a86
(cherry picked from commit b250e3dba4c897c5bb36f52e2ddbabfe8578b32f)
2024-10-15 15:50:26 +08:00
Arthur
1fa7359913
ENH: improve auto arranging after bed changes
...
1. fix that the arranging results may collide with wipe tower
2. remove unnecessary empty plates
Note: there may still be empty plates due to large objects
put outside. This is normal.
jira: STUDIO-8090, STUDIO-8091
Change-Id: Id8be1ede8794a8ef69bd882a663652d8efc9eeda
(cherry picked from commit 393bfe0602d6b7c4d352965c9c6011d129e12141)
2024-10-15 15:50:26 +08:00
tao wang
00b65490dc
ENH:fix directly connected text
...
jira:[STUDIO-8031]
Change-Id: I0e747e4a279ab97ed7cab2acc6efb14cbafc4685
2024-10-15 15:50:26 +08:00
tao wang
c3bb86f26c
FIX:Fixed the issue of disconnection cause no respon
...
jira:[STUDIO-8062]
Change-Id: Ic369f6f6b293c0f616e6408651c6f40cec0de051
2024-10-15 15:50:26 +08:00
zhou.xu
070973e2ce
FIX:delete useless assert code
...
jira: none
Change-Id: I09f5299a67e2907dca9be0eb64ad3a3cc2d41b98
2024-10-15 15:50:26 +08:00
zhou.xu
2a7a3f9960
NEW:add "svg" in right menu
...
jira:none
most of code is from PrusaSlicer and OrcaSlicer,thanks for Filip Sykala - NTB T15p(PrusaSlicer) and Noisyfox(OrcaSlicer)
Port Emboss & SVG gizmo from PrusaSlicer (#2819 )
* Rework UI jobs to make them more understandable and flexible.
Change-Id: I06bf1e4db0068b8b452083a1624dec2620e5d336
2024-10-15 15:50:26 +08:00
zhou.xu
811e257936
FIX:delete useless code
...
jira: none
Change-Id: I036cc0d18ad67a46db159537680943dfa1236538
2024-10-15 15:50:26 +08:00
zhou.xu
9541e2d05e
NEW:add interactive function after importing SVG
...
jira:STUDIO-7406
most of code is from PrusaSlicer and OrcaSlicer,thanks for Filip Sykala - NTB T15p(PrusaSlicer) and Noisyfox(OrcaSlicer)
Port Emboss & SVG gizmo from PrusaSlicer (#2819 )
* Rework UI jobs to make them more understandable and flexible.
Change-Id: I765c7658b0881869754bdb161d720e4cbb180c92
(cherry picked from commit 3cef4611793899fa0ac39cb4d3a3abed7270a8e9)
2024-10-15 15:50:26 +08:00
zhou.xu
4091f3e042
ENH:fix text coordinate system calculation
...
jira: STUDIO-6449
Change-Id: I36214c14c348e8f52b96501cd027205819b0dabc
(cherry picked from commit 44287812a0cb212f1bf6fe70e32e1075f532886d)
2024-10-15 15:50:26 +08:00
Mack
92c85a13d0
NEW: add brim ear gizmo
...
jira: STUDIO-7378
Change-Id: Ib6b5dbd3b113981612b05e01e59f62054ff0b654
(cherry picked from commit 37120830a2f958f464719db1f5d0180882bc4095)
2024-10-15 15:50:26 +08:00
Mack
84e7063c54
NEW:add step mesh parameters
...
jira: STUDIO-7415
Change-Id: I5e09a1eb1ad31063ad56d08d5738907a804dc112
(cherry picked from commit ccbe9630076b754ab440e98977c4164afff96250)
2024-10-15 15:50:26 +08:00
maosheng.wei
4e3893a6e3
NEW: add double tear romboid cylinder stl
...
github: #4023
Website platform: Printables
File Source: https://www.printables.com/model/769742-negative-volume-double-tear-romboid-cylinder-for-h
Author: Ro3Deee@Ro3Deee
Change-Id: I118031d5ca6663cca6e92dc33988d63b0ae9cd02
2024-10-15 15:50:26 +08:00
Arthur
45386c862f
NEW: auto arrange after bed size changes
...
1. auto arrange after bed size changes
When the bed size changes from big to small, auto arrange items outside
beds, while keeping the inside ones still.
This action can be undoed with ctrl+z.
2. Fix the issue that double clicking the orient button of plate causes
a never disappearing busy cursor.
jira: STUDIO-7978
Change-Id: I5ee1f73b80735777c21438a01cbc4649d8cce3fa
(cherry picked from commit f67fd877ea7b07148dc9539938ba319a4f960d0e)
2024-10-15 15:50:26 +08:00
zhou.xu
d1d60d0af2
FIX:center object should select its plate first
...
jira: none
Change-Id: I0f52bc12ac70e55135a5d1cce16163f9c7e32803
(cherry picked from commit 0a55e520bcca36a5994316e0ed73a6132b8a8d0e)
2024-10-15 15:50:26 +08:00
Arthur
91d135a4de
FIX: do not allow auto arranging or orienting when slicing
...
do not allow arranging/orienting when slicing
Jira: STUDIO-5489
Change-Id: I7773941e5aca6819e2b65a5103ea917702fefcad
2024-10-15 15:50:26 +08:00
zhou.xu
bdde293d45
ENH:reduce unnecessary filament in obj import
...
jira: none
Change-Id: I417b889204e4fa6f9dc2860695ef71518a5f6095
2024-10-15 15:50:26 +08:00
qing.zhang
b52a9de509
ENH: smooth z dir speed and layer time
...
Jira: none
generate continuitious outer wall speed in z dir
generate continuitious layer time in z dir
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I0ade543d2f9ee40f5cd65c533eb261d85e5eaa34
2024-10-15 15:50:26 +08:00
Kunlong Ma
777c16fef0
ENH: Optimize the presentation of error code dialog
...
JIRA: STUDIO-7469 STUDIO-7477 STUDIO-7613
Change-Id: I6689dc375a51a1d690b82f9dbaa79d1555f7816f
2024-10-15 15:50:26 +08:00
tao wang
c179ae8ede
FIX:restore a port of the layout
...
jira:[for page fault]
Change-Id: Ifa440903e703d7ceb7e1414d3fcc850ea5546944
2024-10-15 15:50:26 +08:00
hang.xu
86a8e6c433
NEW: Add tag for variable layer_height
...
jira: STUDIO-7412
Change-Id: I4b5c8e158b073b302db6faad77bb8ca0f70f766a
(cherry picked from commit ffc34acf783aa1f6ac23f24a96fff30be90880d0)
2024-10-15 15:50:26 +08:00
hang.xu
fd9767eb4f
NEW: Add SecondaryCheckDialog for home
...
jira: none
Change-Id: I5cabae467c62391156e7af1fb99afc0b18400fb6
(cherry picked from commit b33715dcc59c07872f7d1b23eb30a2adea13f481)
2024-10-15 15:50:26 +08:00
hang.xu
dbeed95448
NEW: Support beta version update
...
jira: STUDIO-7392
Change-Id: Iea71823295669c56e2550e1c61bf782e611a2daa
(cherry picked from commit f6f87cd36fece5df8e9a63e229a6f2c965b2b417)
2024-10-15 15:50:26 +08:00
hang.xu
9096b2403c
FIX:Default option of stop printing is no
...
jira: STUDIO-7405
Change-Id: I0a100746b2845bba57f57e8f6962eca1dbd562aa
(cherry picked from commit cbba4177361d8dce1ee09a1bfc39528292d72682)
2024-10-15 15:50:26 +08:00
zorro.zhang
264fd5a6b4
ENH: Optimize WebView FileType
...
JIRA: none
Change-Id: I70b5e8586332df9892687ae165212aca9e5e3427
2024-10-15 15:50:26 +08:00
zhou.xu
d4fe1fb53f
FIX:maintain a fixed size interface display
...
jira: STUDIO-7953
Change-Id: Ic7cc3efbbd160e3c3b4eddac145f2eb70491b614
(cherry picked from commit 5f7416a8ddd6fe850f7255cb3f5847daedc70113)
2024-10-15 15:50:26 +08:00
zhou.xu
218cf55376
NEW:add "show hit face index" function
...
when show non_manifold_edges
jira: none
Change-Id: I9bb3e731715eb595c84e01acd0af86b5600618be
(cherry picked from commit 6f56123a42a0837ddf5dbd7f12453899f6a2bcb2)
2024-10-15 15:50:26 +08:00
zhou.xu
bfa92a5a23
FIX:update_plate_trans should use when finish reload_all_plates
...
jira: STUDIO-7886
Change-Id: I8e439e26ca9de179726b053291ff029ef4b1dd41
(cherry picked from commit aaa46831a79f309b1775300bb0b6ce4060d27b7c)
2024-10-15 15:50:26 +08:00
zhou.xu
53d7c755a7
NEW: add "render non_manifold_edges" function
...
jira: none
Change-Id: I620e095740c60a8c9d4ceb33d6b3a44ab3d17f05
(cherry picked from commit f71b0fdeee18e3fb1482fa3e5f1121d33724b1a7)
2024-10-15 15:50:26 +08:00
zhou.xu
498face4d6
FIX:delete unnecessary render_background
...
jira: STUDIO-7828
Change-Id: I7a42ab65f260b983b8ea1653e3e23b3eab8c15fd
(cherry picked from commit 8f5a5f0dde012f51ce2c3d8997df4bf808ad216a)
2024-10-15 15:50:26 +08:00
zhou.xu
65cfb9ad13
FIX:together update plate_trans and unselected_plate_trans
...
jira: STUDIO-7814
Change-Id: I0dc2da305b5a4c83b8f27bd07478b2f8fddebac0
(cherry picked from commit 625336509444cb5ea7640d64b260ede738887941)
2024-10-15 15:50:26 +08:00
zhou.xu
c03aa5ffeb
FIX:fix crash opengl api in mac
...
jira: none
Change-Id: I797082987378f53480eacdc6a2528cfdedf50528
(cherry picked from commit 654db45bc293c03ec72cbbb7f4a651a7e946f9ea)
2024-10-15 15:50:26 +08:00
zhou.xu
bb53c4b517
NEW:Use instance rendering by opengl for plate
...
jira: none
Change-Id: I3d5888480ad033953a597a6f74b0b9c8ac47795e
(cherry picked from commit 7fa3cb3d6224bab6ef6d8ad75446ed1b460afd4e)
2024-10-15 15:50:26 +08:00
tao wang
66403ba19f
ENH:Reduce the number of page faults on the device
...
Change-Id: I72e140de35d06308f8aa45f4254e049a83abc432
2024-10-15 15:50:26 +08:00
zhou.xu
8c852bc925
ENH:update render code in PartPlate
...
jira: STUDIO-5985
most of code from OrcaSlicer,thanks for OrcaSlicer and enricoturri1966
commit 28d0147d0988917a8b9d85441b8836453e0f222e
Author: enricoturri1966 <enricoturri@seznam.cz>
Date: Fri Oct 20 15:41:26 2023 +0800
Introduction of classes ColorRGB and ColorRGBA to unify color data definition and manipulation
Change-Id: I94ff38d9a03b4b91183b150617d6407a8ffa279e
2024-10-15 15:50:26 +08:00
tao wang
0ec49c3588
NEW:Support direct connection to LAN printers
...
jira:[connect printer]
Change-Id: Ifdc25651f4effde8e2a2d2a4e690aa20e0ef7022
2024-10-15 15:50:26 +08:00
liz.li
f81a9d97c8
ENH: improve meshboolean gizmo user experience
...
jira: STUDIO-7401
1.support select meshboolean target from object list
2.other improvements
Change-Id: I81cc914e412e622871930974ac65be9fd8bc36e1
2024-10-15 15:50:26 +08:00
zhou.xu
a6d0f0021e
FIX:delete redundant .gcode.3mf"
...
jira: github 4715
Change-Id: I6a305395661b3490867ff91d19e2a8e869b73191
2024-10-15 15:50:26 +08:00
liz.li
d5e6da2199
ENH: show prime tower info when select the prime tower
...
jira: new
Change-Id: I333af9376d952b2607ee87ebb87f6a6b24462111
2024-10-15 15:50:26 +08:00
liz.li
5dbc61737a
ENH: add publish to makerworld menuitem and remove the original button
...
jira: new
Change-Id: I253018cf93d8379de1eaff146420103c0d876e16
2024-10-15 15:50:26 +08:00
Arthur
69cf816b94
ENH: add rectilinear interface pattern for organic support
...
1. add rectilinear interface pattern for organic support
jira: STUDIO-7181
2. add tree support optgroup
Change-Id: I94882bc34a61c6adc06b8ecbc9f2323f9b039aac
(cherry picked from commit a8142ab3f37e0bd140a31a7e635b8475f471d7e3)
2024-10-15 15:50:26 +08:00
zhimin.zeng
c80a3fc5d1
ENH: support auto calibration for A series
...
jira: none
Change-Id: I6340cb8aa8b2fff174859d796ebf8a36effae004
2024-10-15 15:50:26 +08:00
zhou.xu
49f67b80e5
FIX:use extruder_clearance_radius para not max radius
...
jira: STUDIO-7851
Change-Id: I34b00a5997fbebe89519fb17545c8a5f6c948bcf
2024-10-15 15:50:26 +08:00
maosheng.wei
050f51fe15
NEW: add finish time in status panel
...
Change-Id: I3048cbe2aa20a7f2b78b5ca5fb9b40c3bb796689
2024-10-15 15:50:26 +08:00
tao wang
5648ef61af
FIX:fixed unable to pick color
...
jira:[for setting]
Change-Id: I877af3561fcbeb43b46202cb2b27b6522425a83f
2024-10-15 15:50:26 +08:00
tao wang
1f4dd2b2a8
FIX:disable some non existent methods
...
Change-Id: Ic5af8864bcb709f9f76303eb4a0f13b4789400b4
2024-10-15 15:50:26 +08:00
lane.wei
e0b5be5416
FIX: GLVolume: fix the crash under CLI when load object with lod_enabled
...
add log_enabled param when loading volumes
JIRA: no-jira
Change-Id: I77806622f6b9c5abc723adc389fbb7bd8dc414c5
(cherry picked from commit b2513b139547dfcce0f277fba9ec3d621f09bfa5)
2024-10-15 15:50:26 +08:00
zhou.xu
065dddb890
FIX:add wipe tower'position in move gizmo
...
jira: STUDIO-7861
Change-Id: I8147717bc61ba06a7e1fba45532cdadc2ba1174e
2024-10-15 15:50:26 +08:00
zhou.xu
95e8ca7285
FIX:select all should ban in paint,cut and so on gizmo
...
jira: STUDIO-7872
Change-Id: Ic6496dbdd892814e1fc41625ee34ffc46f171657
2024-10-15 15:50:26 +08:00
tao wang
fa2dbd7ada
NEW:Support setting filaments in printing
...
jira:[set filament]
Change-Id: Ib37896f9101d93ca63c7edb0b1e6328045a5ddb3
2024-10-15 15:50:26 +08:00
zhou.xu
715d2b9b78
FIX:add can_sequential_clearance_show_in_gizmo api
...
jira: STUDIO-7836
Change-Id: Ie0cded272596bafee4e491e379722dcc23035dc4
2024-10-15 15:50:26 +08:00
zhou.xu
10e41fbd07
FIX:calculate frustum of ortho view
...
jira: none
Change-Id: Ia0c30ebd9366ae1dfc5cdd555aa9f89a9dd878f1
2024-10-15 15:50:26 +08:00
zhou.xu
b7ab08e65b
FIX:need to clarify eigen data type in linux
...
jira: none
Change-Id: Ibb1d0015912641d1ba16355f5842f1693c72f391
2024-10-15 15:50:26 +08:00
lane.wei
75994cc765
ENH: updater: refine the logic of upgrading to presets
...
1. use seperate directory in ota
2. remove previous folder before updating
3. use new change file format
4. support force upgrading
jira: no-jira
Change-Id: I193a1a452ee62d2e808c6956aa3b0da060f2ae58
2024-10-15 15:50:26 +08:00
chunmao.guo
cddb32b9e9
FIX: set wx log level from app config
...
Change-Id: Ic75c3eb8fd922cbea2de2b94bd9b210e020baf19
Jira: none
2024-10-15 15:50:26 +08:00
maosheng.wei
ddbecb4f5e
FIX: preset without compatible_printer cannot be exported
...
github: #4290
Change-Id: I42dff3380a698ff86dba6409e61442357759a7c4
2024-10-15 15:50:26 +08:00
zhou.xu
4bf4e1bb91
ENH:enhance render performance
...
jira: none
Change-Id: I23ba97d0a00752a131b719436bd062cd0b79e9d2
2024-10-15 15:50:26 +08:00
Arthur
98e9be4eb8
ENH: better way to rotate items in auto arranging
...
This helps stabilize "auto rotate" and "align to Y axis" functions.
jira: STUDIO-7775, STUDIO-7036
Change-Id: I3c35fa1d6c5e033915584213cdf79f3aac4dc099
2024-10-15 15:50:26 +08:00
zhou.xu
eec7de441b
ENH:add "volume selection" checkbox
...
jira: none
Change-Id: I68b5f54e37ea2ab9e2b65ac84abc834060f400df
2024-10-15 15:50:26 +08:00
zhou.xu
072db17e25
FIX:remove custom logo for third printer
...
jira: STUDIO-7627
Change-Id: I6b3bbf321b0b8049fb10c48d5348d69f706cfb0e
2024-10-15 15:50:26 +08:00
Arthur
4542c8eaff
FIX: skirt distance was incorrect in auto arranging
...
Can't use plater->config(),have to use full_config instead.
jira: STUDIO-7588
Change-Id: I1677ff615a7ed99ad439c6bfe3fac9bdf1e3434b
2024-10-15 15:50:26 +08:00
zhou.xu
f402685aee
FIX:selection should be not empty when update_ui_from_settings
...
jira: none
Change-Id: I74b76733eba03d148dfd70279ec2ba65f19cc39a
2024-10-15 15:50:26 +08:00
zhou.xu
630d36324f
ENH:Unified text,remove unused shortcut key for "Show Labels"
...
jira: STUDIO-7638
Change-Id: Icfbf72cbf9664aa0f2d0d3032df93880498caeae
2024-10-15 15:50:26 +08:00
zhou.xu
5a4c51a31f
FIX:continuous click can add new plate
...
jira: STUDIO-7609
Change-Id: I0888c62777c0675be2639e493edbf43d2af90999
2024-10-15 15:50:26 +08:00
qing.zhang
47139ad690
ENH: add tpu-ams type
...
Jira: none
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I98c1c8a1e214b2fcb6b51857e6da3716b7aa04f8
2024-10-15 15:50:26 +08:00
zhou.xu
bcde272546
ENH:continuous click can add new plate
...
on same mouse pos
jira:none
Change-Id: I45ddd8fb823c470f8417482272b952602e71a6c8
2024-10-15 15:50:26 +08:00
zhou.xu
437dade362
FIX:ban cut connector move
...
jira: none
Change-Id: If3dcc18d95be1fd13fc806e26066942ce8603e7a
2024-10-15 15:50:26 +08:00
zhou.xu
85b990e8ad
FIX:update calculation method in part render for cut gizmo
...
jira: none
Change-Id: I0948f118fbd8c204b5ae0e16d6b14ef094c7da30
2024-10-15 15:50:26 +08:00
zhou.xu
85aa6fddfc
FIX:very small face can't be selected in assembly gizmo
...
jira: STUDIO-7594
Change-Id: Ibc2f0e80b9d5ef20de6997527b0dde09aee8d32b
2024-10-15 15:50:26 +08:00
zhou.xu
2a7ee65e8b
FIX:read "bed_custom_texture" for non-system printer
...
jira: none
Change-Id: Ibc5e3ee88ca1b8e46e2f110d16629045f37d722f
2024-10-15 15:50:26 +08:00
zhou.xu
97f63f167e
FIX:limit scaling ratio by grabber in scale tool
...
jira: none
Change-Id: I20a4404d4e4025ae230ab46ba8d8d3e5ffed10e3
2024-10-15 15:50:26 +08:00
enricoturri1966
e412fa3492
ENH:set "Rotate (relative)"
...
jira:none
code is from PrusaSlicer,thanks for PrusaSlicer and enricoturri1966
commit 243985173e70c189ad9a86eefaaea0757d9749cb
Author: enricoturri1966 <enricoturri@seznam.cz>
Date: Thu May 12 14:33:41 2022 +0200
Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Allow for relative rotations
Change-Id: I851939093ffb6881542fb21b434e17cc31a6dab2
2024-10-15 15:50:26 +08:00
zhou.xu
0e88cb8858
FIX:world to screen calculation was error
...
jira: none
Change-Id: I13f978e4c15882c271ffe6c6fc5fbcf69482a224
2024-10-15 15:50:26 +08:00
zhou.xu
e5cb4f0539
FIX:world displacement should convert to local displacement
...
jira: none
Change-Id: I6910735ad7ccf9d8393b8e0085cb486038ed0c4b
2024-10-15 15:50:26 +08:00
zhou.xu
ba035f55a4
FIX:import part and so on should on bed
...
jira: STUDIO-7552
Change-Id: I6f1961d2bff1d7ad377ca65eddb1896bba2a8f68
2024-10-15 15:50:26 +08:00
qing.zhang
4b23b42b22
ENH: ironing inset
...
Jira: 7391
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I2233b267ad7e3eb22ed9c232a89b7679173c7b34
2024-10-15 15:50:26 +08:00
qing.zhang
af7f87c238
ENH: add option to decide if overhang join cooling
...
Jira: 7414
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I223c8b72d025947652a1f36c31c1a0adc3c9d180
2024-10-15 15:50:26 +08:00
qing.zhang
04beaae9e3
ENH: imprve scarf seam
...
Jira: none
fix missing wipe while avoid acrossing wall on
set wipe speeed base on previou path
first implement by orca
add slope gap params
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I45655f087f5a165b52b1007ef5afe0b20d0b13a4
2024-10-15 15:50:26 +08:00
zhou.xu
c0536c09b4
NEW:add "world coordinates" scale for scale gizmo
...
upgrade Transformation class
jira:none
about 75% code is from PrusaSlicer,thanks for PrusaSlicer and enricoturri1966
commit b32e9366606dce7d4f8de8db84fd902113bdbe28
Author: enricoturri1966 <enricoturri@seznam.cz>
Date: Tue Mar 7 14:32:18 2023 +0100
Rework of constrained scaling
Change-Id: I1248ea586e6b8f2fb6cdf3aa901ed7f525c3f111
(cherry picked from commit e10381aad1412b0c47afa340b634faa3af9d1a1f)
2024-10-15 15:50:26 +08:00
lane.wei
0756fd979a
FIX: gizmos: fix the compiling issue
...
caused by cherry-pick of aef92cd8eb9bae95939fdc1e8dfadec4ca529a3e
Change-Id: I8fdfd2df0bbb2a8a31e164cc7bbb29c66f07d03e
2024-10-15 15:50:26 +08:00
zhou.xu
5bc97e4997
FIX:set logo name empty when no custom svg
...
jira: STUDIO-7532
Change-Id: I42ac46aec070facf55333c00b06c65e592ab9345
2024-10-15 15:50:26 +08:00
zhou.xu
2af6c4f4f4
FIX:ban object drag downward when camera is horizontal
...
jira: none
Change-Id: I8dd64eadb783aababb12a707fe78bfe29d1f8a50
2024-10-15 15:50:26 +08:00
tao wang
f6a230869b
ENH:Support for binding farm mode printers
...
jira:[for farm mode]
Change-Id: Icb2eb3f8435bcc1cabcb343ba040ce426eb50581
2024-10-15 15:50:26 +08:00
zhou.xu
ea7f000df9
FIX:bbl machine log default is empty
...
jira: none
Change-Id: Ib0f309ca9028efb981261a58abea86624f1fc0d1
2024-10-15 15:50:26 +08:00
zhou.xu
604437ba19
NEW:split part or objects keep color
...
jira: STUDIO-7386
Change-Id: Ic2d6ea1139de0dcca0140600fcb97ebea3efbd99
2024-10-15 15:50:26 +08:00
zhou.xu
3e607854ed
FIX:add null pointer protection for m_partplate_list
...
jira: none
Change-Id: I64f778c8c4773355fa2f3b6bedf924dd7683d7bb
2024-10-15 15:50:26 +08:00
zhou.xu
f493a4495b
NEW:add "user custom texture" in bbl machine
...
jira: STUDIO-7407
Change-Id: I6e6fdac76573aa96dd2898cd5880604b8358fa74
2024-10-15 15:50:26 +08:00
zhou.xu
56f628dac1
NEW:add "set grabber size" imgui
...
jira: STUDIO-7395
Change-Id: I87aeb683cf29e004d6b285810c5135f2b45ae4b9
2024-10-15 15:50:26 +08:00
maosheng.wei
7b7801b825
ENH: change export filament boundle structure
...
Jira: XXXX
Change-Id: Iefc078f8de1a8a83516ba2b8fabb2237534c5870
2024-10-15 15:50:26 +08:00
zhimin.zeng
dc94ad4fb6
FIX: cannot select k value when connect 2 printer
...
github: 4085
Change-Id: I660f20032535ad8ab1f218224af68f7cc0dc3395
2024-10-15 15:50:26 +08:00
zhou.xu
17d3915733
FIX:cursor invalid when it overlaps with imgui window
...
jira: STUDIO-7356
Change-Id: Id16cb4cd878bbb26782f1a470c8b74b476214bac
(cherry picked from commit 668a147e916bc114df513326fc7b743b738f4306)
2024-10-15 15:50:26 +08:00
chunmao.guo
4d7715cc11
FIX: liveview local missing ip dialog not show
...
Change-Id: Ie15bdf0ac20354aecb2e0dffe9471e12e0143aa9
2024-10-15 15:50:26 +08:00
zhou.xu
01e2a2032b
ENH:import obj by right menu set new assembly pos
...
jira: STUDIO-7409
Change-Id: I089aea9333cf0f894dbfa67b09fbb8019c6f6023
(cherry picked from commit ab249fa3b4ec9f5e2965c7cffdbbe1f3f2d14332)
2024-10-15 15:50:26 +08:00
zhou.xu
18a0a7e6e7
ENH: 3d mouse shortcut change to ctrl+m
...
jira: STUDIO-7448
Change-Id: Ie444d9d84ef644694ab63a16722c9810bc1560fb
(cherry picked from commit 5edced9d4b371f2a7f8c8f511845fc9084db0f87)
2024-10-15 15:50:26 +08:00
zhou.xu
0d393d64b8
FIX:scale and size sholud >0 in scale tool
...
jira: STUDIO-7433
Change-Id: Ibd4d00d9ca4762d002049e97a6d0819649f464db
(cherry picked from commit eaaf11031ee49009af14abbd05bb4a07c88aceda)
2024-10-15 15:50:26 +08:00
zhou.xu
6e458699cf
FIX:modify 3d mouse shortcut and add a menu
...
jira: STUDIO-7290
Change-Id: Ie05b3cfd5d34a5626b39bda16815936cecc1e991
(cherry picked from commit a2b7e0c74289b2faffb6a568c511401540a07dce)
2024-10-15 15:50:26 +08:00
zhou.xu
f5eb2899e7
NEW:add tip button for move,rotate,scale
...
jira: STUDIO-7273
Change-Id: I44aeecd8aaa17ec49ac1d8ff2bee5c3729c52061
(cherry picked from commit 998f33b4ce588f59cef345e327a97f6f669f6089)
2024-10-15 15:50:26 +08:00
zhou.xu
8400e162a7
ENH:add a cross mark for object cs
...
jira: STUDIO-6947
Change-Id: Iaaab4f072045756ac3ba12c3f65e1c7f04ba65b8
(cherry picked from commit a2a2f49b4d94f257d36c9d17b4ec952e5dc9f0eb)
2024-10-15 15:50:26 +08:00
zhou.xu
5af9cd3a23
FIX:fix bug of shortcut key
...
jira: STUDIO-7252
Change-Id: Ic5bfbc0ffe0ad096b99df53f0aff36c7ebf0c1b4
(cherry picked from commit 17867078f062b3b879d47eea6be3e16b1e055fbd)
2024-10-15 15:50:26 +08:00
zhou.xu
2822ac102b
FIX:move text should update text info
...
jira: STUDIO-7038
Change-Id: Ibd760c3655e6ff3f7c0a5604ef66e001f7cdc1fb
(cherry picked from commit aef92cd8eb9bae95939fdc1e8dfadec4ca529a3e)
2024-10-15 15:50:26 +08:00
zhou.xu
795ec50eb4
FIX:return bar pos only been modified in 3d view
...
jira: none
Change-Id: I353b2245f8032707c593985eff20bbecc6905525
(cherry picked from commit 01bbdc0b303ab3832e88c580159e73aedd80b929)
2024-10-15 15:50:26 +08:00
zhou.xu
b28ac4f812
ENH:use local cs for non_model_part better
...
jira: STUDIO-7234
Change-Id: I0f0e99429e5e0b7cc4932a661eceffcff4a495f6
(cherry picked from commit b4305a3bfc9e5ae05c1785a710238a70f2dfb44a)
2024-10-15 15:50:26 +08:00
zhou.xu
4f5922f193
FIX:fix bug of shortcut key
...
jira: STUDIO-7252
Change-Id: I9e83c4055250aa78701baa5626006f14390f4fc5
(cherry picked from commit f20788cd2c2eded210ad008601915630c998427b)
2024-10-15 15:50:26 +08:00
zhou.xu
c89732a046
FIX:fix imgui style at Object coordinate
...
in move tool
jira:STUDIO-7141
Change-Id: Ib2900012c28878c4e7ad97eb0cf319f693cb9f6f
(cherry picked from commit b7b09c82897678c4f3615713bc5d1cc7a3b17b19)
2024-10-15 15:50:26 +08:00
zhou.xu
b035115b06
ENH:modify "return" bar pos and Text
...
jira: none
Change-Id: I541c0006ffd8d2e8c815c5316c8cc858266da580
(cherry picked from commit bfdf139a41c551c4a62271f8bb34dd0447e68c8d)
2024-10-15 15:50:26 +08:00
zhou.xu
edf8a4bdc0
ENH:add "Lock x value of bottom" checkbox
...
for height range
jira: STUDIO-6815
Change-Id: Ia1dfde0670e61714200353b40ad8f9d50060d699
(cherry picked from commit 43b2219db6916ee6e4b102bf120222f65e772889)
2024-10-15 15:50:26 +08:00
zhou.xu
98cce3b656
NEW:add Object coordinates in move gizmo
...
jira: none
Part of the code references PrusaSlicer,thanks for PrusaSlicer and enricoturri1966
commit c12eeee12f9e2c91a9dfe7905f1370143805f038
Author: enricoturri1966 <enricoturri@seznam.cz>
Date: Mon Oct 2 14:26:36 2023 +0200
SPE-1926: Tech ENABLE_CGAL_BOUNDING_SPHERE - Use selection's bounding sphere center as pivot for rotations
Change-Id: Iae7e4539c198af3ff1aa99e1c0ce015fbcf80256
(cherry picked from commit 2b73bc915ee27218c9803ba0a01b0d3e47adf1da)
2024-10-15 15:50:26 +08:00
zhou.xu
bccb230fc1
ENH:cancel "Keep horizontal" linkage selected when click "Vertical"
...
jira: STUDIO-7159 STUDIO-7134
Change-Id: If9a1a66e62004e9e6d2198dda9e562eea7d41354
(cherry picked from commit bea64e0c639bc1cf9ed4a47144ae2ba0c2361ffd)
2024-10-15 15:50:26 +08:00
zhou.xu
a5cc52beb7
FIX:z offset is error after copy and paste several objects
...
jira: STUDIO-6753 STUDIO-7135
Change-Id: I6d9c8eb0c957ff1e3194709704ceb6c3920baa4f
(cherry picked from commit 847a7141a6f47e409566b19e73c0ebdeb08f39e2)
2024-10-15 15:50:26 +08:00
Mack
539dea0885
FIX: reload step file not work
...
JIRA:STUDIO-7282
GITHUB:#4247
fix commit ed34eaa
Change-Id: Ib73654052d8f0b6b917f86a910b4f91a0198f2d4
(cherry picked from commit 387ff008c85588f8ab378ffa283f428b2ff2ec8c)
2024-10-15 15:50:26 +08:00
Mack
bab2790759
FIX: simplify mesh decimate ratio set min value 0
...
JIRA: STUDIO-7257
Change-Id: I9751b5bbce4f93fe3b0acae786df3d3b20391760
2024-10-15 15:50:26 +08:00
Mack
0768e51938
FIX: Simplify mesh decimate ratio text input not work
...
JIRA:STUDIO-7042
GITHUB: #4015
Change-Id: Ia1910a953f6d18e6bd1e78e6ecb43420a27e9bc9
(cherry picked from commit a60818e982d986d2f4023f2ebd9550b2b5b7e5e5)
2024-10-15 15:50:26 +08:00
zhou.xu
9eb08038b6
ENH:update the camera's horizontal rotation radian
...
if the camera is already horizontal
jira: none
Change-Id: I45c88d0c394421e90404c8749192bb4bd7b6543b
2024-10-15 15:50:26 +08:00
zhou.xu
473a86435f
FIX:left up code is not run on paint gizmo
...
when middle and left press sequentially
jira: STUDIO-7220
Change-Id: I738bea5b9333e69a665b8ab7fdef6424cf35ead8
2024-10-15 15:50:26 +08:00
zhou.xu
0e692f472d
FIX:modify range of camera horizontal angle is 9 degree
...
when drag object
jira:STUDIO-7087
Change-Id: Idd3141daa025cd9c57ba5a1c8df79c583eeb8ed4
2024-10-15 15:50:26 +08:00
zhou.xu
a037f0fdbe
ENH:not show busy info when reload obj file
...
jira: STUDIO-7216
Change-Id: Ia1a35a51aa924c19414c5bf9b42b414afd510b7f
2024-10-15 15:50:26 +08:00
zhou.xu
7750c82ebf
ENH:"Option" key on Mac is equal to "Alt" key on Windows
...
jira: STUDIO-7218
Change-Id: Ic2ce789e1b874fdbb7829b8814e7a851f0af8aaa
2024-10-15 15:50:26 +08:00
maosheng.wei
60149a7322
FIX: [6657] AMS humidity display title change
...
Jira: 6657
Change-Id: I88ed6f438211f741ec918bc35e6c10c3f2e23975
Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
2024-10-15 15:50:26 +08:00
maosheng.wei
76290b08ef
FIX: structure json line break process when export configs
...
Jira: XXXX
Change-Id: I9b518d7363f51c39574a1e8733174ae6ad99f1c5
2024-10-15 15:50:26 +08:00
chunmao.guo
0b5a2e0dcc
FIX: auto stop liveview not restart
...
Change-Id: I815eddd44c825d9648ad036c7015e268acdb769a
Jira: none
2024-09-18 21:27:27 +08:00
Stone Li
6588ff440b
FIX: fix crash in ams mapping
...
JIRA: STUDIO-8195
Change-Id: I8d2bed7b6b2789879d802a95566c47d5006e4069
Signed-off-by: Stone Li <stone.li@bambulab.com>
2024-09-18 21:27:27 +08:00
Stone Li
530153b32b
NEW: support polish language
...
JIRA: STUDIO-9551
Change-Id: Ife612ddd24a7b3247167be04c3fbfa9219a15777
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit c66e4e54096c93aaa56956b1d59859fa6e602961)
2024-09-18 21:27:27 +08:00
maosheng.wei
784dada917
ENH: open wizard dialog after creating or editing custom Filament
...
Jira: XXXX
Change-Id: I68d13df943b29cb9464f04651ed3fa9ec7511789
(cherry picked from commit e4f4720a249559c6a3c98872338ca7dbe4c73044)
2024-09-18 21:27:27 +08:00
tao wang
6eb533019e
FIX:remove the auxiliary directory when sending for printing
...
jira:[for send gcode]
Change-Id: I0774ca97043e25ce1f731371739052921f721087
(cherry picked from commit 0dda96f91ee68c89b16f0f2622902817a1171798)
(cherry picked from commit 73b45f347bba8654fa5a415b673beb0d3ab1f5bf)
2024-09-18 21:27:27 +08:00
zorro.zhang
5a9d129ed0
ENH: Optimize Json Load
...
JIRA: none
Change-Id: I1298400ed5f563a9eb46565b9bd428f878fea6a8
2024-09-18 21:27:27 +08:00
liz.li
253b47edc6
ENH: add a repair model url for Mac bbs
...
jira: new
Change-Id: I6230588700d01e5b9599cb408713e63bf01a144a
(cherry picked from commit d67a977969bb5731de8c0f7fb47d60211183e243)
2024-09-18 21:27:27 +08:00
liz.li
6edf07e2a1
ENH: complete filament stats and time stats info in All Plates Stats
...
jira: STUDIO-7382
Change-Id: I1fa33be48d34265efaf4757ff31683a983f1d421
(cherry picked from commit c497eea1eacfa34db2703844fb3575a21297388c)
2024-09-18 21:27:27 +08:00
chunmao.guo
3b8ef667b1
FIX: sleep before retry on file session lost
...
Change-Id: I924f0a370a2a8d6a9b5aa082cbe791fc2e1a18c5
Jira: STUDIO-7991
2024-09-18 21:27:27 +08:00
chunmao.guo
2c38dc51f2
FIX: auto stop liveview when no operation
...
Change-Id: Icc8668fefcdbdd8bf767dddee0226413a089c2c9
Jira: none
2024-09-18 21:27:27 +08:00
chunmao.guo
06bbd235b8
ENH: auto stop liveview when print idle
...
Change-Id: I06dcc2a6ae469df8c39c1dc6c8626f66bc778f81
Jira: none
2024-09-18 21:27:27 +08:00
chunmao.guo
69ad831570
FIX: change to 'Video Stopped'
...
Change-Id: Ie8ed7865719652998577d2801ad71bc7da1f634f
Jira: none
2024-09-18 21:27:27 +08:00
Stone Li
89909211fa
FIX: fix ams mapping issue
...
JIRA: STUDIO-8116
Change-Id: I66a75de8e4c2c7ba12e26b4057f9b150c58df31b
Signed-off-by: Stone Li <stone.li@bambulab.com>
2024-09-18 21:27:27 +08:00
zorro.zhang
ba35ed5938
FIX: Open New WebTab in Local Browser
...
JIRA: none
Change-Id: I62baf32ec4ebb3130fe1721dbecbae8ed2533423
2024-09-18 21:27:27 +08:00
zorro.zhang
8d65ede5e0
ENH: Open Makerlab with Studio Tag
...
JIRA: none
Change-Id: Ibbf993b75bcb10545e0332b4bf34feea095a08aa
2024-09-18 21:27:27 +08:00
zorro.zhang
2c2f19c5bd
ENH: Limit StaffPick Query
...
JIRA: none
Change-Id: Iee09c8e73e07af69472b373e2d3f89d4715e836f
2024-09-18 21:27:27 +08:00
Bastien Nocera
22885b057f
Fix missing std::regex declaration
...
/run/build/BambuStudio/src/slic3r/GUI/WebViewDialog.cpp: In member function ‘void Slic3r::GUI::WebViewPanel::SetMakerworldPageLoginStatus(bool, wxString)’:
/run/build/BambuStudio/src/slic3r/GUI/WebViewDialog.cpp:818:10: error: ‘regex’ is not a member of ‘std’; did you mean ‘boost::regex’?
818 | std::regex pattern("^https://.*/(.*/){0,1}agree-terms .*");
| ^~~~~
2024-09-06 15:08:20 +08:00
tao wang
da286c4662
ENH:add hungarian language
...
Change-Id: I5d7e4decc25c3c6be0cf0d7530685f7d290b2b91
2024-08-26 17:23:33 +08:00
qing.zhang
0efa2db823
ENH: imprve overhang quality
...
Jira: none
add speed transition between discontinuity speed
detect bridge-wall and only use bride speed on bridge wall
fix the bug that not use overhang speed while support z
distance is 0 on arachne mode
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I72a1504544fe1ed7bd184ca073bd1b52cd2dcd75
2024-08-26 17:23:33 +08:00
Stone Li
ff22a86515
FIX: fix network wired issue
...
JIRA: STUDIO-7534
Change-Id: I0b5d3764ebf61735238207adc2053ad45ce5ec1a
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit babda59caa2cb83ae993bfe87c865d7f61c6ab4b)
2024-08-26 17:23:33 +08:00
Stone Li
acfdcadac0
ENH: parse net conf for network wired status
...
JIRA: STUDIO-5195
Change-Id: Ida3cd5c60b25d1eff4f04e324a74d63394a9ffeb
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit 6b6787b30736f87491171237a36c6badc8e51878)
2024-08-26 17:23:33 +08:00
tao wang
8f45467b49
ENH:Update some Chinese translations
...
Change-Id: I982c469a81dd8b64b339ed5e6b61998d153838f9
2024-08-26 17:23:33 +08:00
zhou.xu
512da73aae
FIX:ban wipe_tower in measure and assembly gizmo
...
jira: STUDIO-7860
Change-Id: I6c02d970007719110ac627b1c0f1435b229e9854
2024-08-26 17:23:33 +08:00
chunmao.guo
e3a7ad0548
ENH: stop liveview long time no input
...
Change-Id: I0951e2f4e8ff9433a66b15bb852d4d5c1d0974d5
Jira: STUDIO-7574
(cherry picked from commit 81ca78382f8adba58bbb72bc7810ef76f746fbd6)
2024-08-26 17:23:33 +08:00
tao wang
8a735b76ad
ENH:rename region
...
jira:[for rename region]
Change-Id: I031f958c5539629a0544d9785fea4faba0f2b4d0
2024-08-26 17:23:33 +08:00
zhou.xu
b6a196a210
FIX:fix bug of export .gcode.3mf
...
jira: STUDIO-7292
Change-Id: Ice1d10b48298b3766b879132e7b7d5de6de4da2c
(cherry picked from commit 2f91017fff1606b80932126277d9e393669438fe)
2024-08-26 17:23:33 +08:00
zhou.xu
bd9d5efff9
FIX:ban wipe_tower rotate by page up key
...
jira: STUDIO-7504
Change-Id: Icffaad78ed5750085da3d42d6f4209bd0d7a21e8
(cherry picked from commit efc768113d42f5278baa72171072f64411256594)
2024-08-26 17:23:33 +08:00
zhou.xu
ed81888b6c
FIX:open or replace 3MF file case insensitive
...
jira: STUDIO-7678
Change-Id: I32b34efa053da25edab80ebff1cfe0a414042dd5
(cherry picked from commit fa07ae4d21d3c4cf5286a38f2cc0a35363a5f53a)
2024-08-26 17:23:33 +08:00
Arthur
4bebe9eb6a
ENH: remove tree_support_brim_width
...
This option is duplicated with raft_first_layer_expansion. Now we
use raft_first_layer_expansion for all support types. Note: the name starts with raft, but it actually controls first layer expansion of both raft and support.
jira: none
Change-Id: I3d2bfc86d36c87d75f0bc1d077c6855f668b19b6
(cherry picked from commit 241a77bd6371330aff58b92b63d066054d4920ce)
2024-08-26 17:23:33 +08:00
zhimin.zeng
12c237ac19
FIX: PA profile sort alphabetically on history dialog
...
github: 4029
Change-Id: Ic7d7d961be11783254d79c8736e265a30fd2af87
(cherry picked from commit 8097610796f9538893189d1633bb4c347cf117a6)
2024-08-26 17:23:33 +08:00
Arthur
6a130a19ef
FIX: do not break bridges in tree support
...
jira: STUDIO-7424
github: #4318
Change-Id: Icccf56b129c4910f3b0a49d69871b8df1375a6d9
(cherry picked from commit 99211cde5f2114fd64e2724069540577793f889a)
2024-08-26 17:23:33 +08:00
lane.wei
7650f2c7c4
FIX: gcode: fix the .gcode loading issue
...
JIRA: no-jira
Change-Id: Ib4fd7aa7d997b85953d9a7062d4683392ac434fc
2024-08-26 17:23:33 +08:00
lane.wei
fa2caa8bc8
ENH: config: add version different check logic
...
jira: STUDIO-7361
Change-Id: I0541d2cdd3bcef059f50ad3accf92bf4bdeaa670
2024-08-26 17:23:33 +08:00
zorro.zhang
552b73dec4
ENH: Resize Webview When Studio Resize
...
JIRA: STUDIO-7535
Change-Id: I78525ba171402e3d29bd64cbbed7d72bfeff0639
(cherry picked from commit ebecebb25bb4cd1dacd3b4efea283eff4a6c0693)
2024-08-26 17:23:33 +08:00
zorro.zhang
5e8f430bf6
ENH: Ignore AgreeTerm WebPage When User LogOut
...
JIRA: none
Change-Id: Ib8566df069192036b28aafa055a7f67a47f38d65
(cherry picked from commit e7613a7b157f1fa0554f3ec8ea4c8a68475e9b10)
2024-08-26 17:23:33 +08:00
lane.wei
201d3b18cc
ENH: CLI: add support for colored obj
...
jira: no-jira
Change-Id: If9e698d60b71e8835a3ae46c75e9c8c2878556a7
(cherry picked from commit a2b2ec9cb80e3bafabd07a377aff9e11188be346)
2024-08-26 17:23:33 +08:00
zhou.xu
b97d44dae4
NEW:active "import obj color" in command line
...
jira: none
Change-Id: I8bc5d4a1eea116305037b8194ff1d2e8aab83ce9
(cherry picked from commit 7df9f9d27d174b30a54ed27756d4a4a157557019)
2024-08-26 17:23:33 +08:00
zorro.zhang
662de52448
FIX: Load Filament Json Error
...
JIRA: none
Change-Id: I4ca521439cbd1a9cd9e80a0991365409ed74ce04
2024-08-26 17:23:33 +08:00
Michael Telatynski
ff129be9e0
Fix typo in calibration string
2024-07-17 16:45:26 +08:00
maosheng.wei
b6805df25b
FIX: [ #4320 ] crash when edit project preset
...
github: #4320
Change-Id: I81eb5f0d461565d63a32100a5bebb4569cfb0b1b
2024-06-21 09:15:34 +08:00
zorro.zhang
294e60b80c
ENH: First Load MWWebPage When User Click OnlineModel Menu
...
JIRA: none
Change-Id: Id858dd80ae5b24bdb1e939e6a47099983f6bf4df
(cherry picked from commit 5a62a5236fc767283e4360e0b95bb85c18c5cf8e)
(cherry picked from commit 5730141311e2da20551fd811a9349f2b88c5c1b1)
2024-06-21 09:15:34 +08:00
tao wang
d652deda1d
NEW:online printing add a field for desginID
...
jira:[desgin ID]
Change-Id: Idc482f961a95d753b570bdda129b62b76bb6eaf8
2024-06-21 09:15:34 +08:00
zorro.zhang
95c394bc0a
ENH: Not Reset Homepage When Region Not Change
...
JIRA: none
Change-Id: Id2da4cb8f694c26036e4756bfc01dbb0c1941ee6
(cherry picked from commit 21a27b32af749601cb5545a59c54b58a8620788c)
2024-06-21 09:15:34 +08:00
qing.zhang
758d087f15
ENH: add pctg type
...
Jira: none
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ie01fcd4bef0d3ebec5bbd7185a87a1740068bdba
(cherry picked from commit c6276932dd92bc4283600954415eedeac6d351ce)
2024-06-21 09:15:34 +08:00
tao wang
3faebf991d
FIX:No longer block model mall entrance
...
jira:[model mall zh]
Change-Id: I68afc785e0c8c623098dd5f647d396622d5d50bd
(cherry picked from commit 77c26daa6043ff12f3cd81985ddef9b878c6f066)
2024-06-21 09:15:34 +08:00
Alex Tang
a18080501c
Prevent Cmd-Shift-M from minimizing on EXCEPT on "Home" sub-screen
...
The problem is that hitting "Cmd-Shift-M" on mac always minimizes the app, even though it should only minimize on "Cmd-M", and not on "Cmd-Shift-M".
The code that minimizes (using the WXWidgets "Iconize()" call) happens in MainFrame.cpp keyboard event loop. The code that's checking, looks for "Cmd-M" but does not check for any other keyboard modifiers, so I added a check to ignore the event if Shift is pressed along with "Cmd-M".
There's a secondary issue that isn't really relevant to this bug in that the app will still minimize when pressing "Cmd-Shift-M", but ONLY on the "Home" sub-screen. (all other sub-screens work as they should).
I'm not sure why, but when the "Home" sub-screen is selected, the keyboard event loop (MainFrame.cpp, line 609), is called TWICE when "Cmd-Shift-<any key>" is pressed:
* Once where the event's wxKeyModifier (retrieved via `evt.GetModifiers()` is set to `wxMOD_CONTROL` AND `wxMOD_SHIFT`. (this is correct)
* Once where the event's wxKeyModifier is **ONLY** set to `wxMOD_CONTROL` (this is wrong).
Again, this double-event (with the wrong modifiers) only happens when the user is on the "Home" sub-screen. For the context of this bug the 3DConnexion preferences dialog isn't needed on the "Home" sub-screen so this secondary bug doesn't matter. But it does make the UX odd where Cmd-Shift-M will minimize the app when the user is viewing the "Home" sub-screen, but not minimize the app when the user is viewing any other sub-screen.
2024-06-12 15:50:01 +08:00
zorro.zhang
6daf6fd561
NEW: Open PrivacyPolicy WebPage depend on Country
...
JIRA: none
Change-Id: Ifb620e6d6cb30f1553b5afe94a0fdf96341febac
(cherry picked from commit b6339c05c52900cab13070ab45ca33ce5495bc05)
2024-06-11 18:17:08 +08:00
zorro.zhang
a84374ed3a
ENH: Reset MWPage When LoginStatus Change
...
JIRA: none
Change-Id: I145aa099e82f0d8a8052bd1d19d4e20d979027e9
2024-06-11 18:17:08 +08:00
chunmao.guo
867d9ce2aa
FIX: tunnel_mqtt not turn on by key_field_only
...
Change-Id: I87446cd709e6e324ea36962182e7fae1e977b0f5
2024-06-11 18:17:08 +08:00
zhou.xu
e6e9bcfb91
ENH:don't need translate char to WxString
...
jira: none
Change-Id: I94864bf9e09db8c748484937f0ca83cae1db024f
2024-06-11 18:17:08 +08:00
洋葱
1636bccbe3
ENH:revert modify the FTP upload directory to the root directory
...
Change-Id: I17578636865deaa82aba8535af3c7c3c0ca740ae
jira:[for ftp upload]
2024-06-11 18:17:08 +08:00
tao wang
2a1373f278
ENH:modify the FTP upload directory to the root directory
...
jira:[for ftp]
Change-Id: I4a6bb307cf45930284f54f4766bbca6fd7445c48
2024-06-11 18:17:08 +08:00
tao wang
ce7c150f84
NEW:allow downloading from the domain name of bblmw
...
jira:[import from mw]
Change-Id: I75a6b2973be59e4cbafd3ddbe6cdc24c97af30cf
2024-06-11 18:17:08 +08:00
tao wang
9920e3983e
ENH:get sound support through homeflag
...
jira:[for sound]
Change-Id: I92b176d0c6708eb69e1318f244382e72b679ec39
2024-06-11 18:17:08 +08:00
zorro.zhang
d94c87879d
ENH: Open Login Dialog When Open Model in MW
...
JIRA: none
Change-Id: I962e93570bfdb137a01b2ec64f963b347765faf0
2024-06-11 18:17:08 +08:00
Stone Li
c608239952
ENH: avoid crash when switching to cloud mode
...
JIRA: STUDIO-7083
Change-Id: Ic30025049e14d61726b189bd222ae600ea419243
Signed-off-by: Stone Li <stone.li@bambulab.com>
2024-06-11 18:17:08 +08:00
Kunlong Ma
3bafdb7e3c
FIX: fix the issue of display in Portuguese
...
JIRA: STUDIO-7056
Change-Id: I7ab3766a5dc0403b4401f1eda18aa17e67d845be
2024-06-11 18:17:08 +08:00
Kunlong Ma
18cf912528
FIX: Mispellings fixes
...
github: #4113
Change-Id: Ic499f2000165756e35b66454889911ce290372a8
2024-06-11 18:17:08 +08:00
zhimin.zeng
c12dbbd3c8
FIX: P series with old fireware modify the limit k value to 1
...
jira: 7215
Change-Id: I1b0d1a5931487f0fa2b7d66a4c224e33d3710c73
2024-06-11 18:17:08 +08:00
zhimin.zeng
5a850305c6
FIX: fix translate problem
...
jira: none
Change-Id: I63f9c9ac1a5b8a435426c4bad91a46abb630621d
2024-06-11 18:17:08 +08:00
Kunlong Ma
98255ad710
FIX: fix icons and text overlap
...
Change-Id: Id6fb4cc5d6baf70a168d4c35b851fd2f32496113
2024-06-11 18:17:08 +08:00
Kunlong Ma
3b6724d414
FIX: Fix the issue of buttons being blocked in Portuguese
...
JIRA: STUDIO-7056
Change-Id: I74876ad1bfa5cf5694664fa3bd2f62427d854691
2024-06-11 18:17:08 +08:00
zhou.xu
cc010d6593
ENH:translate texts
...
jira: none
Change-Id: Idce1a24bfb02174874ec5064e8dbe3367e0052c3
2024-06-11 18:17:08 +08:00
zhimin.zeng
d1dee95e93
FIX: modify the limit value of k to 1
...
jira: none
Change-Id: Ibb829c0d820ef63ec767e4591815d234d0c0ddc0
2024-06-11 18:17:08 +08:00
zhou.xu
515f947334
ENH:add an tip icon for assembly view
...
jira: STUDIO-7155
Change-Id: Ie9e4fa578c8aa5bda9ff771d82f396f8b51026bb
2024-06-11 18:17:08 +08:00
zhou.xu
a381dfa03c
FIX:ensure that it exists no lighting image data
...
every time you enter printed window and unify_deal_thumbnail_data
jira: STUDIO-7201
Change-Id: I5a72ab50a36a94fbc76c3c8ed10633e1d023398a
2024-06-11 18:17:08 +08:00
zhou.xu
91f445cfa2
FIX:roload obj for disk
...
jira: STUDIO-7202
Change-Id: I6726a21176dfc9f545b58c5fe9f2ebf623b012d6
2024-06-11 18:17:08 +08:00
zhimin.zeng
f8ee31e4ef
FIX: X1C should not litmit the k value size
...
github: 4168
Change-Id: Iaf0a5a2334debda3de41192b4ea17ebd0c0a3e09
2024-06-11 18:17:08 +08:00
chunmao.guo
c88a7c9068
FIX: not cache param Fields on WXGTK
...
Change-Id: Ied31478d738b3ac43e9cbe10888ebeab623a982a
Jira: STUDIO-6909
2024-06-11 18:17:08 +08:00
chunmao.guo
c023e1bd77
FIX: set initial size of param fields
...
Change-Id: I90a185c74a80526d7acf271351f8c86b522a4364
Github: 4147
2024-06-11 18:17:08 +08:00
chunmao.guo
d1e9b5bac2
FIX: crash in ParamsPanel msw_rescale
...
Change-Id: I01fc8b9504aa2f6f562ad698e09cc8249d5c2848
Jira: STUDIO-7161
2024-06-11 18:17:08 +08:00
SoftFever
98dc111d71
NEW:add tab key to change 3D to preview
...
jira:none
code is from OrcaSlicer,thanks for OrcaSlicer and SoftFever
commit 2a478ab4f9bdc1bc1fbc9dfadbb717df6e5a38a9
Author: SoftFever <softfeverever@gmail.com>
Date: Sat Aug 26 18:24:13 2023 +0800
post changes after merging BS1.7.4
Change-Id: Iec176023f6f8e4b93a3756a78e31f85b249d1dfa
2024-06-11 18:17:08 +08:00
zhimin.zeng
a4ba939452
FIX: crash when clicking go home without connecting printer
...
jira: 7003
Change-Id: I42af6b9b81f2aa624844468d3b800238a7349cf2
2024-06-11 18:17:08 +08:00
zhimin.zeng
f03dbdeb61
FIX: modify the max k value
...
jira: none
Change-Id: I739f58d4d80e557e1a320af38cc68d7d4e967577
2024-06-11 18:17:08 +08:00
Mack
e630c0672a
FIX: limit the m_thickness_min value to 0.01
...
jira:STUDIO-7173
github: #4151
Change-Id: I612e8e578683eba3e1cf987428722778a472e2fe
2024-06-11 18:17:08 +08:00
lane.wei
9b19dc9edd
ENH: CLI: add logic for backward compatible check
...
1. add logic for backward compatible check
2. add export_stls
JIRA: no-jira
Change-Id: If96ab225b9689e588fae7443e81a73d0872f7eb4
(cherry picked from commit db12cca05c8f60fdc717387253215e361ab29851)
2024-06-11 18:17:08 +08:00
lane.wei
ebe5392932
ENH: CLI: add no light thumbnail logic for CLI
...
previously lots of logic are missed
JIRA: no jira
Change-Id: I3beadbb78127049594614212e8f9a60633e73b56
(cherry picked from commit 8fe9b854fa58c302c56b4f84bd0db9c5d1a4b571)
2024-06-11 18:17:08 +08:00
zhou.xu
f70f528c6c
FIX:in 3d view ,it can also open the printing window
...
jira: none
Change-Id: Ic371926a8d8af3c9b9735c93a4285bcaf521cab1
(cherry picked from commit a6afbacdfcd01ce7c67b36c47ff3fc10419f3f71)
2024-06-11 18:17:08 +08:00
zhou.xu
82b131857f
FIX:updata_thumbnail_data is valid only in preview tab
...
jira: none
Change-Id: I70d6cc71154d0b1e3cc3a83d13b578731eae05a4
(cherry picked from commit aee85d72352c1073f69a756984170af62712e7ce)
2024-06-11 18:17:08 +08:00
zhou.xu
652986bbf1
FIX:exist empty ams in machine
...
Jira: none
Change-Id: I1d43de96e127466b233792325f0ed68b33bad8ac
(cherry picked from commit 7100ddd824427de93bb8e9416f3fa7090a6794c5)
2024-06-11 18:17:08 +08:00
zhou.xu
c248f81ba4
FIX: sync ams colors to m_cur_colors_in_thumbnail
...
jira: STUDIO-6793
Change-Id: I2f180f31f75eac8ea55db659370642721944cbbe
(cherry picked from commit 6b0ef9ba9fb62c0eef18d84f88309cd693564618)
2024-06-11 18:17:08 +08:00
zhou.xu
5ced03779b
FIX:fix abnormal pixel issue
...
Jira: none
Change-Id: Ia2a5a2edf17637338ff88c626294a29df3efde46
(cherry picked from commit 77ef554c94d4153ec3495a1c2b0bbab6b5714af1)
2024-06-11 18:17:08 +08:00
zhou.xu
e7a57325d9
NEW:add edge pixels deal in printed thumbnail
...
Jira: none
Change-Id: I4804034490729125b5d378ee5a74c1b32fd4355a
(cherry picked from commit 961f6cb27d83dc38670a693a583e1a05ec6af835)
2024-06-11 18:17:08 +08:00
zhou.xu
4a0d2c9094
NEW:update color calculation in printed thumbnails
...
Jira: none
Change-Id: Ied8dfd9d10b2dbf57629fc7c78f2c39add073f2e
(cherry picked from commit 6a8cf38a51778fbd054df3623454a97856b7de60)
2024-06-11 18:17:08 +08:00
zhou.xu
47c442a61e
NEW:add no light thumbnail
...
Jira: none
Change-Id: I3c0510dd4d7e444f1a6326b7a59a0ebd5e7aa410
(cherry picked from commit a3d8c36783716e24f39803a8c146a43b1014c092)
2024-06-11 18:17:08 +08:00
zhimin.zeng
8cfdca6e93
FIX: cannot slice when set object extruder is 0
...
jira: none
Change-Id: Idb6e01acc8ac7801331c3b6b4b0e64a23cc02208
2024-06-11 18:17:08 +08:00
zhimin.zeng
bef4655f7e
FIX: crash when generating text with thickness <= 0
...
github: 4122
Change-Id: I0fae6ea234ddb92ef2c2bec6e0f8f7555709ec4f
2024-06-11 18:17:08 +08:00
zhou.xu
6843ce1c3a
ENH:add log for text to image by font
...
jira: STUDIO-7101
Change-Id: I0765cc6d0ee2992cca68ba657d2987cd54b5bd7c
2024-06-11 18:17:08 +08:00
tao wang
20b0cba046
ENH:SD card printing using cloud service
...
jira:[for sdcard print]
Change-Id: I9b3f3cc5db1b5c1c63d4e9e016cdd81db6893b65
2024-06-11 18:17:08 +08:00
zhimin.zeng
46da98c432
FIX: add thread for load font
...
jira: none
Change-Id: Iba53e1cf55beb77acbdbd731f052940b55349b8f
2024-06-11 18:17:08 +08:00
zhimin.zeng
92e6de4961
FIX: add log for load font
...
jira: none
Change-Id: I30d652525bb2f6917a2ed6b59408fe93459ad4bf
2024-06-11 18:17:08 +08:00
zhou.xu
a89df79068
FIX:support mulitiple object to export one stl
...
jira: none
Change-Id: I641104d71453bb5b276f969234ef1476259fb09b
2024-06-11 18:17:08 +08:00
zhou.xu
e222dc21f4
ENH:SLICE_FAILED stats is more obvious
...
Jira: STUDIO-7051
Change-Id: I743caefa4eb454f36e8b4fb0fd519e6ab9139b29
2024-06-11 18:17:08 +08:00
Gabriel E. Dvoranen
b068e70e5c
Added pt_br translation on web part
...
Added brazilian portuguese translation to the web part.
Also added pt_br as a code safe language (but login doesn't work because of the url)
2024-05-31 15:19:39 +08:00
Bastien Nocera
e297122ec2
slic3r: Fix std::regex declaration
...
/run/build/BambuStudio/src/slic3r/GUI/Jobs/PrintJob.cpp: In member function ‘virtual void Slic3r::GUI::PrintJob::process()’:
/run/build/BambuStudio/src/slic3r/GUI/Jobs/PrintJob.cpp:291:22: error: ‘regex’ is not a member of ‘std’; did you mean ‘boost::regex’?
291 | std::regex pattern("_+");
| ^~~~~
2024-05-14 15:57:23 +08:00
lane.wei
6da90eedab
FIX: gizmo: fix missed point on plane feature
...
JIRA: no-jira
by haidiye
Change-Id: Ic287cdf77ef62dbe25e04d50280894075a45d697
2024-05-13 09:20:46 +08:00
zhou.xu
3c0082d8ec
FIX:missed point on plane feature
...
jira: none
Change-Id: I8f3399a1b26c877a82ab6cebb55658df07bc77a9
2024-05-13 09:20:46 +08:00
tao wang
f461f8bbb1
ENH:clear nozzle information
...
jira:[STUDIO-7050]
Change-Id: I15ca4973d09132ddb5cb5a56bedd795ba6976b27
2024-05-13 09:20:46 +08:00
Kunlong Ma
44c101a7f8
FIX: fix crash when switched the dpi
...
JIRA: STUDIO-7049
Fix studio crash caused by switching dpi when multi machine is not enabled
Change-Id: I8336de99800d81e3240023b0b35f379e91c251ac
2024-05-13 09:20:46 +08:00
liz.li
c5562423fd
FIX: calibration page text hidden in linux
...
jira: STUDIO-6264
Change-Id: If210abf64057eb2e9c2c5b11d41fa33f18684c72
2024-05-13 09:20:46 +08:00
tao wang
2e1bc51758
ENH:Clear the value of the previous nozzle type
...
jira:[for nozzle check]
Change-Id: I9a932b833fb07de6cb0a91abe6372b0e91f273f1
2024-05-13 09:20:46 +08:00
liz.li
476f15c208
FIX: can not parse json float in ES on macOS
...
jira: STUDIO-5889
Change-Id: I622f4b474c378d77b0e43d67a320f023be2d5811
2024-05-13 09:20:46 +08:00
liz.li
73b07f1e13
FIX: text hidden in calibration tab
...
jira: STUDIO-6264
Change-Id: I24fbc590638a3213d948a973422e010486113923
2024-05-13 09:20:46 +08:00
tao wang
3fe8d450d9
FIX:Fixed error in displaying the name of Bambu filaments
...
Change-Id: Ib42194c07b6eefe793eec81a588debc9d622d951
2024-05-13 09:20:46 +08:00
liz.li
6d0280da16
FIX: add can slice judgement in slice all plates processing
...
jira: STUDIO-6325
Change-Id: Ic7fb8cef000c03210bb77289a570ee6b60b6083e
2024-05-13 09:20:46 +08:00
chunmao.guo
65db1ef6e0
FIX: PrinterFileSystem report real connect error
...
Change-Id: Id6750cfa2a98fe8325ba677dabb606a0a701b495
2024-05-13 09:20:46 +08:00
zhou.xu
b02661e85f
FIX:add exit_gizmo before slice model
...
jira: STUDIO-5531
Change-Id: Icddc9d73b3d91bb68e9768d13e48cbae0680e58e
2024-05-13 09:20:46 +08:00
tao wang
9b9cf5f912
ENH:Unable to send printing without selecting a device
...
jira:[STUDIO-6850]
Change-Id: Ic537579727fd1618af364db93fce8fbbe4cd635a
2024-05-13 09:20:46 +08:00
maosheng.wei
a635619607
ENH: Configure CN domain name in Studio and use it for rating function
...
Jira: XXXX
Change-Id: I497f4c49e9f0e5bb005e90494dfd89c535ead2c3
(cherry picked from commit 56f25a14c5c1e6bf124c45bf3a23d1120fa89690)
2024-05-13 09:20:46 +08:00
chunmao.guo
981f626165
FIX: ERROR_RES_BUSY text
...
Change-Id: Ifde1a7b0c6ab915eb226c2072c46edd40f60cf9a
Jira: STUDIO-6436
2024-05-13 09:20:46 +08:00
xun.zhang
1ceaabea5c
FIX: wrong wipe tower when open 3mf file
...
1.wipe tower pos in 3mf was overwritten by default pos when opening 3mf
with a different printer profile.This patch fix it
jira: STUDIO-5890
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I12e5d4b80a0ad86194db0682c1763ba4a9492521
2024-05-13 09:20:46 +08:00
zorro.zhang
8434ba0c76
NEW: Add Makerworld CN domain
...
JIRA: none
Change-Id: I1325d1113f337f6915833fde9d772166984b1e4c
2024-05-13 09:20:46 +08:00
zhou.xu
e3fc46f121
FIX:add is_anti_parallel option for set_to_parallel api
...
jira: none
Change-Id: Ia49661e5dbb7b28e9b66da14b4960426d80df06b
2024-05-13 09:20:46 +08:00
Kunlong Ma
dbff3729a4
FIX: Incorrect multiplier, when the multiplier is set to below 1
...
github: #3987 #3805
1. In some languages that use commas as decimal points, setting multiplier below 1 will resolve to 0
2. Unable to save multiplier correctly
Change-Id: I62bc55e270929ebb5e910eb79c6f97106e842b93
2024-05-13 09:20:46 +08:00
Kunlong Ma
82952c49c7
FIX: fix some issue in multi machine
...
JIRA: STUDIO-6934 STUDIO-6888
1. Fix the issue of incomplete display caused by excessively long file names
2. Fix the issue of icon display being too large
3. Fix the issue of garbled Chinese characters in the task list
Change-Id: I36bc10bf2067f44aaa7e3651b58e526ea323c8ad
2024-05-13 09:20:46 +08:00
maosheng.wei
6497184248
FIX: some translation
...
github: #3961
Change-Id: I71f90e799c8c3512902118777d813789c38c3eae
2024-05-13 09:20:46 +08:00
chunmao.guo
92fac8d643
FIX: resend ttcode to printer on -90 error
...
Change-Id: I96dc45102a2759a9f1a0002f42c3a91b2c6b2d75
Jira: STUDIO-5947
(cherry picked from commit 97d687b7c88f8cd51b8eddd39120349d8eac42b1)
2024-05-13 09:20:46 +08:00
chunmao.guo
2d57111d0b
FIX: PrinterFileSystem::FileRemoved
...
Change-Id: I891aaa8d58ff379dc1ebd8581064865a33388f74
2024-05-13 09:20:46 +08:00
tao wang
932218e389
FIX:fixed incorrect display of printer options page on Linux
...
jira:[STUDIO-6220]
Change-Id: Id1f084658b0b340b7f17ab97ba82c0fd3ae83fae
2024-05-13 09:20:46 +08:00
tao wang
1bcf30c39c
FIX:filter the characters of model names in the model mall
...
jira:[STUDIO-6649]
If the model comes from model mall, the name from the mall will be used when sending and printing. When there are special characters in the name, it will cause the sending to fail.
Change-Id: I324441cc7177e7062b79280c5d23afe9eeb5e4c2
2024-05-13 09:20:46 +08:00
tao wang
9af43a2dfb
FIX:fixed display problems in Turkish
...
Change-Id: I518b4c6920ac353c5aaeaad1a4d17b501ba5b47a
2024-05-13 09:20:46 +08:00
zhou.xu
06be80bcd0
ENH:set the warning text to yellow in gizmos
...
jira: none
Change-Id: Iaf71528f5f877452dee579ce1c827f5eaa93e4c4
2024-05-13 09:20:46 +08:00
maosheng.wei
dc0df83393
FIX: [6469] popup dialog too mach when reload object
...
Jira: 6469
Change-Id: I4097e3a3b018c7a676fea93bf63f8f778bb3148b
2024-05-13 09:20:46 +08:00
zhou.xu
a5fb3ce6c6
ENH:render normal offset face and upgrade one button
...
upgrade assembly ui
jira: none
Change-Id: I76a2dbab1083a042fe95a027b7990e256327445b
2024-05-13 09:20:46 +08:00
zhou.xu
1be7b9f48e
ENH:only specified features can be selected in specified mode
...
jira: none
Change-Id: Ie8b229b671cbe9f5848154ca687aeb55b853f29e
2024-05-13 09:20:46 +08:00
maosheng.wei
7e53322477
ENH: Optimize the copywriting when exporting presets
...
Jira: XXXX
Change-Id: I9a7a0cf4ccb040dcfbecd242f54e6aea0f81bf86
2024-05-13 09:20:46 +08:00
chunmao.guo
25764ce9f6
FIX: PrinterFileSystem report real connect error
...
Change-Id: I99d6ff7f6dcb1f53ccf59854f5f19d0bd39fa9fc
Jira: none
2024-05-13 09:20:46 +08:00
zhou.xu
660b407742
ENH:add mz_zip_reader_extract_to_file_w api
...
to solove plugin install failed problem by special wide char
jira: none
Change-Id: Ic7d3efe3fdf852387650abf9df65803da9e46a60
(cherry picked from commit b68ad03717a63675fef2f3ef73d4058bf311adea)
2024-05-13 09:20:46 +08:00
Bastien Nocera
8e647d701c
slic3r: Fix missing BOOST_LOG_TRIVIAL declaration
...
[427/494] Building CXX object src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/FontUtils.cpp.o
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/FontUtils.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/webp -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -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/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/opencv4 -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/FontUtils.cpp.o -MF src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/FontUtils.cpp.o.d -o src/slic3r/CMakeFiles/libslic3r_gui.dir/Utils/FontUtils.cpp.o -c /run/build/BambuStudio/src/slic3r/Utils/FontUtils.cpp
/run/build/BambuStudio/src/slic3r/Utils/FontUtils.cpp: In function ‘std::unique_ptr<Slic3r::FontFile> Slic3r::create_font_file(const char*)’:
/run/build/BambuStudio/src/slic3r/Utils/FontUtils.cpp:127:27: error: ‘error’ was not declared in this scope; did you mean ‘perror’?
127 | BOOST_LOG_TRIVIAL(error) << "Couldn't open " << file_path << " for reading.";
| ^~~~~
| perror
[447/494] Building CXX object src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/TaskManager.cpp.o
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/TaskManager.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/webp -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/atk-1.0 -I/usr/include/fribidi -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gio-unix-2.0 -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/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/opencv4 -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/GUI/TaskManager.cpp.o -MF src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/TaskManager.cpp.o.d -o src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/TaskManager.cpp.o -c /run/build/BambuStudio/src/slic3r/GUI/TaskManager.cpp
In file included from /run/build/BambuStudio/src/slic3r/GUI/TaskManager.cpp:1:
/run/build/BambuStudio/src/slic3r/GUI/TaskManager.hpp: In member function ‘void Slic3r::TaskStateInfo::set_state(Slic3r::TaskState)’:
/run/build/BambuStudio/src/slic3r/GUI/TaskManager.hpp:40:9: error: ‘BOOST_LOG_TRIVIAL’ was not declared in this scope
40 | BOOST_LOG_TRIVIAL(trace) << "TaskStateInfo set state = " << get_task_state_enum_str(ts);
| ^~~~~~~~~~~~~~~~~
2024-04-26 08:46:02 +08:00
tao wang
7c8aa16d17
ENH:Added two entrances for adding devices
...
jira:[multi device]
Change-Id: Ieb6197e067d422979606f93b22b337a2399aec74
2024-04-25 20:57:09 +08:00
tao wang
7bf39fbbf1
NEW:add multiple printer restrictions
...
jira:[for multiple]
Change-Id: I0bb5a0c1062a543c42f8d67a9347efa358b0864a
2024-04-25 20:57:09 +08:00
zhou.xu
36b547cf2b
FIX:not init m_current_active_imgui_id in gizmo assembly
...
jira: none
Change-Id: I694f4fc54c2d6be7b4cc21265f00387d343dfb88
2024-04-23 20:07:49 +08:00
tao wang
71bbb371ba
ENH:update wiki url for Pin Code
...
jira:[pin code]
Change-Id: I95faaa396a839b5b159119ef235b650c76706a84
2024-04-23 20:07:49 +08:00
qing.zhang
c5bc499f4e
ENH: translation
...
Jira: none
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: If86ef981837146f9a198abf1ff1833364ee6dc6f
2024-04-23 20:07:49 +08:00
zhou.xu
50ccc926f5
ENH: enhance render assembly combox
...
jira: none
Change-Id: I84d83a8baf639ae609247928c457d6363bb84dc3
2024-04-23 20:07:49 +08:00
zhou.xu
f525c6ae35
FIX: add filament should reset ComboBox
...
jira: STUDIO-6937
Change-Id: Ifabd27d1d74369245edbb47b095fcd448b6626fc
2024-04-23 20:07:49 +08:00
zhou.xu
a446c7aae6
ENH:translate texts
...
jira: none
Change-Id: Ibb105e95bef7afb8fb620617e0bf16704148a10c
2024-04-23 20:07:49 +08:00
tao wang
b4003f1632
ENH:Subscription list deduplication
...
jira:[for mulit]
Change-Id: I10e9d849986c9661b587c7b1a509180c2451816e
2024-04-23 20:07:49 +08:00
tao wang
c5c0fa3303
FIX:fixed backspace error on macos
...
Change-Id: I76066391783c04857c1a60a6f8438111501b6d7c
2024-04-23 20:07:49 +08:00
tao wang
924ba50bfc
ENH:Set the default nozzle diameter to 0.4
...
jira:[for nozzle]
Change-Id: I74a5c9b0460046496b897eae3d9f917ac1b99052
2024-04-23 20:07:49 +08:00
liz.li
037f31e12d
FIX: air printing and nozzle blob detection issue
...
jira: STUDIO-6897
Change-Id: I008ddb24b74119d7e4124ae26310b4b86c42a799
2024-04-23 20:07:49 +08:00
Kunlong Ma
89c72781f8
FIX: error code pop-up window without retry button in some code
...
JIRA: STUDIO-6922
Change-Id: I67464bebaba4558618301592c455db8824bbfe30
2024-04-23 20:07:49 +08:00
Kunlong Ma
2e1bf04f65
ENH: translation
...
JIRA: none
Change-Id: I916e574df4dee363eb9a15bc44ab682242f79dbd
2024-04-23 20:07:49 +08:00
zhou.xu
0db285a2f7
NEW:split measure function to measure and assembly function
...
Jira: none
Change-Id: Id88ed94251ee51b64e7a1574862b269a2ff6358b
2024-04-23 20:07:49 +08:00
Kunlong Ma
1b4380a43d
FIX: the bug of incorrect button without restarting
...
JIRA: STUDIO-6824
The bug can cause the user to not restart when opening the multi-device option, but the button of send multi-devices appears
Change-Id: I0837fa79ecc1d8ab5ce98273ad134fa2f830421e
2024-04-23 20:07:49 +08:00
zhou.xu
a8965f7dcd
FIX:use default_strategy after modifed cluster number
...
jira: STUDIO-6915
Change-Id: I4e0c3d62f5a766f73d48d1e06c4364fc6babe1ac
2024-04-23 20:07:49 +08:00
zhou.xu
21de7a9b22
FIX:change the strategy of merge_ka_kd
...
Upgrade ui, users can directly ok to proceed to the next step
jira: STUDIO-6805
Change-Id: Ia81019c2eacb503666680c0b8583d026baa0134c
(cherry picked from commit 38a2434753c8e3b422267283b16c75f6ad195b14)
2024-04-23 20:07:49 +08:00
zhou.xu
e3407b3c17
NEW:import vertex and mtl color from obj file
...
Jira: STUDIO-6805
Change-Id: Iaacb13ee2451effdb83e5aba4b7fe1637b7fc95f
2024-04-23 20:07:49 +08:00
Stone Li
db98556fe8
ENH: use designTitle when designId > 0
...
JIRA: STUDIO-6072
Change-Id: I8342df053edeab16f930522e099e2eef91e5c5a4
Signed-off-by: Stone Li <stone.li@bambulab.com>
2024-04-23 20:07:49 +08:00
Kunlong Ma
60077e83e6
FIX: Clicking to continue printing does not take effect in error code
...
JIRA: STUDIO-6830
Detected an incomplete printing task error pop-up when power outage occurred. Clicking to continue printing did not take effect
Change-Id: Ie85a1602093dabac861cd1f41ea21e1c312c83e9
2024-04-23 20:07:49 +08:00
Kunlong Ma
2ab668db50
ENH: local task sort by send time by default
...
JIRA: STUDIO-6885
Change-Id: I03b5881a39ab2e90c5b9cf46052ba465ee707ccc
2024-04-23 20:07:49 +08:00
Kunlong Ma
57a807d7fc
FIX: Fix some bugs in maintaining the selected status of local tasks
...
JIRA: STUDIO-6824
Change-Id: I12c4da3fc56ac5077b3ccd7e89a4b57c3675eaf5
2024-04-23 20:07:49 +08:00
Kunlong Ma
32276788c7
FIX: fix ui bug in send multi machine page for mac
...
JIRA: STUDIO-6882
Incorrect background color when renaming during multi machine printing
Change-Id: I6c551f5023ffe747e7a7e2f5703b0707c9505922
2024-04-23 20:07:49 +08:00
tao wang
ab44e643bb
ENH:Play video after redirecting to device page
...
jira:[STUDIO-6884]
Change-Id: Ia5e2ac84e3d71baacfcf941b782dab2325f35d54
2024-04-23 20:07:49 +08:00
tao wang
984f88979f
FIX:fixed the task of padding cannot be cancelled
...
Change-Id: I401a22118c14ca7601be7a925cfd8e4796dfc1e9
2024-04-23 20:07:49 +08:00
tao wang
15b3fb3a54
FIX:fixed can't popup pinbind win on macos
...
jira:[STUDIO-6895]
Change-Id: I664bba78cf27420d736b586df19e3c09c6f8ed21
2024-04-23 20:07:49 +08:00
tao wang
c1376b76cb
ENH:update pre print options
...
jira:[for multi]
Change-Id: I2e9bb8a09436a71749af98a0bad94e9922f95c81
2024-04-23 20:07:49 +08:00
liz.li
2d6a75f557
FIX: all plates stats data missing issue
...
jira: new
Change-Id: I137a2b6d69ad08791f5a9a9788653621960dc63f
2024-04-23 20:07:49 +08:00
zorro.zhang
62a0ad5234
FIX: Resume Get Makerlab function
...
JIRA: none
Change-Id: Ifcde937d7c9a192984ee884a6cf77c5b2fd6ea38
2024-04-23 20:07:49 +08:00
zhimin.zeng
1bd02c6aa6
ENH: load more fonts
...
this feature is according to Prusa by Filip Sykala<filip.sykala@prusa3d.cz>, thanks to Filip Sykala
jira: none
Change-Id: I55e92f184f750c0b93b679d4382aaa5b164ec5c3
(cherry picked from commit d05522c4cc5d7ee4cac42de398b88d347a55f74b)
2024-04-23 20:07:49 +08:00
zhimin.zeng
b34cffa437
FIX: add more fonts
...
jira: none
Change-Id: I6bafed3563083858f29e92a3d84906a2e53dcb5c
(cherry picked from commit afbea693e807dcc1c406a59aa5376b9ea2a5d606)
2024-04-23 20:07:49 +08:00
tao wang
0c972155a6
ENH:add printable check for devices
...
Change-Id: I672988fa9cfa986d924bfc64331752f4aef68067
(cherry picked from commit 69de9e5b8334ec94eec7fcee31038b8ff42d1d3b)
2024-04-23 20:07:49 +08:00
tao wang
b424de749c
NEW:support pin code binding
...
Change-Id: Ida5d47881fbd83f3ffedc80369cfe377114d7f13
2024-04-23 20:07:49 +08:00
tao wang
1a7c32c984
FIX:fixed some multi job issue
...
Change-Id: I338078ad8fcf809888db9d8daeb470a9bf4eab46
2024-04-23 20:07:49 +08:00
Kunlong Ma
d7db83812f
NEW: support hms error code
...
Change-Id: Ic256a83cf501fb05bb9d3203f3d24cb1d1290fa4
2024-04-23 20:07:49 +08:00
Kunlong Ma
91ad448f00
FIX: fix Issues with sending multiple devices
...
JIRA: STUDIO-6876
Signed-off-by: Kunlong Ma <kunlong.ma@bambulab.com>
Change-Id: I33c6a932863fc715c3f0eb5dfd4b299f980a4918
2024-04-23 20:07:49 +08:00
Kunlong Ma
a8e7c63113
ENH: refine ui for multi machine
...
JIRA: STUDIO-6819 STUDIO-6824
1. Shrink the Send Print dialog box
2. add input box for flipping panel
Change-Id: I4174c79ecd239c374ee11478951e12be399c57ce
2024-04-23 20:07:49 +08:00
xun.zhang
2ff0581cdd
ENH: add filament id in slice info
...
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ic5fe4632bca8acacc9ffd072ee2ed207c1da37aa
2024-04-23 20:07:49 +08:00
Stone Li
e4288407b9
NEW: support multi device
...
JIRA: STUDIO-6072
Change-Id: Ic514c4097767b0a728368c9ea48ee103c031fbb0
Signed-off-by: Stone Li <stone.li@bambulab.com>
2024-04-23 20:07:49 +08:00
zhimin.zeng
11b7796faf
FIX: the status is not correct when change nozzle
...
jira: none
Change-Id: I8bb99c260234f07b8ef5bdc389e15a455770130b
2024-04-23 20:07:49 +08:00
xun.zhang
cf146f4fed
FIX: can't use support filament in gcode.3mf
...
1. Add total_filament_volumes, directly access it to get used filaments
github:#3865
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I4fae4f1947b4ebd16e394e0f3cf5fb0e9f979717
2024-04-23 20:07:49 +08:00
lane.wei
37d49a4bf5
FIX: CLI: fix the crash issue caused by get_min_flush_volumes
...
JIRA: no jira
Change-Id: I0d5bfd605e51ebddac8fddc4d83dab5055b0fbf2
2024-04-23 20:07:49 +08:00
zhimin.zeng
8bdda5afb9
FIX: the error display when reset virtual slot
...
jira: none
Change-Id: I5ae5899baf1bfc2aaadb832083b277855a669fd5
2024-04-23 20:07:49 +08:00
liz.li
c5d9b3a3a7
ENH: add nozzle blob detection and air printing detection
...
jira: new
Change-Id: Ie4a19a7ad7d0b10a021c516cbc3a84b4ae734302
2024-04-23 20:07:49 +08:00
Kunlong Ma
1957f3ed1e
FIX: fix can't enter ',' in multiplicator
...
github: #3805
Change-Id: I6dd70822d1c2e79d66c70514d6dd580ab029c7ea
2024-04-23 20:07:49 +08:00
zhimin.zeng
01fb301f6c
FIX: fix some cali problem of P series
...
jira: none
Change-Id: Id57ea8d65da22ab653cca49509cb923ff065e43f
2024-04-23 20:07:49 +08:00
zhou.xu
558eb037d9
FIX: active_inst is -1 cause crashed by "return" button
...
jira: none
Change-Id: I3ce1725b671c3dc5e7321385010b219b3af99e6f
2024-04-23 20:07:49 +08:00
tao wang
d14f37b00f
NEW:Update data only on device pages
...
jira:[STUDIO-6776]
Change-Id: I33b0c9f35c1dc6df2db3b6bd4f446f46b31ecf6c
2024-04-10 20:03:44 +08:00
xun.zhang
7ee6e62ec4
FIX: unable to map if filament not used in model
...
1.Fix filament can not map if it's not used in model body
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ibd2685ffd198b2e17dbf44289d0144b5b7c25788
2024-04-10 20:03:44 +08:00
zhou.xu
1804290caa
FIX:force_native_colol should be false in gizmo text
...
Jira: STUDIO-6778
Change-Id: Ib3b75ed3160f3ec41d3130cd37d14d77afc30f64
2024-04-10 20:03:44 +08:00
maosheng.wei
1938842ee2
ENH: When creating a custom Filament, use the system Filament type.
...
Jira: 6301
Change-Id: I1bfddcf43d2ebaebca4eb494d1f64165c3d59e9e
Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
2024-04-10 20:03:44 +08:00
maosheng.wei
c62d9b6674
FIX: fix not popping up a prompt when the temperature is set to 0
...
Jira: 6497
Change-Id: I6498fc6962e7da376d4c652dab0a99a161932eef
Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
2024-04-10 20:03:44 +08:00
andrewboktor
449cb0b27c
ENH: Full re-write of spiral vase
...
Github: 2744
* Practically full re-write of spiral vase
- Adds transition out to prevent sharp edge at the top of spiral vase.
- Adds XY interpolation
- Adds option to turn XY interpolation on/off
* - Increasing E to 5 decimal digits (I observed uneven flow with less than that)
- Excluding all travel moves (I saw a bug where somehow we ended up with travel moves within the print so excluding all travel moves)
* - max_xy_smoothing is now configurable, default is 200% of nozzle_diameter
- fixed no-op travel moves in the middle of spiral that now show up as defects when Smooth Spiral is enabled!
* - Avoiding namespace pollution
- Fixing dist_XY == 0 bug
---------
Co-authored-by: Andrew Boktor <aboktor@microsoft.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
Change-Id: I4e982b6192f730037ff497389454313af3905e82
2024-04-10 20:03:44 +08:00
zhou.xu
78327146cc
FIX:clear clip position when exit paint gizmo
...
Jira: STUDIO-6748
Change-Id: I2995bb17fdfc26453d8235b4c01a78449b2a085e
2024-04-10 20:03:44 +08:00
Alex Boyd
5c6b8812a5
ENH: display filament labels in "change filament" context menus
2024-04-09 08:19:56 +08:00
lane.wei
839db8ec94
ENH: sync the missed codes before
...
Change-Id: Idc79a0fe401f1c7fbf8825a28556286089b46d54
2024-04-08 19:50:03 +08:00
Stone Li
b364495e7e
FIX: fix hms display in tr language
...
JIRA: STUDIO-6743
1. fix display tr luanguage in home page
Change-Id: I672d46b1349078ab8e3fc59e124d2f583f09e8e9
Signed-off-by: Stone Li <stone.li@bambulab.com>
2024-04-08 19:50:03 +08:00
xun.zhang
609a133336
ENH: disable internal_bridge_support_thickness
...
1.In the new algorithm,we no longer use this param
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ie7660c0f9744cb1f33bce4fa1ccbfef06b3df712
2024-04-08 19:50:03 +08:00
xun.zhang
7116c5a7c5
ENH: add default params for long retraction
...
1. Only auto calculate flush when enabled
2. Add default params for long retraction
3. Disable filament override for unsupport machines
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ib5d51505b58101839527e944f9a237483951f9fe
2024-04-08 19:50:03 +08:00
xun.zhang
081ac40f38
ENH: readd ensure vertical thickness option
...
1.The new algorithm still generate unnessary infill some time.
So we readd the option
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I65fdd58e19db85582d89facb5038adf8e87f299a
2024-04-08 19:50:03 +08:00
zhimin.zeng
43f766a462
FIX: P1P/S can not modify the k value in old version
...
jira: 6745
Change-Id: I5c9dffe8e998213e6af6e1d01a6b0ae82521e8db
2024-04-08 19:50:03 +08:00
zhimin.zeng
300b3b77c1
FIX: do not need reset bed_type for pa calibration
...
jira: none
Change-Id: I411064cf14d94a9bd1f0f6668ee23aa10d372f3d
2024-04-08 19:50:03 +08:00
zhou.xu
d02f9561a8
FIX:not need deal SINKING logic in assembly view
...
jira: STUDIO-6730
Change-Id: Idca375293377ec219f79873d29e963b50cafa8df
2024-04-08 19:50:03 +08:00
enricoturri1966
c211a9c53a
FIX:rotate model volume use world coordinate system by default
...
jira:STUDIO-6730
most of code is from PrusaSlicer,thanks for PrusaSlicer and enricoturri1966
commit 7f6f5dab83db71d165959f48a27c952c258812fb
Author: enricoturri1966 <enricoturri@seznam.cz>
Date: Tue Oct 12 11:07:31 2021 +0200
Tech ENABLE_WORLD_COORDINATE - Gizmo rotate oriented in dependence of the selected coordinate system
Change-Id: Ia3691a848ef2c4dd4dde5d84289f482f8874956f
2024-04-08 19:50:03 +08:00
xun.zhang
b0ed0c44ae
ENH: add wiki links
...
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I72409d6c6617772ab98826513533d3f5b5f02380
2024-04-08 19:50:03 +08:00
liz.li
7ec14b3f63
ENH: add support for gcodeviewer statistics
...
jira: new
Change-Id: Ied6d61e8c48ac82daf16579d9caed9723cf8e29d
2024-04-08 19:50:03 +08:00
zhou.xu
469a431869
FIX:need update first.feature when at same model object
...
due to ensure on bed
Jira:STUDIO-6712
Change-Id: Ie3090444f430347ef8097f2026f41ef92c43bdff
2024-04-08 19:50:03 +08:00
Arthur
eb50f3ee58
FIX: auto arranging gets wrong object height
...
obj->bounding_box().size() is not the real object size if the object has been rotated.
jira: STUDIO-5999
Change-Id: I6553d4c990696efd674e3e57063802127d5d5282
(cherry picked from commit 479ea9fb02f55d24f27c94633f3d852bd5c62c83)
2024-04-08 19:50:03 +08:00
zhou.xu
5a63200c02
FIX:height range cut = volume_count * 2
...
Jira: none
Change-Id: I539c2f9cda7985b4b3c318ca8aa1eb7c52fdce82
2024-04-08 19:50:03 +08:00
zorro.zhang
c11d3c5110
FIX: Homepage bug when network disconnect
...
JIRA: none
Change-Id: I93bb0028332fb167bacabf9b5dc285c73e1870d8
2024-04-08 19:50:03 +08:00
zhou.xu
4cb8bac4e2
FIX:allow some case to modify distance
...
Code fallback:reload scene
in 3D view GLVolume::explosion_ratio = 1.0
hide "Edit to scale" icon
Jira:STUDIO-6727
Change-Id: Ib7079077f5b39930891869af618b93861f3aa178
2024-04-08 19:50:03 +08:00
zhou.xu
9eade7a3ad
FIX:use error feature and so on
...
Jira: STUDIO-6717 STUDIO-6712 STUDIO-6717
Change-Id: I1c44c5ba44f591a89e6862015ca3ae4d6ed9218d
2024-04-08 19:50:03 +08:00
Stone Li
d6d7d90d2e
NEW: support turish language
...
JIRA: STUDIO-6688
Change-Id: I451119a8c9e24d5f52a1046c05f4d20b18852582
Signed-off-by: Stone Li <stone.li@bambulab.com>
2024-04-08 19:50:03 +08:00
xun.zhang
abb2356e6e
ENH: refine long retraction ui
...
1. associate button display logic
2. Add valid range tip
3. seperate the printer into three types
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ie14c8746eb20456dacd5c129a5449c1e7c7db372
2024-04-08 19:50:03 +08:00
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
zorro.zhang
f65ab131d1
ENH: Greatly improve UI/UX of the home page
...
JIRA: none
Change-Id: Ibaac520b789ceb8c0dbd05ab0452209bc0ca9be9
2024-04-08 19:50:03 +08:00
qing.zhang
41c71a6aac
ENH: limit slope start height range
...
Jira: 6654
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I9dd45022e1350ace220901e70822d27773817221
2024-04-08 19:50:03 +08:00
zhimin.zeng
309010fff2
ENH: add precise_z_height
...
jira: none
Change-Id: Idb9fcf0063e773f1531a49961478460b91ded10f
2024-04-08 19:50:03 +08:00
chunmao.guo
708342effd
FIX: enable resumed read only Field
...
Change-Id: Id09e671932458699c020f0a061d8cfc11a6958ab
Jira: STUDIO-6641
2024-04-08 19:50:03 +08:00
xun.zhang
5b834000f6
ENH: refine retraction before cut
...
1. Add filament retraction before cut control
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ifcb087c9791c0461b793ef811b21ebd4c007d880
2024-04-08 19:50:03 +08:00
xun.zhang
3d75210ad1
ENH: port of new infill algorithm from prusa
...
1. initial port of new ensure vertical thickness algorithm from prusa
2. initial port of new internal bridge algorithm from prusa
3. readd interface shell
Based on prusa commit 11c0e567a68979e96085b3763a76464cb793ea12
and commit f8e7d1b01c114b4d45f9e221c6b5bb935065d650
Thanks prusa.
original author:
PavelMikus <pavel.mikus.mail@seznam.cz>
Vojtech Bubnik <bubnikv@gmail.com>
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I0d36be065a29cf87315918d720f726975a43ef9f
2024-04-08 19:50:03 +08:00
maosheng.wei
a90f0eda97
FIX: Remove user ID and other information
...
Jira: XXXX
Change-Id: Ia63ec88a335d88fd40a29952abe6d40d8991efee
2024-04-08 19:50:03 +08:00
chunmao.guo
2c1b0d6510
FIX: PrinterFileSystem: retry connect on user action
...
Change-Id: I3e8902298385ed2e5906fd15d1817b6e33522a76
Jira: STUDIO-6354
2024-04-08 19:50:03 +08:00
chunmao.guo
b9061b6fb6
ENH: hide tuck did
...
Change-Id: I9021d3f51c9a73bc9208b479f96b1ddbe7a2f8f8
Jira: none
2024-04-08 19:50:03 +08:00
zhimin.zeng
2e426c8f96
FIX: Can't edit text
...
github: 3750
Change-Id: I1caecaa968e60cadcdbe9f7aa67cba141bb88230
2024-04-08 19:50:03 +08:00
zhou.xu
11d711bc4b
FIX: add query_real_volume_idx_from_other_view api
...
Jira: STUDIO-6545
Change-Id: Ib8216981c5d2945a0221a5caa1fbc14ed74e930b
2024-04-08 19:50:03 +08:00
zhou.xu
fa53be3736
NEW:add measure gizmo in assemble view
...
Jira: STUDIO-6545
Change-Id: I83b85f26305754c99088abb81fe568619151d32f
2024-04-08 19:50:03 +08:00
zhou.xu
9c10410f19
FIX:GLWipeTowerVolume's render should inherit parent class
...
Jira: STUDIO-6545
Change-Id: Iee9a7e7cc93785e736e56760640c8315af472c6a
2024-04-08 19:50:03 +08:00
zhou.xu
8c95aca226
NEW:add "face and face assembly" function
...
Jira: STUDIO-6545
Change-Id: I1091b8a4f27a54b26761cd369462813fb0055572
2024-04-08 19:50:03 +08:00
enricoturri1966
8b04ecb7b1
FIX: layer Times in preview showed wrong color
...
Jira: STUDIO-6612
code is from PrusaSlicer,thanks for PrusaSlicer and enricoturri1966
commit 3ce2d3a700ef215b37faef273f54be5619b9d642
Author: enricoturri1966 <enricoturri@seznam.cz>
Date: Wed Apr 13 15:27:46 2022 +0200
#8176 - Tech ENABLE_USED_FILAMENT_POST_PROCESS - Fixes used filament data exported to gcode file not taking in account custom gcode
Change-Id: Iafceb6c88f2a8b7ce1f2a34d2b392bf7a390d52f
2024-04-08 19:50:03 +08:00
enricoturri1966
818c7a345a
ENH: Rotate around the center of the bounding box
...
jira:none
code is from PrusaSlicer,thanks for enricoturri1966 and PrusaSlicer
commit dcec7a8ad40eaad72789f6dba15cafc94664119f
Author: enricoturri1966 <enricoturri@seznam.cz>
Date: Tue Feb 28 08:08:56 2023 +0100
Fixed Rotate Gizmo orientation for mirrored objects + ensure that instances and volumes always rotate as rigid body
Change-Id: I359d15814a6411bbd6bcb753661388bb5e6fb513
2024-04-08 19:50:03 +08:00
zorro.zhang
82775a1a59
ENH: Optimize Some Feature
...
1, Show/Hide OnlineModels When Quick Switch in Perference
2, Fix New Tag show of Left Menu
JIRA: none
Change-Id: Ie52c5b4a178d049259f9762c05dfb3decc5b5ca9
2024-04-08 19:50:03 +08:00
zhou.xu
d9e47bd9a9
NEW:add move and rotate gizmo in assemble view
...
Jira: STUDIO-6545
Change-Id: I30ab8155f5288953b36cd9a301ce3596d6edc0c6
2024-04-08 19:50:03 +08:00
Bastien Nocera
6e72c604ea
slic3r: Fix std::regex declaration
...
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/CalibrationWizardPresetPage.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/GUI/CalibrationWizardPresetPage.cpp.o -MF src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/CalibrationWizardPresetPage.cpp.o.d -o src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/CalibrationWizardPresetPage.cpp.o -c /run/build/BambuStudio/src/slic3r/GUI/CalibrationWizardPresetPage.cpp
/run/build/BambuStudio/src/slic3r/GUI/CalibrationWizardPresetPage.cpp: In lambda function:
/run/build/BambuStudio/src/slic3r/GUI/CalibrationWizardPresetPage.cpp:321:18: error: ‘regex’ is not a member of ‘std’; did you mean ‘boost::regex’?
321 | std::regex decimalRegex(expression);
| ^~~~~
2024-04-01 08:54:23 +08:00
Bastien Nocera
a89e54ab4f
slic3r: Fix missing wxDisplay declaration
...
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/WebGuideDialog.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/GUI/WebGuideDialog.cpp.o -MF src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/WebGuideDialog.cpp.o.d -o src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/WebGuideDialog.cpp.o -c /run/build/BambuStudio/src/slic3r/GUI/WebGuideDialog.cpp
/run/build/BambuStudio/src/slic3r/GUI/WebGuideDialog.cpp: In member function ‘bool Slic3r::GUI::GuideFrame::run()’:
/run/build/BambuStudio/src/slic3r/GUI/WebGuideDialog.cpp:919:36: error: ‘wxDisplay’ has not been declared
919 | int main_frame_display_index = wxDisplay::GetFromWindow(wxGetApp().mainframe);
| ^~~~~~~~~
2024-04-01 08:54:23 +08:00
Bastien Nocera
7eeca13b51
slic3r: Fix missing wxColourData declaration
...
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/Auxiliary.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/GUI/Auxiliary.cpp.o -MF src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/Auxiliary.cpp.o.d -o src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/Auxiliary.cpp.o -c /run/build/BambuStudio/src/slic3r/GUI/Auxiliary.cpp
In file included from /run/build/BambuStudio/src/slic3r/GUI/ConfigManipulation.hpp:12,
from /run/build/BambuStudio/src/slic3r/GUI/Tab.hpp:35,
from /run/build/BambuStudio/src/slic3r/GUI/Auxiliary.cpp:1:
/run/build/BambuStudio/src/slic3r/GUI/Field.hpp:433:5: error: ‘wxColourData’ does not name a type; did you mean ‘wxColourBase’?
433 | wxColourData* m_clrData{nullptr};
| ^~~~~~~~~~~~
| wxColourBase
2024-04-01 08:54:23 +08:00
Bastien Nocera
b1f20e6ece
slic3r: Fix missing wxWidgets declarations
...
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/Gizmos/GLGizmoAdvancedCut.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/GUI/Gizmos/GLGizmoAdvancedCut.cpp.o -MF src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/Gizmos/GLGizmoAdvancedCut.cpp.o.d -o src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/Gizmos/GLGizmoAdvancedCut.cpp.o -c /run/build/BambuStudio/src/slic3r/GUI/Gizmos/GLGizmoAdvancedCut.cpp
/run/build/BambuStudio/src/slic3r/GUI/Gizmos/GLGizmoBase.hpp:203:33: error: ‘wxMouseEvent’ does not name a type
203 | virtual bool on_mouse(const wxMouseEvent &mouse_event) { return false; }
| ^~~~~~~~~~~~
In file included from /run/build/BambuStudio/src/slic3r/GUI/GLCanvas3D.hpp:12,
from /run/build/BambuStudio/src/slic3r/GUI/Gizmos/GLGizmoAdvancedCut.cpp:3:
/run/build/BambuStudio/src/slic3r/GUI/Gizmos/GLGizmosManager.hpp:148:5: error: ‘wxTimer’ does not name a type
148 | wxTimer m_timer_set_color;
| ^~~~~~~
/run/build/BambuStudio/src/slic3r/GUI/Gizmos/GLGizmosManager.hpp:149:29: error: ‘wxTimerEvent’ has not been declared
149 | void on_set_color_timer(wxTimerEvent& evt);
| ^~~~~~~~~~~~
2024-04-01 08:54:23 +08:00
Bastien Nocera
61aaaa8432
slic3r: Fix missing chrono declaration
...
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/Gizmos/GLGizmoAdvancedCut.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/GUI/Gizmos/GLGizmoAdvancedCut.cpp.o -MF src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/Gizmos/GLGizmoAdvancedCut.cpp.o.d -o src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/Gizmos/GLGizmoAdvancedCut.cpp.o -c /run/build/BambuStudio/src/slic3r/GUI/Gizmos/GLGizmoAdvancedCut.cpp
In file included from /run/build/BambuStudio/src/slic3r/GUI/Gizmos/GLGizmoAdvancedCut.hpp:4,
from /run/build/BambuStudio/src/slic3r/GUI/Gizmos/GLGizmoAdvancedCut.cpp:2:
/run/build/BambuStudio/src/slic3r/GUI/Gizmos/GLGizmoBase.hpp:148:10: error: ‘chrono’ in namespace ‘std’ does not name a type
148 | std::chrono::system_clock::time_point start;
| ^~~~~~
2024-04-01 08:54:23 +08:00
Bastien Nocera
400ba6252b
slic3r: Fix wxTimer declaration
...
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/GLCanvas3D.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/GUI/GLCanvas3D.cpp.o -MF src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/GLCanvas3D.cpp.o.d -o src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/GLCanvas3D.cpp.o -c /run/build/BambuStudio/src/slic3r/GUI/GLCanvas3D.cpp
In file included from /run/build/BambuStudio/src/slic3r/GUI/GLCanvas3D.hpp:12,
from /run/build/BambuStudio/src/slic3r/GUI/GLCanvas3D.cpp:2:
/run/build/BambuStudio/src/slic3r/GUI/Gizmos/GLGizmosManager.hpp:148:5: error: ‘wxTimer’ does not name a type
148 | wxTimer m_timer_set_color;
| ^~~~~~~
/run/build/BambuStudio/src/slic3r/GUI/Gizmos/GLGizmosManager.hpp:149:29: error: ‘wxTimerEvent’ has not been declared
149 | void on_set_color_timer(wxTimerEvent& evt);
| ^~~~~~~~~~~~
2024-04-01 08:54:23 +08:00
lane.wei
1f9b56f9f1
FIX: fix the spell error which cause linux bootup fail
...
JIRA: no-jira
Change-Id: Iedb805dc6728310208e8830cc34509c92bfbbb39
2024-03-25 21:38:58 +08:00
zorro.zhang
59f8b6e669
FIX: Disable OnError PopDialog When Html Load Fail
...
JIRA: none
Change-Id: I7c3f6fa8bcaa592aa00f4ca1dc5a42e1ef1e8124
2024-03-25 20:30:57 +08:00
zorro.zhang
a2ba70fe62
ENH: Important issue update
...
1, Reset Whole PageInfo when Country Change
2, Disable Makerlab list when Country is China
3, Disable Ctrl+ HotKey in WebPage
JIRA: none
Change-Id: I8622dc6d5b340ee26910b059fef49e3062ca65ff
2024-03-25 20:30:57 +08:00
Kunlong Ma
8c4773d7fc
FIX: filling bed fails if the bed is already full
...
JIRA: STUDIO-6490
Signed-off-by: Kunlong Ma <kunlong.ma@bambulab.com>
Change-Id: I71b5a01a95cdffef7c0750e6347fa8911dcd781d
2024-03-25 20:30:57 +08:00
zorro.zhang
ea82c35a03
NEW: Disable MWList Before UserGuide Finish
...
JIRA: none
Change-Id: Id2e71053bddeb02e75b93b6588ff548fe1b5635d
2024-03-25 15:29:19 +08:00
liz.li
7641be0569
FIX: implicitly set spiral vase config for objects just loading
...
jira: 6514
Change-Id: I04bb2b1abeb62d4dfff4e526b723b1cf1bd5fd7f
2024-03-25 15:29:19 +08:00
liz.li
58c1dd9c98
ENH: add wiki url for Plate Settings Tab
...
jira: new
Change-Id: If1489eafeb10e7096c3ae49832c68921d3cfad6f
2024-03-25 15:29:19 +08:00
liz.li
9f4b77da41
FIX: calibration page button broken display issue
...
jira: STUDIO-3913
Change-Id: I2fd488e829d898b7d81d09db814ed6518f0c54a8
2024-03-25 15:29:19 +08:00
zorro.zhang
3040816e3a
FIX: Left WebView Not Display
...
JIRA: none
Change-Id: Id9578ca0155a7db70e2543c5848e808b7bc93354
2024-03-25 15:29:19 +08:00
xun.zhang
46f9334795
ENH: add some translations
...
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ia7bb54f8c792bebd012d2caa5224abc0b922d433
2024-03-25 15:29:19 +08:00
zhou.xu
b412cba589
FIX:mesh is not unique After copied
...
Jira: STUDIO-6643
Change-Id: I3189bd2200fdc98e3565a91c0a34837eae749528
2024-03-25 15:29:19 +08:00
maosheng.wei
a5a944aae4
ENH: change the parameter link to Chinese in Chinese environment
...
Jira: XXXX
Change-Id: I97941dc8d0fe1c2544c3000d9e571d5ce2f88862
2024-03-25 15:29:19 +08:00
七喜
61f8004acd
NEW:revert hms error code
...
Change-Id: Ib5cc8bb8b8ced0f70d5bbe4751a1f97258218c6f
2024-03-25 15:29:19 +08:00
liz.li
b0330dff36
FIX: do not check spiral vase mode config if an object is loaded
...
jira: STUDIO-6514
Change-Id: Ib44ec8322ff178b5765f7fe94b588aa38339691d
2024-03-25 15:29:19 +08:00
liz.li
f26df7e6ae
FIX: no need to set spiral vase again if it's already eanbled
...
jira: 6516
Change-Id: I58e44001ebad9581c1a133c20a1beaa7d880b151
2024-03-25 15:29:19 +08:00
tao wang
6c12b711fa
FIX:fix crash when there is no desgin data
...
jira:[STUDIO-6630]
Change-Id: I3dfc66164e8f20d564b9f639f72d6ae221722977
2024-03-25 15:29:19 +08:00
xun.zhang
5e03cb3024
FIX: wrong role cache in wipe tower
...
1. Add wipe tower role cache in GCodeProcessor result
2. Add wiki link for prime tower
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ia766c7218df68fb1ffba567af193d6bfecacf588
2024-03-25 15:29:19 +08:00
Leon Fisher-Skipper
0cd8e00df3
NEW:reducing purge through retracting filament
...
1.reducing purge through retracting filament.Currently only
applicable to X&P series
github: PR#3100
Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: Ie328039872e50e699dc5e5082fa99f68ac5f5fd1
2024-03-25 15:29:19 +08:00
tao wang
74f60c47ef
FIX:fix the v tray's filament unload logic
...
jira:[STUDIO-6627]
Change-Id: I34420bc4d1d27b6b36defb9852bba2eaf77fdcf2
2024-03-25 15:29:19 +08:00
Kunlong Ma
179191eefe
FIX: used filament character occlusion in multilingual
...
JIRA: SUTDIO-6587
Signed-off-by: Kunlong Ma <kunlong.ma@bambulab.com>
Change-Id: I68940a4237b0e952cee85c2c01886b52c144cfbc
2024-03-25 15:29:19 +08:00
zhou.xu
d7ab35000a
FIX:fix bug of hit_different_volumes
...
and color xyz lable in same volume
Jira:none
Change-Id: If926efaa6d2280b1ea7789cc91bf9e3a8de839b7
2024-03-25 15:29:19 +08:00
liz.li
085ad18a81
FIX: custom layer sequence from End to End comboBox display issue
...
jira: new
Change-Id: I413cd5896d7e921f2c7c03b91b08788fefb9a4f3
2024-03-25 15:29:19 +08:00
zhou.xu
fa757b96d9
FIX:confirm all break when repairing manifold edge
...
Jira: STUDIO-6308
Change-Id: I804ccc230b02193d890e36d3690e38e6300aef16
2024-03-25 15:29:19 +08:00
Kunlong Ma
61c7b41cca
FIX: auto-calculate flushing volumes
...
JIRA: STUDIO-6547
FIX the first modification of consumable color after synchronizing filaments, without automatically calculating the flushing volumes
Signed-off-by: Kunlong Ma <kunlong.ma@bambulab.com>
Change-Id: I2bc76a29afde5241d100cc42a5161db0f9b901c4
2024-03-25 15:29:19 +08:00
zorro.zhang
02d228d447
NEW: Some Feature
...
1, Add Language in UserAgent of Webview
2, open online model with recommand or browse Param
3, optimize some UI
JIRA: none
Change-Id: I96a4864ab48e51f5213e43971d276737df12e94d
2024-03-25 15:29:19 +08:00
maosheng.wei
eb9c334c27
FIX: [6510] set nozzle temp incorrectly when popup AMS Setting
...
Change-Id: I898f0b94794a3d67017b1917ce196c4019f5eb4a
2024-03-25 15:29:19 +08:00
maosheng.wei
f9cbb9abb4
ENH: [6510] enh save user preset logic
...
Jira: 6510
Change-Id: Ide0328253bb4cfd4c761bb2569c246515dee65c2
Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
2024-03-25 15:29:19 +08:00
liz.li
83fda76852
FIX: gizmotext thickness value clamp to a range
...
jira: new
Change-Id: Ie64c1d95fdf067980d194d1ba12affbf1a76d6e0
2024-03-25 15:29:19 +08:00
zhou.xu
26b72e36c3
FIX:array bound in m_font_names array
...
and confirm selected model_object at corresponding plate
Jira: STUDIO-6548
Change-Id: I3c2927305fc9007918deb83e5a38734427eaf30f
2024-03-25 15:29:19 +08:00
zhou.xu
5aae2f9252
FIX:hide unnecessary display in measure gizmo
...
Jira: STUDIO-6606
Change-Id: I0a5f1ce358c11aaf6d5d8213de4f41f872df487b
2024-03-25 15:29:19 +08:00
Noisyfox
ad89f63fce
ENH: Merge Scarf seam method from orca
...
Jira:none
BBL:Merged scarf seam and
add imorovemnt to improve seam on defalue setting
--as default setting wipe before rectract get good seam on end
--clip slope at start and end
--clip more on inner wall slope start than outer wall
--slowdown slope speed to get better sea
--todo-slope path had error double dE
reduce it could improve seam,but slope could not stick well.
--check slope path overhang and avoid it while on conditional scarf mode
Co-authored-by: qing.zhang <qing.zhang@BambuLab.com>
Change-Id: I583a1c25e534b2aa5c9d710dcf207aefbea64347
2024-03-25 15:29:19 +08:00