liberodark
1ebbb3958c
Sovol SV06 ACE Reset wall_sequence ( #8190 )
2025-01-26 08:55:59 +08:00
yw4z
b342cc6e20
Update logo usages on splash screen and about page ( #8189 )
...
* Splash Logo
* Update about page
* remove comment
2025-01-26 08:53:28 +08:00
Noisyfox
592402ea46
Fix custom profiles added/removed each other run ( #8179 )
...
* Avoid updating same vendor multiple times and unnecessary version checks
* Fix custom profiles added/removed each other run (SoftFever/OrcaSlicer#8094 )
Co-authored-by: Dima Buzdyk <46728448+buzzhuzz@users.noreply.github.com >
---------
Co-authored-by: Dima Buzdyk <46728448+buzzhuzz@users.noreply.github.com >
2025-01-25 23:50:16 +08:00
Christian Kunis
23a31bcad9
Update Anycubic Kobra Machine Profile(s) ( #8170 )
...
* Update Anycubic Kobra 0.4 nozzle.json
Fix incorrect parameters for M204 in start gcode
* Update Anycubic Kobra end_gcode and travel speeds
* Update Anycubic i3 Mega S start and end gcode
2025-01-25 23:39:12 +08:00
liberodark
3d4ca06423
Sovol SV06 ACE Enable Multi Bed ( #8182 )
2025-01-25 17:32:30 +08:00
Noisyfox
4a4f27e599
Fix wrong plate y possition after switching profiles with different bed size ( #7923 )
...
* FIX:update custom_texture when new_shape=false
Jira: STUDIO-5287
Change-Id: I3add95f9f9345c14a48cc7467513d1b3ce95f4c9
(cherry picked from commit 9ce7de10f4 )
* FIX: correct the bed model to the print area origin point
Change-Id: Ieb856dff421d39694966e3c13c519f4ffa3da5c2
(cherry picked from commit 32892514ff )
* Avoid unnecessary copy of `position` parameter
* Merge branch 'main' into bugfox/plater-y
2025-01-25 11:50:30 +08:00
yw4z
fd933a8d8a
Update color palette
2025-01-25 04:52:01 +03:00
Vasily Khoruzhick
3c3ac1a1cb
flatpak: install translations in flatpak ( #8066 )
...
* flatpak: install translations in flatpak
Note: you also need to update flatpak config to add desired locales to
flatpak environment via `flatpak config --set languages='en;ru'; flatpak update`
or `flatpak --user config --set languages='en;ru'; flatpak --user update`
* flatpak: mesa-20.x tarball has been moved, fix the url
It's now under older-versions/20.x directory
2025-01-24 22:32:53 +08:00
Marcin Czekajło
0cf7efc46c
Rotate RatRig V-Minion bed model ( #8065 )
...
Rotate RatRig V-Minion bed plate model
2025-01-24 22:28:19 +08:00
SoftFever
e0faedc891
Orca filament library and support cross-vendor/machine filament reuse ( #8057 )
...
# Description
1. Implement a centralized Orca filament library. Previously, OrcaSlicer
required that filament profiles be contained within a printer vendor's
profiles, making it impractical to add printer-vendor-independent
filament profiles. With this new implementation, Orca now supports a
centralized filament library, accommodating all filament vendors for any
printer, or offering specialized versions for specific printer models.

2. Support the reuse of filaments across various vendors and machines
Users can now share any personal filament and print configurations
across all printers.
https://github.com/user-attachments/assets/5c324d07-7bbf-4913-8abf-2506a255759f
<!--
> Please provide a summary of the changes made in this PR. Include
details such as:
> * What issue does this PR address or fix?
> * What new features or enhancements does this PR introduce?
> * Are there any breaking changes or dependencies that need to be
considered?
-->
# Screenshots/Recordings/Graphs
<!--
> Please attach relevant screenshots to showcase the UI changes.
> Please attach images that can help explain the changes.
-->
## Tests
<!--
> Please describe the tests that you have conducted to verify the
changes made in this PR.
-->
2025-01-24 22:12:51 +08:00
SoftFever
6a4cf24e6b
Merge branch 'main' into feature/OrcaFilamentLibrary
2025-01-24 22:12:38 +08:00
discip
da2a1b1ff8
updated fake 'orcaslicer - websites' ( #8160 )
...
* updated fake 'orcaslicer - websites'
2025-01-24 22:03:54 +08:00
SoftFever
ecb0e7ea68
Update WIKI
2025-01-24 21:58:52 +08:00
Shuwn Hsu
cac455e696
Update OrcaSlicer.pot & Update Traditional Chinese ( #8163 )
...
* Comprehensive Update in Traditional Chinese
* Update OrcaSlicer.pot & Update Traditional Chinese
* Update OrcaSlicer_zh_TW.po
* Fix Space
2025-01-24 14:01:28 +08:00
DeltaMaker
02f5bc0d22
Add profiles for DeltaMaker 3D printers ( #7712 )
...
* Initial DM2 Profiles
Add profiles for DeltaMaker 3D printers
* Made changes to machine/fdm_machine_common.json and process/fdm_process_common.json to validate successfully using the Orca profile validator
* Update DeltaMaker 2.json
Corrected the capitalization of the file name.
---------
Co-authored-by: Noisyfox <timemanager.rick@gmail.com >
Co-authored-by: SoftFever <softfeverever@gmail.com >
Co-authored-by: Christian Coleman <christianlanecoleman@gmail.com >
2025-01-24 07:11:44 +08:00
Noisyfox
8b58719938
Merge branch 'main' into dev/update-bbs-network
2025-01-23 23:53:21 +08:00
Thomas
ddef92ccd6
Improvements and fixes for Creality K2 Plus ( #8154 )
2025-01-23 23:51:53 +08:00
Noisyfox
85e9d32660
Fix issue `Preset name "0.20mm Speed @MK3S 0.4" was marked as renamed… ( #8156 )
...
Fix issue `Preset name "0.20mm Speed @MK3S 0.4" was marked as renamed from "0.20mm Standard @MK3S", though preset name "0.20mm Detail @MK3S 0.6" was marked as renamed from "0.20mm Standard @MK3S" as well.`
2025-01-23 22:39:11 +08:00
discip
251887004f
Preventing nested zipping of the portable Windows build ( #7950 )
...
* Update build_orca.yml
Preventing nested zipping of the portable Windows build. 😊
* Update build_orca.yml
* uncommented lines 180-184
2025-01-23 22:10:15 +08:00
Vovodroid
7a5746b1ae
Support threshold overlap ( #6606 )
...
* Support threshold overlap
* Update tooltip
2025-01-23 18:01:38 +08:00
tao wang
ad76d0a50a
NEW:update printer config version
...
Change-Id: I85432494b2e9a27dc97a1bb464f9f3b04bf5bc2f
(cherry picked from commit 6fd4bda1d62e3e3921945bdcd9db71942b754fed)
2025-01-23 15:14:26 +08:00
Noisyfox
ccee8efe72
Fix stop button
2025-01-23 14:43:24 +08:00
lane.wei
6b30984e1f
ENH: version: bumped to 1.10.1
...
jira: no-jira
Change-Id: Ic2acf61195d4290d5c4742f18a5d769ba3030e63
(cherry picked from commit aed9dd9dff74bb8ed93c34b5fde2cac0b3dfc88c)
2025-01-23 13:45:11 +08:00
Noisyfox
bee7188599
Sync with bbs
2025-01-23 13:29:27 +08:00
tao wang
5f3ff22218
NEW:clear token when account logs out
...
jira:[for logout]
Change-Id: Iafbdc9244419bb689a9626251064517ec5544c3d
(cherry picked from commit 6472fbdc6a7e7380538b6e2da29f802831a93157)
2025-01-23 13:05:42 +08:00
Noisyfox
a90880193f
Fix flatpack build
2025-01-23 12:51:05 +08:00
Noisyfox
4f496dd3b4
Fix build
2025-01-23 11:38:50 +08:00
gerrit
93f4c2bd4d
ci: update network module based on commit bf743ea
...
Change-Id: Ic6104cad06da962e61834d7b072f2155ae729928
(cherry picked from commit 5f8b68601b1766568ec604a5b75d8a68efb24ade)
2025-01-23 11:38:27 +08:00
gerrit
7a3bafc162
ci: update network module based on commit adbaa57
...
Change-Id: I34d6ae1a192e3eb629a37a175626da0007208746
(cherry picked from commit 4be224611afaa7d3a113d8f6c62c13061c8946e6)
2025-01-23 11:38:26 +08:00
tao wang
818948af53
FIX:Fixed printer name display error
...
jira:[STUDIO-8619]
Change-Id: Ie9ce0cb39623eefa3973a342b447ab2f2a765d28
(cherry picked from commit c41eb657818bb29abb3a2e7c6df7b7d489c80592)
2025-01-23 11:38:25 +08:00
tao wang
00d274fc29
FIX:fixed that macOS will hang up as direct connected device
...
jira:[STUDIO-8630]
Change-Id: I96562bd11de807435fc6a2d81501800b0cf110b1
(cherry picked from commit c8a8d9f19758a33d713054eb93cd5084b38ac26a)
2025-01-23 11:38:25 +08:00
tao wang
0b582686d1
FIX:Fixed the use of wxwidget method in other threads
...
jira:[for thread issue]
Change-Id: I62f5b6913d9bc25ac6c81517ef20f28fa34d0124
(cherry picked from commit b5a6fe52b5fd2f3a07a51c05e21c6315af147f9e)
2025-01-23 11:38:24 +08:00
chunmao.guo
75ed8d69fe
FIX: Force load ams list when click sync button
...
Change-Id: I579adc9586e0bca85c20be2784b7513361b38f7e
Jira: none
(cherry picked from commit 9c1afdc63c3b1f451d0c8e344eb476e490d1988d)
2025-01-23 11:38:23 +08:00
gerrit
0aea1c0b4e
ci: update network module based on commit d2e9254
...
Change-Id: I9d4a7c1036b0dc3ad7fe49cac5d1a225e700ca9e
(cherry picked from commit 81f1ea9b03fd36865f6da4366d89fdee0692d321)
2025-01-23 11:38:23 +08:00
tao wang
43aad9f345
FIX:will not display 500 error dialog when sending print
...
jira:[for network error]
Change-Id: Id5fbd2182d3c1948f67382d81f8bf558daffa1c6
(cherry picked from commit 5b7cc2495cdfe8889cbddc9390bf096f72e52604)
2025-01-23 11:38:22 +08:00
tao wang
702f121e2c
NEW:add options that are dont show again
...
jira:[dont show again]
Change-Id: I6a025f7eb0902a36088f712e7dd511e4c35411d2
(cherry picked from commit 3be065d5676a7b74611dedfad8c67a8661950860)
2025-01-23 11:38:22 +08:00
tao wang
478fdbc041
ENH:prevent 500 error pop from popping up multiple times
...
jira:[for 500 err]
Change-Id: I81c74e75ebaeb3fdc18d0fb34a63205e2be06878
(cherry picked from commit 2fcc7f826482644496db25e096f11334b7e539bf)
2025-01-23 11:38:21 +08:00
tao wang
8bb7ea7cfc
ENH:optimized the retry of requests
...
jira:[for network optimized]
Change-Id: Iea43f4a97c7cd568171287278a07689e954d1093
(cherry picked from commit 35d3de8abe63a0cba30948581ed26a8bc7f94162)
(cherry picked from commit 30bad38fb979f5c5a10e4b869ec2e41fa99857f8)
2025-01-23 11:38:20 +08:00
gerrit
569d4e6307
ci: update network module based on commit c4c2707
...
Change-Id: I7ea8f149fa14d6c3fc2c10ee970b2457f0808c08
(cherry picked from commit a9940b1d5d75d02e6f34159aeeee49b84b7d9b6c)
2025-01-23 11:38:20 +08:00
tao wang
98ba252862
NEW:Support direct connection to X printer
...
Change-Id: I4ea38d3a69834f607161ae35eda00d042b7c4f47
(cherry picked from commit a0f63b9a3a4efd2fd6d396aa757750cd0ff28178)
2025-01-23 11:38:19 +08:00
gerrit
d57cfa2a99
ci: update network module based on commit 8f93dce
...
Change-Id: I7fb2f5333b05346e4ba48c11fdf66838c5d67f78
(cherry picked from commit 2e4d33b5e19d6254e8f3d8ca9e5e0fdc038a885b)
2025-01-23 11:38:18 +08:00
gerrit
620e857908
ci: update network module based on commit 76ae6aa
...
Change-Id: I542fa0291c56755373679ad776766c4c3b29da0c
(cherry picked from commit 6aa12e460b18b722b04370e3a36d670c8ffe299d)
2025-01-23 11:38:18 +08:00
tao wang
46c333a310
FIX:fix the issue of macOS crashing easily
...
Change-Id: I7378a28734e46c4126ab0216dc93d45a10bcd451
(cherry picked from commit 35b0ef0cd7bbb3a3e06231863cf2d855e74b56cc)
2025-01-23 11:38:17 +08:00
gerrit
723df03d74
ci: update network module based on commit ed13d56
...
Change-Id: Ibef15b6751b99486b0a60e4fb9652955666c0d3b
(cherry picked from commit ccab7b1ef30f9aa076d9837f7101e2a1b5e997cb)
2025-01-23 11:38:16 +08:00
tao wang
22613f498a
FIX:display msg when cannot edit filament
...
jira:[edit filament]
Change-Id: I7e2b4fabeb3930f34fc252f1334e168e4f623b77
(cherry picked from commit 95655e067a7187afd29e53759aae8e3023a5a7f7)
2025-01-23 11:38:16 +08:00
tao wang
bd754287ac
ENH:remove useless prompt information
...
jira:[STUDIO-7884]
Change-Id: Ia3fa5f8c99859d693544d3cb2be47975c3ed7493
(cherry picked from commit d9a8d68042c49258905071e902ac3963a6b3575e)
2025-01-23 11:38:15 +08:00
tao wang
8a2f5cd773
NEW:update prompt information in the connection
...
jira:[STUDIO-8292]
Change-Id: I3887bfe0537809a2fab39bbae1f65b7129ee0961
(cherry picked from commit 45f84d5321c4e7747a930636a95d8609d0764d34)
2025-01-23 11:38:14 +08:00
gerrit
4c48b281fd
ci: update network module based on commit 89857a1
...
Change-Id: Id47ec68b439751f6d1459b4325cea56b26ff175b
(cherry picked from commit 2a5c42fdd0d1228f85215ff05e5bca781ea8d663)
2025-01-23 11:38:14 +08:00
zhimin.zeng
fde250fbe3
FIX: add ack info for cali command
...
jira: none
Change-Id: Iec36ba2fd1248428234d74adb2089d975c54b7f2
(cherry picked from commit 0312db40c8ee5dfe7a912bf9992240f99036f6a8)
(cherry picked from commit 8a279ef30238dc70ef9b4ef473e75b4335059b87)
2025-01-23 11:38:13 +08:00
zhimin.zeng
f16038190d
FIX: fix build error
...
jira: none
Change-Id: I606c7ef67bf3b5f2810561ef2f5689947de4d4a8
(cherry picked from commit 93f95d95e718494a796a9290a1d7a5131485a205)
2025-01-23 11:38:13 +08:00