Commit Graph

6123 Commits

Author SHA1 Message Date
tao wang 640102316d ENH:dynamically check the installation of the farm software.
Change-Id: I2c0d52498c067b9494ffc2b75b0f4390e2851e0c
2025-02-18 17:19:01 +08:00
tao wang 793a8e22fa NEW:support sending 3mf to farm software
jira:[none]

Change-Id: I16874751acdaba78194fb597bb6e5bb0a18bc7d7
2025-02-18 17:19:01 +08:00
lane.wei 4905afe6c2 FIX: CLI: fix the compiling issues casued by variable name changes
jira: no-jira
Change-Id: I9ec8d637d45c8f932c3e2bdbf13cfc19a82b3680
2025-02-18 17:19:01 +08:00
gerrit 866fa230ed ci: update network module based on commit ac0f9cf
Change-Id: Ibc6fac5c9c4fbb943817d8ce55291f488a8477b3
2025-02-18 17:19:01 +08:00
lane.wei e3314ab6a1 ENH: cli: add more information into result.json
jira: no-jira
Change-Id: I59d5a249663f79bfd3fe830abd2587cc9e618593
2025-02-18 17:19:01 +08:00
gerrit d6b2ac5e8a ci: update network module based on commit b6b1716
Change-Id: Ic0446de678e9910077c475b5f087d0525b3d8aff
2025-02-18 17:19:01 +08:00
do-gugan c3332f9bab Update Japanese translation
Added translations to untranslated parts in the ja.po file.
- Focused on significant edits to the settings window and the "Calibration" tab.
- Aligned the terminology for the build plate, including the newly added "SuperTack," with the official store's naming conventions.
- Corrected unnatural phrasing in Japanese and standardized terms for consistency.

I'm not very experienced, so I apologize if there are any mistakes. Please feel free to provide correction instructions.
Thank you!
2025-02-08 14:08:27 +08:00
PatrickChenHZ 0b0268e91d correct image tag for consistency 2025-01-25 10:10:32 +08:00
PatrickChenHZ b835c40b20 update DockeRun to match with lastest run suggestions 2025-01-25 10:10:32 +08:00
PatrickChenHZ 835d619a90 change back image tagname for consistency 2025-01-25 10:10:32 +08:00
PatrickChenHZ 898f0ac6c4 Add an entrypoint covienience script for an out-of-the-box user experience. 2025-01-25 10:10:32 +08:00
PatrickChenHZ f4b31e5f67 address a build problem and remove redundant bash from build 2025-01-25 10:10:32 +08:00
PatrickChenHZ b760f27fc7 made suggested changes 2025-01-25 10:10:32 +08:00
PatrickChenHZ acb47e37fc modify docker file to point ffmpeg to binary at build time, as well as update a couple deprecated docker syntax. Also added more troubleshooting recommendations to DockerRun.sh 2025-01-25 10:10:32 +08:00
Yike Chen c1ff68d2fe Fix Build Dependency
Allow latest version to build in Docker.
Latest Revision require ffmpeg 7 to get libvodec61. Which means base image must be updated to ubuntu 24.10
2025-01-25 10:10:32 +08:00
gw0 98bfabdd1c slic3r: Fix PopupWindow dropdown menus do not display #4201 2025-01-14 19:18:59 +08:00
gw0 b99bc4164d slic3r: Fix typo in PopupWindow 2025-01-14 19:18:59 +08:00
FusRock d2d9621c9c Add filament_vendors:FusRock 2025-01-14 19:18:41 +08:00
Billiam Crashkopf 8a9abc866d Quick fix attempt for issue #4076.
This patch attempts to keep the printer access code from being cleared
erroneously on a lost or failed connection.  This only applies to LAN
mode.

Notes:
  - The setting is 'access_code'.  There is also a setting named
    'user_access_code', but it's function is unclear and may be
    vestigal.
  - Some parts of the network connection behavior are handled by the
    networking plugin.  I can't seem to make the machine list refresh
    from outside.
2025-01-13 12:10:14 +08:00
Fatih AYDIN 5423c941ec Update BambuStudio_tr.po
Update Turkish language
2025-01-13 10:23:34 +08:00
Billiam Crashkopf 049e5f5385 Change Linux build script to recognize more supported distributions
This changes the way the Linux build script recognizes which
distribution script might be compatible with the host OS.  It
does so by checking both the `ID` and `ID_LIKE` tags in
`/etc/os-release` against available scripts in `linux.d`.  First match
is used.

