xun.zhang
2e243b3e76
FIX: missing flush for small purge length
...
1.Caused by round(), if purge volume is small, flush count may be 0 due
to round()
Github:#4738
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I382ab3021761c2fcc84d3537a18bd619637985b8
2024-09-18 21:27:27 +08:00
xun.zhang
43e4569f55
FIX: can't merge paths with different attributes
...
jira:NONE
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I0c853de6b1938c7e2addbaab5a45b35daf5a32fa
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
lane.wei
77130cf68d
FIX: CLI: don't auto arrange when printer not changed
...
JIRA: no-jira
Change-Id: I8745540c06c1f9c74bfe8e32247ca3a18ba26365
2024-09-18 21:27:27 +08:00
lane.wei
114a3e157b
ENH: CLI: refine the sequence_print check logic in downward_check
...
JIRA: no-jira
Change-Id: I7995f083346f49e2ed4554d9859c5f08ba8d292f
2024-09-18 21:27:27 +08:00
xun.zhang
95d9d846c6
FIX: remove white space in line end
...
jira:NONE
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I833c2e84ba58919de5eb8f20c7f93919b180dadc
2024-09-10 08:18:43 +08:00
ziehmon
ce669e421d
ENH: support spiral lift with timelapse gcode
...
The existing implementation did only read the new Z position from the injected timelapse_gcode and flagged the position as unsafe because of this.
This change reads X, Y and Z pos from the timelapgse_gcode and will keep the position state correct to enable safety checks required for using spiral Z hop.
Because of this, spiral Z hop can be used everyhwere now. The same pattern is also applied for layer_change/toolhead gcode injection.
The set_current_position_clear method is unused but will be kept in implementation for future scenarios.
2024-09-09 19:31:19 +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
Bastien Nocera
07fbb1f7f5
Fix missing BOOST_LOG_TRIVIAL declaration
...
/run/build/BambuStudio/src/libslic3r/Flow.cpp: In static member function ‘static float Slic3r::Flow::rounded_rectangle_extrusion_spacing(float, float)’:
/run/build/BambuStudio/src/libslic3r/Flow.cpp:194:27: error: ‘error’ was not declared in this scope; did you mean ‘nlohmann::detail::cbor_tag_handler_t::error’?
194 | BOOST_LOG_TRIVIAL(error)<< __FUNCTION__ << boost::format("negative extrusion : width %1% height %2%") % width % height;
| ^~~~~
| nlohmann::detail::cbor_tag_handler_t::error
2024-09-06 15:08:20 +08:00
Bastien Nocera
93e2d68412
Fix missing std::thread declaration
...
/run/build/BambuStudio/src/libslic3r/PerimeterGenerator.cpp: In function ‘double Slic3r::random_value()’:
/run/build/BambuStudio/src/libslic3r/PerimeterGenerator.cpp:31:76: error: ‘thread’ is not a member of ‘std’
31 | thread_local std::mt19937 gen(rd.entropy() > 0 ? rd() : std::hash<std:🧵 :id>()(std::this_thread::get_id()));
| ^~~~~~
/run/build/BambuStudio/src/libslic3r/PerimeterGenerator.cpp:15:1: note: ‘std::thread’ is defined in header ‘<thread>’; did you forget to ‘#include <thread>’?
14 | #include "libslic3r/AABBTreeLines.hpp"
+++ |+#include <thread>
15 | static const int overhang_sampling_number = 6;
2024-09-06 15:08:20 +08:00
qing.zhang
819de9ccad
FIX: SSDA cause arachne print fail
...
Jira: none
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ibf75f66db1edaad7cb1b45f999751143442869fc
2024-08-28 21:38:54 +08:00
lane.wei
172ec282dc
FIX: CLI: check enable_prime_tower also when checking wipe tower
...
JIRA: MAK-4101
Change-Id: Ida2f4ef2e95a1ae39cbfd73f996ff063e51dd59e
2024-08-28 21:38:54 +08:00
tao wang
da286c4662
ENH:add hungarian language
...
Change-Id: I5d7e4decc25c3c6be0cf0d7530685f7d290b2b91
2024-08-26 17:23:33 +08:00
qing.zhang
85ba19f4f9
FIX: not set too short line speed and not apply error wall
...
Jira: none
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I7b92833d789731b1f30d1ec82f8e7e74036f6bd7
2024-08-26 17:23:33 +08:00
tao wang
a3a8db76e3
ENH:Update some translations
...
Change-Id: Ia320aa8dc1a13ffa95010a05afb0b7c45075b47e
2024-08-26 17:23:33 +08:00
qing.zhang
1f37581b28
FIX: exit will apply speed params
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I0222356a93097ed0e4e2abbcbc2458617609e666
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
xun.zhang
18eeba6e7a
FIX: negative width in spacing function
...
JIRA:NONE
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ie84ff1b6ca3faac733c004def484401872c707ff
(cherry picked from commit b1bd0738f78c4e253fd34d39fa32e0dcf959f418)
2024-08-26 17:23:33 +08:00
lane.wei
2d4655e780
FIX: CLI: fix an exception when parsing scale params
...
github: https://github.com/bambulab/BambuStudio/issues/4628
Change-Id: I29f1f8e605c12a92b140e53b6b894a0a676f3588
2024-08-26 17:23:33 +08:00
lane.wei
62b98f783d
ENH: network: refine current path logic
...
only use the same path as binary for current path
JIRA: STUDIO-7875
Change-Id: I5523e3b7e20b0f24de50c8d295f54b984693165a
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
SeaRyanC
70a0f0a447
ENH: C++11 random number generator for fuzzy skin
...
Github: 4253
Change-Id: Ib58022485c131b6c28f4bd1e78a3bf6e1188cf23
(cherry picked from commit 6dd9ceb6065aa6eb664acf7ba3d1510f31407258)
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
Arthur
da7f1439ce
FIX: missing support layers at raft gap
...
jira: none
Change-Id: I9a7f34c148ee0e228cf2e8e18c85136253f354ad
(cherry picked from commit 615751538a65cdaeb8e398dcc941971c98ec11b8)
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
Arthur
d2daa4bd16
FIX: do not use organic tree with height ranger modifier
...
jira: STUDIO-7351
github: #4313
Change-Id: I5a99f88883ec68ab424613fd8b5fdd0d09ef829b
(cherry picked from commit 0b0c3fcd5bec5ee7f4519d936b31f3fb2926919c)
2024-08-26 17:23:33 +08:00
lane.wei
146d857f50
ENH: CLI: support to remove duplicate colors when import obj
...
jira: no-jira
Change-Id: Ied11676ec1d173b6d80d12b72a0d6dc18d130efc
2024-08-26 17:23:33 +08:00
lane.wei
bba3c30517
FIX: CLI: fix the obj color not correct issue
...
wrong first_filament_id used
Change-Id: I371e7c6bcbf174ffda8966b05c7f4abe74a7771f
(cherry picked from commit 07757be0c70112e86550f5cdae3393313e7d3582)
2024-08-26 17:23:33 +08:00
lane.wei
bc04672f50
ENH: 3mf: don't add object unprintable into skip list
...
JIRA: no-jira
Change-Id: I1f7f55265ed9aedde3cf626d088477a89a67a208
(cherry picked from commit 2b121b468cb8c1abecf4d2ebf2a80ff34260647f)
(cherry picked from commit 9635928d255b4dded919006f26123c56bdd79d3b)
2024-08-26 17:23:33 +08:00
lane.wei
ba99ca275a
ENH: 3mf: limit the identify_id's hight bits to 0
...
JIRA: no jira
Change-Id: Id57be2e53c411a1397e26dda3cb3b31721cb0df2
(cherry picked from commit e5341c39f2cfe8a4aabd366f4a55115a42b9cc2c)
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
b4cc20ac14
ENH: network: load dlls from current directory if failed
...
JIRA: no-jira
Change-Id: I86efafe3aefac85d56879a68f864a52c0e62fca5
(cherry picked from commit cdf0859e78e8d62c2de13f2f9bf56a216a79a12a)
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
9525d8657a
ENH: CLI: remove the limitation of assemble and transform
...
JIRA: no-jira
Change-Id: I2c2a880e64b844a9dbed0d62bbe749f3f7e85753
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
lane.wei
4f86697f66
ENH: CLI: support thumbnail for third-party printers into gcode
...
JIRA: no-jira
Change-Id: Ib3886beb3fd60c4ce9e491f9e4c7e14ef05973a9
2024-08-26 17:23:33 +08:00
BBL\chuan.he
f9bc421651
feat:add more slice time details to json file
...
Change-Id: I6c29658a051144dda772b42603db6585ea58816b
jira: none
(cherry picked from commit d1e4b98db6ed0f8e1e29d7e8bdcdda96948d10dd)
(cherry picked from commit 76e3e210e0d22592172e236609f83fcbebea65ea)
2024-08-26 17:23:33 +08:00
BBL\chuan.he
55ccb97719
feat:change cli slicer time from second to millisecond
...
Change-Id: Ieed001d73859878e0723c4d0114ae792ea9b739a
jira:none
(cherry picked from commit bc2db297fb4e27a881e998fd0831b32ffe73b85c)
(cherry picked from commit 907c24c94c02fd7fde070a6abec691d6c861fd39)
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
Alok Meshram
e170819ea2
Put -std=gnu++17 under gcc version >=14.1 to avoid compile-time error from earlier implementation of __int28
2024-07-13 12:11:23 +08:00
Alok Meshram
2ba490ace7
Only add -Wno-error=template-id-cdtor if gcc version is >= 14.1
2024-07-13 12:11:23 +08:00
Alok Meshram
9d58b5e8c6
Explicitly specified C++17 for libslic3r and libslic3r_cgal in cmake . Also excluded template-id-cdtor from Werror. These changes fix compilation issues on Fedora 40.
2024-07-13 12:11:23 +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
bcdcea2bfe
FIX: lower overhang speed to get better cooling
...
Jira: none
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I79235fac75d6601da13d55ddc7d8602f88b1a462
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
Mack
c8378296fa
ci: using the flatpak patch
...
JIRA: STUDIO-6329
Change-Id: I6625659017ca84113a3bba8656abea87cc0bebd8
2024-06-18 14:55:27 +08:00
lane.wei
179acd12d1
ENH: CLI: add logic to save metadata into 3mf from CLI
...
JIRA: no jira
Change-Id: I7f96c2ab9671ec1c0115e90f6d64230b8170eb38
(cherry picked from commit 3d2d6e23ba318a2b331a62e320f8ca199168f1f5)
2024-06-18 14:55:27 +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
gerrit
e2735f1474
ci: update network module based on commit 44959e1
...
Change-Id: I317535bf809c0cbd10d40bf37a3f88c3f9e2b254
2024-06-11 18:17:08 +08:00
gerrit
d4aed51610
ci: update network module based on commit bd2ea54
...
Change-Id: I715244bc8ea63dd16a6c9084e376c840e119e9d1
2024-06-11 18:17:08 +08:00
lane.wei
58ce03e029
ENH: CLI: skip shrink when load obj and stls
...
JIRA: no jira
Change-Id: I0408da0568090ce9db09d6c43a3a19af59045463
2024-06-11 18:17:08 +08:00
qing.zhang
2c143c0aef
ENH: support object exclude for octoprinter
...
Github: 4199
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I0c6828ab2e23fda305bafee37d32eff7e99561eb
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
jianjia.ma
5c438dfb92
ENH: Reduce warpping effect on CrossHatch
...
jira: 6984
Change-Id: If8df59b952bc7c9fb26076d3d38c2cdcd15c0ebe
2024-06-11 18:17:08 +08:00
SoftFever
b7726d7a1c
ENH: optimize cross hatch infill
...
Optimize the cross-hatch infill pattern to improve strength when low infill density is used.
(#5495 )
Change-Id: I90a2d1e9861f55f97c948f897a2e8783625c1daf
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
zhimin.zeng
bce7bc9a97
FIX: modify top_shell_layer should reslice
...
jira: none
Change-Id: Ied85b87ea4e036a60024977c50ac926c7293a5e1
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
qing.zhang
1fa62efb66
FIX: error layer height on gui while open scarf seam
...
Github: 4132
Thanks orca, this fix merged from orca
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ic2361299532b3cc4667e7744f23aedd4414d8a08
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
lane.wei
61a1747456
ENH: CLI: add support for params in assembled objects
...
JIRA: no-jira
Change-Id: I3ecd280107e4f6d2a184555b9c31fb49f299e9d4
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
0b0e03df1f
FIX: Multicolor slicing error when contours self-intersect
...
github: 4138
Change-Id: I08375e2cf66d4fa4c7322f5aa1b8e86a7c49bf2d
(cherry picked from commit b2a1f816605615cbd2e47c62a00d3b87998e3213)
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
gerrit
9458d56b24
ci: update network module based on commit 3e58fc9
...
Change-Id: I18674c3adf550ce6164037bd25c15d06b4e36b46
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
Arthur
f13144d6a9
FIX: empty first layer of tree support
...
The raft gap layer should only exist if there are raft layers.
jira: STUDIO-7184
Change-Id: Ia4d2a5b7ddf873fb4ef16c7087648214e6bde806
2024-06-11 18:17:08 +08:00
maosheng.wei
3b2b9e5893
FIX: [7085] crash when connected printer
...
Jira: STUDIO-7085
Change-Id: I8509a4261885b255dac2e4423f6e641f942f762c
2024-06-11 18:17:08 +08:00
Arthur
461af9e8f6
FIX: top z distance incorrect with adaptive layer height
...
This bug causes supports difficult to remove.
Rule to remmeber:
never decrease the top z distance, you can only increase it SLIGHTLY.
jira: STUDIO-7103, STUDIO-7001
Change-Id: I24f71cd67d182d4e2c0902f244a8ca8f4c3ee982
2024-06-11 18:17:08 +08:00
lane.wei
f9bd783f8b
ENH: CLI: support parse downward_settings from default internal path
...
JIRA: no jira
Change-Id: I99e2b40954c125f6b260f2498374ade66f246d2a
(cherry picked from commit db98aa9a905d62f034cb3f9960f094804b8801be)
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
922e533fdf
FIX: interlocking_depth does not take effect
...
jira: none
Change-Id: I5298c3fd9ca20273f7e84262d35a59f6aa6e5f41
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
0c10af38ad
FIX: Unwanted skirts when printing By Object
...
github: 4002
Change-Id: Id2df01bb0d296c5fea2bf53947b57abbb8eb0786
2024-06-11 18:17:08 +08:00
xun.zhang
4cf4e640ce
FIX: unassigned initial extruder ignored
...
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I97dbfac705c890d1c2b16c2b685f31d05e82a292
(cherry picked from commit a5a2909c795c6c99ff7d6c6bbe5741491a2b63e0)
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
lane.wei
d5a59a5fde
ENH: CLI: add layer range support for assembled object
...
JIRA: no jira
Change-Id: I03456997a1a7c38a73ebbcacfa3edff04b50fcb9
2024-06-11 18:17:08 +08:00
lane.wei
dd9af771c2
ENH: CLI: add logic to set different in process settings
...
JIRA: no-jira
Change-Id: Ie05d43f1699c55bab817ed3b639f0fc3ac6431d6
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
lane.wei
b0598cc061
FIX: update: add more logic to protect the file access
...
previous json lacks information
github: https://github.com/bambulab/BambuStudio/issues/4050
Change-Id: Ieca2a440f58f77f91caeac00576a38c861b26a5b
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
gerrit
53d85a3b89
ci: update network module based on commit d4ba7ce
...
Change-Id: I2c8f38e98cf9d2fc4740b016f03ac73e2e145812
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
lane.wei
6fa6a1742c
ENH: general: reduce log level of some detailed logs
...
jira: no-jira
Change-Id: I8b074812bf21d982b829f9bdcc65af3996b42eb2
(cherry picked from commit a300bb47e73a25d6851e04efdc7b7a4401b1cda6)
2024-05-13 09:20:46 +08:00
xun.zhang
eb76a8eb28
FIX: bridge not correctly anchored
...
1. Fix external bridge anchor problem
This commit is cherry-picked from Prusa.Thanks prusa
Original commit: 81d9724,74a38ed,4d0bae1
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: If8e3b5902341d1777a156b2da8c8f21713683d31
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
zhimin.zeng
96365a517b
FIX: the height range is not valid in assemble object
...
github: 3876
Change-Id: Id38672bbf0c01bc9b9f0a3e2bf1052d945b45131
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
zhou.xu
7fcf5aaaf1
FIX:upgrade cluster algorithm to remove duplicate labels
...
jira: none
Change-Id: I4d68d8cd8e080932c7c308bc8f69e27546ffe309
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
xun.zhang
dab3f24553
FIX: surfaces wrong detection
...
1. Top surfaces are detected as internal bridge. Can be seen in FDMTest
2. Fix bridge line overlap wall line
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I73c47e8b3aba862f46c8438fc69e3fcc382d16cc
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
zhimin.zeng
11d54be379
FIX: slice crash with height_range
...
github: 3917
Change-Id: Icdf83013213b47935b7a795ed75cc3d49057665d
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
Arthur
afd647d764
ENH: improve auto arranging of multi-color and multi-heights objects
...
1. Compute score_all_plates correctly. Previously we only compute the
first j plates which was wrong.
2. Compute height score correctly. Use average height difference instead of sum.
3. Compute color change score in a different way. If adding the current item
increases extruder number, then adds up the score by 1.
jira: STUDIO-7013
Change-Id: I921c181bd4b32080627514d3834f4b74ccd00adb
(cherry picked from commit 4f6ae81be98109fe61d55203e306686e0d294ec4)
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
zhou.xu
c69b94af5c
ENH:delete no use code
...
jira: none
Change-Id: I40e7ffa7ea47bb3cd4039eef9f6c28c604eb3abc
2024-05-13 09:20:46 +08:00
Arthur
96e2147394
FIX: handle exception of dividing by zero in arranging
...
jira: none
Change-Id: I0d20464dbe81a80293539100f06d72dee456a27b
(cherry picked from commit 94746ae9bf7f467243849570450567b4fdc78e3a)
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
Arthur
d175c3d3c9
ENH: pack objects with similar heights together in auto arranging
...
1. improve sorting logic by packing higher objects first, so objects with similar heights can be packed together.
2. remove the logic of arranging around wipe tower.
This logic is no longer useful, and it makes auto arranging density low.
jira: none
Change-Id: I3458ad8702cece29c6853f990497dbcc45365537
(cherry picked from commit bbb72c833324a8cddaab1891693c5c9e1cdedc9b)
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
38f6d5b4f5
FIX:Relax restrictions on importing obj files
...
jira: none
Change-Id: I61a0156a8424a5f59922956918d37d38e2c3306a
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
Arthur
c413945186
FIX: tree support defaults to hybrid style with adaptive layer height
...
Organic support doesn't work with adaptive layer height.
jira: STUDIO-6971
Change-Id: I1fa6418bbc49914b3e5887e465861a0dacd42228
(cherry picked from commit dfe1cecb234d86bfbcba741ca3b46725fee43ea8)
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
Momin Al-Ghosien
7b52c24d60
Removed unused method
2024-05-06 14:38:59 +08:00
Momin Al-Ghosien
59c3bc2cbe
Remove accidentally added whitespace
2024-05-06 14:38:59 +08:00
Momin Al-Ghosien
da29408504
Updated to fix the handling of the capacity change, and removed the code I previously added to reserve upfront since it is not really needed
2024-05-06 14:38:59 +08:00
Momin Al-Ghosien
306b09b4f5
Fix use after free bug in LinesBucketQueue::emplace_back_bucket
...
I found a use after free bug in LinesBucketQueue::emplace_back_bucket. This was found by enabling address sanitizer.
The LinesBucketQueue class has two related members:
std::vector<LinesBucket> line_buckets;
std::priority_queue<LinesBucket *, std::vector<LinesBucket *>, LinesBucketPtrComp> line_bucket_ptr_queue;
line_bucket_ptr_queue holds pointers into line_buckets. However, since items are inserted into line_buckets one at a time, existing pointers that were stored inside line_bucket_ptr_queue become invalid. Specifically:
void LinesBucketQueue::emplace_back_bucket(ExtrusionLayers &&els, const void *objPtr, Point offset)
{
auto oldSize = line_buckets.capacity();
line_buckets.emplace_back(std::move(els), objPtr, offset); <--- Causes a reallocation, making previous pointers invalid
line_bucket_ptr_queue.push(&line_buckets.back()); <-- priority queue compares against old, now invalid pointers
...
The proposed fix is to calculate the required number of entries in ConflictChecker::find_inter_of_lines_in_diff_objs, and then calling line_buckets.reserve(count). This ensures that sufficient buffer is allocated up front and the pointers are stable as items are added.
2024-05-06 14:38:59 +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
Bastien Nocera
c417fb650f
slic3r: Fix wxFont being undefined
...
[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
In file included from /run/build/BambuStudio/src/slic3r/Utils/FontUtils.cpp:1:
/run/build/BambuStudio/src/slic3r/Utils/FontUtils.hpp:51:21: error: ‘wxFont’ does not name a type
51 | bool can_load(const wxFont &font);
| ^~~~~~
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
3fa678d42e
FIX:cancel obj import restrictions
...
jira: none
Change-Id: Iaf3e799ca982ad6aeb3ec76e9a416c4c8e4d100c
2024-04-23 21:22:42 +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
Arthur
0d57da5530
FIX: organic support may crash with some model
...
bad function call when calling empty function throw_on_cancel.
jira: STUDIO-6927
Change-Id: Ib37530b5cf155973d4e21d088e07d3110c2d36e4
(cherry picked from commit 53f27f5968a481bab1666fe0053f9753d585f0da)
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
zhou.xu
b6154d4014
FIX:fix bugs of algo and read quad in obj file
...
Jira: STUDIO-6805
Change-Id: I6c33e8197225f27dccdfa0681e64d76d1df14f61
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
Stone Li
7104d2ff60
ENH: modify the default config for multi-device
...
JIRA: STUDIO-6072
Change-Id: If6e7582a8274eb5e685b8b8545f6eab5d17de3f5
Signed-off-by: Stone Li <stone.li@bambulab.com>
2024-04-23 20:07:49 +08:00
gerrit
0fa52a7322
ci: update network module based on commit c879144
...
Change-Id: Id6a7b76afeb5afffc6f154baa919985078098e09
(cherry picked from commit 0846c9417ead467083786cf3d06980f5a9747ae1)
2024-04-23 20:07:49 +08:00
jianjia.ma
6540855ff7
ENH: Improve CrossHatch transation layers
...
jira: 6701
Change name from Flippingline to CrossHatch.
Reduce noise, improve speed by 6.5%. Improve transation layers by
gradually increasing rotation angle and overshoot the transation
layer while direction changed.
Change-Id: I17fcc45b409074d121bf5bb5702e15553d925b51
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
xun.zhang
3006b163d0
FIX: always have 0th filament in ams mapping
...
1. Only set the filament id in map when flush length is not 0
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I6e0aeaf010f6e6dcbdc3bca5c0034aa60750bb67
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
xun.zhang
95106f3523
FIX: wrong chain sequence caused by narrow bridge
...
1.Add filtration for bridge area
github:#3873
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I03f7c1ef5bfb86aafdc15065008f0eedfb1a0036
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
ffd292a62c
FIX: Error "Voronoi cell doesn't contain a sourcepoint"
...
github: 3859
Change-Id: Idca84992bcba5380bfe05e63ac9a5e40419dcfdf
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
jianjia.ma
427deda14e
FIX: Top surface bridging fail on 3DHC & FL infill
...
Add 45 degree angle offset when processing the bridge.
Need to raise infill_direction to invalidate posPrepareInfill
jira: 6774
Change-Id: I5e6bef3aa814b01c5f30398ac745937a67e3ef4c
(cherry picked from commit 7b12cab10b88f432a11414f8caa1c6427777a1ba)
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
Arthur
cd9305e3e0
FIX: blockers not working for sharp tails of tree support
...
also change default style to tree organic
jira: STUDIO-6801
Change-Id: Iab1d8c6117139c9a7a4c1fa71de0a13bcb356dd5
(cherry picked from commit d2c4efad58f16b23bef49bd47d3b70bf322d6f55)
2024-04-23 20:07:49 +08:00
jianjia.ma
1389862ad8
NEW: FlipLines infill
...
jira:6701
New infill pattern that combine block lines infill and switching layers for smooth transition.
Change-Id: I2608a2d39b14efcdfe9d39a9437280da350b94c0
(cherry picked from commit 8d0a09c8b763dfc924cbba9913c241e6afadbc7f)
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