Commit Graph

5040 Commits

Author SHA1 Message Date
gerrit 15f74a0a55 ci: update build version to 01.09.05.53
Change-Id: I2b1387c86cb94f3b35a3cbbab0814f778e0e65d9
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
gerrit 3dd72333f5 ci: update build version to 01.09.05.52
Change-Id: Ie16f45ee6ac1433892f3f0804aeabee5b96a8b23
2024-09-18 21:27:27 +08:00
lane.wei f02d08cdf7 FIX: config: fix the height_to_lid of A1 mini
use 180 instead of default
JIRA: no-jira

Change-Id: I323c2a1d0919e7409463da542221d701ca061ccb
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 5b8e612875 ENH:add X1E in PPA-CF
Change-Id: Ie53546927d87259897fd2b0d5348404dbf47b4cf
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
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
Fatih AYDIN c6ed02cb0e Update BambuStudio_tr.po
The Turkish translations for the newly added parts of the language file have been completed. Corrections have been applied.
2024-09-06 15:06:33 +08:00
Andrew Markuss 39e8ae592a style: update param_archimedeanchords.svg 2024-09-06 15:05:59 +08:00
gerrit b35d486b1e ci: update build version to 01.09.05.51
Change-Id: I5b5c6fc24926c0c140fa421ae2798859c811f6de
2024-08-28 21:38:54 +08:00
tao wang 617371581c NEW:update version to 1.9.5.50
Change-Id: I1037f65c15fb9c376412c27075955e24e562b085
2024-08-28 21:38:54 +08:00
gerrit 828af888f1 ci: update build version to 01.09.04.62
Change-Id: I9d98b27b48ff4a068bd04d6802fc014ac904dadf
2024-08-28 21:38:54 +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
xun.zhang 5bf2448a69 FIX: wrong vendor type in PPS and PPA
jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I6c9eb6dfdbd8648557282ec0612add65cc043759
2024-08-28 21:38:54 +08:00
gerrit c227a81e0c ci: update build version to 01.09.04.61
Change-Id: I54bb3f8cee2b6d02708eec67744946d056db141f
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
xun.zhang 99092f2ede ENH: add Bambu PPA-CF
jira:NEW

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ida8ec6f6eaff55203a7503f439ea999733f65d1a
2024-08-28 21:38:54 +08:00
xun.zhang c3e822ee99 ENH: add Bambu PPS-CF
jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I7c355375b58eec19efc791a2f4da641d08cc2f60
2024-08-28 21:38:54 +08:00
gerrit 267943be17 ci: update build version to 01.09.04.60
Change-Id: Iea90613e499281d7855c18cfafa832a8ad161058
2024-08-26 19:47:32 +08:00
qing.zhang 480b061f06 ENH: add M984 cmd for A serise
Jira: none

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I523bb9be0a2374ceae9ffb2d51e339ee2d0d2617
2024-08-26 19:47:32 +08:00
gerrit 852a0cd7f5 ci: update build version to 01.09.04.59
Change-Id: Id28cc06d6551bf5119d4b2abb234d051a3c4d2a1
2024-08-26 17:23:33 +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
gerrit e9dadaae2c ci: update build version to 01.09.04.58
Change-Id: I071c6cc1ee9b97e9c43dcda9fa5959c962923d9d
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
zorro.zhang 60b454e640 ENH: Modify Some Translation
JIRA: none
Change-Id: I1b90d187580fd171137f3d98e5ac0f4c1172246f
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
gerrit 7e60ec4868 ci: update build version to 01.09.04.57
Change-Id: Ic4b46de11094ff18d26b05c94ed18c196de5e517
2024-08-26 17:23:33 +08:00
xun.zhang 65061a5475 FIX: wrong nozzle range for Generic PA P1P
jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ida292e8885b74427852d5d2ad205b6f8368bd056
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
gerrit 987f98fa95 ci: update build version to 01.09.04.56
Change-Id: Icf2ab59ab7cbdd59880ce783e507a0cc9dffbeba
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
zorro.zhang f88467cfa4 ENH: Optimize UI
JIRA: none
Change-Id: I0c31ca936ecfefb637a0f3517c6f86caa67177ec
2024-08-26 17:23:33 +08:00
gerrit 7631835217 ci: update build version to 01.09.04.55
Change-Id: Ic2c06746294e991ec640ebd5f0a6354a8787d13e
2024-08-26 17:23:33 +08:00
tao wang 14a23436e5 ENH:update some translations
Change-Id: Id589a019ee4d6e2aa07e61dd0099dd7ff7a99bf4
2024-08-26 17:23:33 +08:00
gerrit af8f9428d2 ci: update build version to 01.09.04.54
Change-Id: Id44797ce6d0522e50ff05e1bc83636bd8043b3ff
2024-08-26 17:23:33 +08:00
tao wang 8a6f7b2f66 ENH:update some translation
Change-Id: I24a879e947adda5b3a2d803e02bf8ba0b106479e
2024-08-26 17:23:33 +08:00
gerrit e3d62ae7f0 ci: update build version to 01.09.04.53
Change-Id: I24bc9a2a37f021c6597c2dbf590dc4acefa5123a
2024-08-26 17:23:33 +08:00
zorro.zhang 409c9a2a8b ENH: Refine some translations in web
JIRA: none
Change-Id: I7f2da77146c2f1ed63965dd5702405b827869865
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