Note that ID_LIKE isn't a 100% compatability guarantee, but it gives the
user a fighting chance that the script will work for their distribution,
and should reduce the need for manual addition of more distribution
targets.
2025-01-13 10:22:37 +08:00
Bastien Nocera 626f1390b2 libslic3r: Fix BOOST_LOG_TRIVIAL declaration
In file included from /run/build/BambuStudio/src/slic3r/GUI/Gizmos/GLGizmoMeshBoolean.cpp:5:
/run/build/BambuStudio/src/libslic3r/CSGMesh/PerformCSGMeshBooleans.hpp: In lambda function:
/run/build/BambuStudio/src/libslic3r/CSGMesh/PerformCSGMeshBooleans.hpp:281:35: error: ‘info’ was not declared in this scope; did you mean ‘tbb::v1::info’?
  281 |                 BOOST_LOG_TRIVIAL(info) << "check_csgmesh_booleans fails! mesh " << i << "/" << csgrange.size() << " is empty, cannot do boolean!";
      |                                   ^~~~
      |                                   tbb::v1::info
/run/build/BambuStudio/src/libslic3r/CSGMesh/PerformCSGMeshBooleans.hpp:295:35: error: ‘info’ was not declared in this scope; did you mean ‘tbb::v1::info’?
  295 |                 BOOST_LOG_TRIVIAL(info) << "check_csgmesh_booleans fails! mesh " << i << "/" << csgrange.size() << " does_self_intersect is true, cannot do boolean!";
      |                                   ^~~~
      |                                   tbb::v1::info
2025-01-13 10:22:01 +08:00
gerrit 5780410c2f ci: update build version to 01.10.02.64
Change-Id: I1440504a8078918ae34887a179b04104177efcc8
2025-01-09 19:32:26 +08:00
Stone Li 6d26dbb32b ENH: update translations
JIRA: no-jira

Change-Id: I2cca410d1fb9af6e9d8af1db402e6e384d102bb7
Signed-off-by: Stone Li <stone.li@bambulab.com>
2025-01-09 19:32:26 +08:00
Stone Li 7a45ac1a90 ENH: optimize a description
JIRA: no-jira

Change-Id: Iba14f72c807ce64064c8add875fc8a8c1ccea0ee
Signed-off-by: Stone Li <stone.li@bambulab.com>
2025-01-09 19:32:26 +08:00
gerrit 500d9efe74 ci: update build version to 01.10.02.63
Change-Id: Ie21808b6b68b6ab8d2159321fdee944eb696a226
2025-01-09 19:32:26 +08:00
zorro.zhang d027e098ac ENH: SaveProfileData to AppConfig in MainThread
JIRA: none
Change-Id: I22ae3dac5e2bed42a2edfb848d627cd5092ef171
(cherry picked from commit c2042d7e20ab03001e4b38f366d0f129f2ee0918)
2025-01-09 19:32:26 +08:00
gerrit 72f7d99fbd ci: update build version to 01.10.02.62
Change-Id: Ic2f122b42f19f3bb6785033f46dfcee9071975a5
2025-01-09 19:32:26 +08:00
Stone Li 19a265715c FIX: fix a crash in update_printer_preset_name
JIRA: STUDIO-9540

Change-Id: Ia7243323d368c009ee18fbd1039d32b55b7fea0e
Signed-off-by: Stone Li <stone.li@bambulab.com>
2025-01-09 19:32:26 +08:00
Stone Li 8b0f16d3de ENH: add more retry to subscribe
Change-Id: If68249408446aace4a83e4b5beeb0643dce8cb87
2025-01-09 19:32:26 +08:00
Stone Li 4cda967b0c ENH: optimized a description
JIRA: STUDIO-9544

