alves
6940b359a0
feature get flutter web resource from server.
2026-01-08 15:30:35 +08:00
alves
d82cca2f50
feature add tips dialog for no update on preset
2026-01-08 15:30:35 +08:00
alves
6c20bc3b31
feature remove not work code
2026-01-08 15:30:35 +08:00
alves
e16ebc26bb
feature add preset upgrade for soft
2026-01-08 15:30:34 +08:00
alves
75dc7d5867
feature remove not work code.
2026-01-08 15:30:34 +08:00
alves
2507522b2b
feature remove not work code.
2026-01-08 15:30:34 +08:00
alves
60acdf143d
feature remove not work code for code format
2026-01-08 15:30:33 +08:00
alves
5bc0dffec3
feature add soft force update.
2026-01-08 15:30:33 +08:00
alves
cc66ab7ec4
feature remove not work code
2026-01-08 15:30:33 +08:00
alves
378f76bd4d
fix code format.
2026-01-08 15:30:33 +08:00
Alves
2df3d7c7de
Merge pull request #106 from Snapmaker/dev_crash_fixed_alves
...
fix thread not check join able and use it may be crash bug.
2026-01-07 16:14:46 +08:00
alves
89d3ea6c2f
fix thread not check join able and use it may be crash bug.
2026-01-07 15:43:11 +08:00
alves
49546332c3
feature add log for privacy policy changed.
2026-01-06 20:45:05 +08:00
alves
4ec2812268
feature add Personal Information Cross-Border Transfer Notice
2025-12-25 12:10:58 +08:00
alves
f121f45390
fix lost User Experience on settings
2025-12-23 18:04:33 +08:00
xiaoyeliu
4423dce212
2.2.0 pre4 ( #84 )
...
* Fix crash
* Update: Flutter 1223
* fix: networktestdialog crash
* Update Flutter 1223
* bump profile version to 02.02.42.02
* bump min_firm_ver to 1.0.0
2025-12-23 15:52:08 +08:00
xiaoyeliu
9a9d87d3ff
2.2.0 pre3 ( #81 )
...
* Hide the system filament
* Fix: crash when using m_ProfileJson
* Bump profile version to 02.02.41.02
* Update: Flutter 1222
2025-12-22 23:03:54 +08:00
xiaoyeliu
ece21860e7
2.2.0 dev lxy 1218 ( #73 )
...
* Modification: Migrate login interface
* Change 'China' to 'Chinese Mainland'
* Add: wcp_networktestdialog
* Optimization: Main process freezing when connecting devices
* Add: wcp_gettimelapseinstance & wcp_defectdetactionconfig
* Change: network test level
* Optimization: U1 piece-by-piece printing alarm alert
* Optimization: Adjust the display order of brands for the selected models
* Fix: WebpresetDialog now loads presets synchronously to prevent crashes
* Add: wcp_sw_SubscribePageStateChange & wcp_sw_UnsubscribePageStateChange
2025-12-18 20:02:40 +08:00
alves
5beaa11ce3
Merge branch '2.2.0' into dev_bury_point_alves
2025-12-18 14:10:47 +08:00
xiaoyeliu
8e2c02152b
2.2.0 dev lxy 1217 ( #68 )
...
* Modification: Migrate login interface
* Change 'China' to 'Chinese Mainland'
* Add: wcp_networktestdialog
* Optimization: Main process freezing when connecting devices
* Add: wcp_gettimelapseinstance & wcp_defectdetactionconfig
2025-12-17 20:53:38 +08:00
alves
941c924329
feature add privacy policy for guide
2025-12-17 18:24:23 +08:00
alves
5ed729e27c
feature add common function for soft
2025-12-17 11:42:07 +08:00
xiaoyeliu
06362b69f1
Fix: import project
2025-11-27 16:59:13 +08:00
xiaoyeliu
e89263e51a
Merge: Snapmaker Orca 2.1.2
2025-11-17 10:04:25 +08:00
SoftFever
f020480900
Revamp OrcaSlicer updater ( #10884 )
...
* Revamp OrcaSlicer updater
2025-09-28 10:33:33 +08:00
SoftFever
883607e1d4
Refactor folder ( #10475 )
...
Move many third-party components' source codes from the src folder to a new folder called deps_src. The goal is to make the code structure clearer and easier to navigate.
2025-08-22 20:02:26 +08:00
Noisyfox
b84fe5561a
Update BBL network plugin to 2.1.1 which allows debugger again ( #10320 )
...
* Update to latest bbs network plugin, which should allow debugging
* Remove debugger detection and warnings
* Downgrade to 2.1.1 as 2.2 seems to be unstable
2025-08-05 22:57:41 +08:00
Noisyfox
85e66de431
Do not connect to default BBL device during app startup ( #10214 )
...
* Do not connect to default device during app startup
* Connect to last selected machine automatically even if it's lan machine
Simplify default machine connection logic
* Select last machine automatically when available
* Check for LAN connection state after updating combobox selection.
This matches the logic of `SendPrint.cpp`.
* Avoid showing same error message multiple times until next connection attempt.
---------
Co-authored-by: SoftFever <softfeverever@gmail.com >
2025-07-26 00:18:56 +08:00
Noisyfox
043abb4389
Merge branch 'main' into dev/bbl-network-upd
2025-06-16 14:02:04 +08:00
Alexandre Folle de Menezes
e13ec786d5
Fix english strings punctuation mistakes ( #8901 )
...
* Fix punctuation of enumerations
* Add missing '?' at the end of questions on hints
* Add periods after error messages
* Add punctuation to all tooltips
* Add missing periods on the pt-BR translation
2025-06-15 16:12:03 +08:00
Noisyfox
c72e8a24f1
Merge branch 'main' into dev/bbl-network-upd
...
# Conflicts:
# src/slic3r/GUI/SelectMachine.cpp
2025-06-15 15:28:10 +08:00
Dipl.-Ing. Raoul Rubien, BSc
3ecca6116d
fixes compiler warnings ( #9619 )
...
* compiler warnings: adds SYSTEM to [target_]include_directories to skip warnings originating from dependencies
* compiler warnings: uninitialized/unused variables, missing parenthesis, pragma
* compiler warnings: redundant template type, missing curly braces, pass 0 instead of NULL as int argument
* compiler warnings: removes fclose(fp) where fp==nullptr since fclose() has attribute __nonnull((1))
* compiler warnings: uninitialized variables, missing parentheses, missing curly braces
* compiler warnings: ? as lower precedence than <<
* compiler warnings: unused variable
* compiler warnings: unused result
* compiler warnings: undefined/unused variable
* compiler warnings: uninitialized variable
2025-06-14 21:05:25 +08:00
Noisyfox
7d7308feb2
Log network msg
2025-06-02 21:20:43 +08:00
noisyfox
fc33a680d1
Add debugger detector for Linux
2025-06-02 16:48:58 +08:00
Noisyfox
1441da246b
Add debugger detector for macOS
2025-06-02 16:17:11 +08:00
Noisyfox
9711b65736
Only download ARM version when not using legacy plugin
2025-05-19 10:51:55 +08:00
lane.wei
a67436ee7e
FIX: app: fix the crash issue on win-7 again
...
jira: no-jira
Change-Id: I96e713513270270db3abcfdd67792b0a3ac92619
(cherry picked from commit caff5d9f38cdb962ca4069f8b0b5696d140aac6d)
2025-05-19 09:58:52 +08:00
lane.wei
85bce2ac33
FIX: app: fix the issue on win-7
...
use typedef instead of IsWow64Process2
jira: no-jira
Change-Id: I3d5c4becca1586094b6950431470b12bd71a0056
(cherry picked from commit c34e985f188c206d588ee8da7149ded2516981cf)
2025-05-19 09:58:46 +08:00
lane.wei
2d7259623f
FIX: fix studio not launch issue on windows-7
...
jira: no-jira
Change-Id: I531e009c0547d3a5d86d48e990d930eb8fa6ba00
(cherry picked from commit 3d02f03ef4ba229ebf9e28cd99a5d871916994dd)
2025-05-19 09:58:06 +08:00
lane.wei
285bbeceb7
FIX: GUI: use another api to get process type
...
jira: no-jira
Change-Id: I43fb1738b9b0173704c17c0d92df06f3c78fcde6
(cherry picked from commit af8926ea396480ea06222d421a2ecb704df04218)
2025-05-19 09:56:56 +08:00
lane.wei
ebc072b141
ENH: init: output the process architecture when init
...
jira: no-jira
Change-Id: Id5acb828269565945d887c6de4e32d715f83f503
(cherry picked from commit a29cb80bc7f959b5df44238a0a7f0a08948ff2a3)
2025-05-19 09:54:24 +08:00
lane.wei
aec877c7e0
FIX: gui: fix the crash issue on arm64 plateform
...
jira: no-jira
Change-Id: Ib95ffc3ceb421af345418d73af0261d3c25464a3
(cherry picked from commit 132d87b687f4b3bd016539380d7e9268d817ac40)
2025-05-18 22:47:42 +08:00
lane.wei
c0ba405a64
ENH: GUI: rename win_arm64 to windows_arm
...
jira: no-jira
Change-Id: I01eeb96efb06ec779f1338d1207f7f6641c2bc58
(cherry picked from commit bbf32fd6f7ffbf543c28882ff3801108942fb399)
2025-05-18 22:47:18 +08:00
lane.wei
320cd87f0b
ENH: GUI: add arm64 check logic for windows
...
jira: no-jira
Change-Id: Ic788d4ae9218b909eae5ce571d4436c39e77230a
(cherry picked from commit 323184e42c5f85c8738b03b890e5aaf3818e8858)
2025-05-18 22:46:50 +08:00
lane.wei
7af9802688
ENH: gui: add win_arm64 support
...
jira: no-jira
Change-Id: I43f66be1f264434a9bb26a9dd3fff1fb5c36d57c
(cherry picked from commit 659f758e451d20d3a6c5505a2530be578dd584dd)
2025-05-18 22:46:00 +08:00
liz.li
58c2ee4f06
FIX: ams_id out of bounds crash
...
jira: none
Change-Id: Icfc5555e4772cd70a9f018f0c734e2edb8b7d626
(cherry picked from commit aa03f489dcc6bd737d2d12c53adfb90a01270d66)
2025-05-18 16:49:33 +08:00
tao wang
21c69a99e6
ENH:show n3f/n3s version info
...
jira:[for n3s]
Change-Id: Ia0056dfdf7157036008cc63a37c9fd8076063a6a
(cherry picked from commit a44ff5a95a6774b4eed1238bde12d0a750c24a10)
2025-05-18 16:35:09 +08:00
Noisyfox
eba2e0af78
Update transition_tridid to support newer ams
2025-05-18 16:32:09 +08:00
Noisyfox
05a0703120
Merge branch 'main' into dev/bbl-network-upd
...
# Conflicts:
# src/slic3r/GUI/SelectMachine.cpp
2025-05-17 00:22:09 +08:00
Alexandre Folle de Menezes
57a6f61349
Fix the spacing on the original english strings ( #9596 )
...
* Remove extra spaces between words
* Remove extra spaces after punctuation
* Remove extra spaces before punctuation
* Always needs a space after punctuation
* Always needs a space before parens
* Remove trailing spaces before newline
2025-05-16 16:31:58 +08:00