Change-Id: I70808e1fe2ffe766f29a023393087a005b054d58
Signed-off-by: Stone Li <stone.li@bambulab.com>
2025-01-09 19:32:26 +08:00
gerrit d84e8b1209 ci: update build version to 01.10.02.61
Change-Id: I9d7a641e6dc04532629be7a7aff437025165c379
2025-01-09 19:32:26 +08:00
xun.zhang e2b326cba7 ENH: modify fan speed for bambu tpu for AMS
Set fan speed to 40

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I861f78e2cca4b31daf41e2cba0a4b9b11a658a5d
2025-01-09 19:32:26 +08:00
xun.zhang 59b7b5b528 ENH: update plate temp for asa filaments
jira:none

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Icd88b23c9e1b5027f5aff4aeba594e953aed9ac4
2025-01-09 19:32:26 +08:00
gerrit 7027aa13e5 ci: update network module based on commit 90f5fa7
Change-Id: Idefdf8f27474303815f3342eb5199969bd1466d8
2025-01-09 19:32:26 +08:00
xun.zhang db1bbc967a FIX: export 3mf fail in creality machine
1. Add place holder support

github:#5557,#5614,#5471

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I65e1d116b7af64ab15c3338f713fc3329b3e877d
2025-01-09 19:32:26 +08:00
gerrit f5c79afd89 ci: update network module based on commit 7321b20
Change-Id: I0fce6b46ad9367285a1747ef8ca941ce24b44f0e
2025-01-09 19:32:26 +08:00
gerrit 2452c6c41c ci: update build version to 01.10.02.60
Change-Id: Ia8fd0dab9d9a78055983f4ec9bb708b21b988f18
2025-01-09 19:32:26 +08:00
Stone Li 2ff4f31eba ENH: update translations
JIRA: no-jira

Change-Id: Icb80c7f367284bc029fa9a93b527b4d1cd5ed1a7
Signed-off-by: Stone Li <stone.li@bambulab.com>
2025-01-09 19:32:26 +08:00
gerrit 039d6764b3 ci: update network module based on commit 84e9fcb
Change-Id: I8a4788139a96060555bbfabf87874f034ea4c5d0
2025-01-09 19:32:26 +08:00
Stone Li def9223e6e ENH: optimize one message
JIRA: STUDIO-9527

Change-Id: I789e04a1727b16a8de8eac975ef6a3fea5c59d56
Signed-off-by: Stone Li <stone.li@bambulab.com>
2025-01-09 19:32:26 +08:00
gerrit 910bc77712 ci: update build version to 01.10.02.59
Change-Id: Ifb444d6b49dc6bfbccbf9722b21714c09fec506e
2025-01-09 19:32:26 +08:00
Stone Li 499b0d8e4f ENH: format to utf8 when parse_json failed
JIRA: STUDIO-none

Change-Id: I3bb7b209962c15e94ef24d24f752e8cdafc42975
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit d5f9b35b911aabc0bf3683744f980838934f5bf7)
2025-01-09 19:32:26 +08:00
zhimin.zeng 7498d6e5f8 FIX: Calibration adaptation encryption
jira: none
Change-Id: Ie42da224ca02261b0c32262be895c215878b7921
2025-01-09 19:32:26 +08:00
gerrit b9f898d8d8 ci: update build version to 01.10.02.58
Change-Id: Ida9961038b2ecdc8906c574e451d20fc3623972f
2025-01-09 19:32:26 +08:00
Stone Li 729f0b5b0a ENH: add an error dialog
JIRA: STUDIO-7801

Change-Id: I109c822ec80fcf2e771b4d788c8d2e15f53d4eef
Signed-off-by: Stone Li <stone.li@bambulab.com>
2025-01-09 19:32:26 +08:00
gerrit abf2dd0aba ci: update build version to 01.10.02.57
Change-Id: I153745cf2be6f9016b9505c9d819efcdd343f106
2025-01-09 19:32:26 +08:00
gerrit dd967342b0 ci: update build version to 01.10.02.56
Change-Id: I128337dc247e35941f7e917401b582c3a36cd2dc
2025-01-09 19:32:26 +08:00
Stone Li 182748fb6f ENH: send G28 X when in printing
JIRA: STUD-9349

Change-Id: Ib14af76830380036fadcae707438472bed25d4aa
Signed-off-by: Stone Li <stone.li@bambulab.com>
2025-01-09 19:32:26 +08:00
xun.zhang 6d66c520d0 ENH: update A series gcode
1.Add long retraction when cut

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I423932bd64d229db3da75578a25136bc99550b0a
2025-01-09 19:32:26 +08:00