Mack
d30fb51b85
ci: github actions add ubuntu24 build
...
JIRA: STUDIO-6329
Change-Id: I499d21a1ae61ece2a753a71de621dc7e86fc921d
2024-06-18 14:55:27 +08:00
Mack
1acea099e7
ci: unstable download of OSSPlanet freetype files
...
JIRA: STUDIO-6329
Change-Id: Ia8ee9eb723aaff3bb91e81e0a838847cde664894
2024-06-18 14:55:27 +08:00
Mack
57e7714bfb
ci: support vs2022 17.1x.y
...
JIRA: STUDIO-6329
Change-Id: I788b6967a31a79542410e16a3d8bae2b53c24553
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
Fatih AYDIN
168d088e45
Update BambuStudio_tr.po
...
Update Turkish language
2024-06-13 20:30:03 +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
gerrit
ba19c8dd68
ci: update build version to 01.09.02.57
...
Change-Id: If1cbd2150fc6262ac361822792cae82476427405
2024-06-11 18:17:08 +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
gerrit
cc75e97e4f
ci: update build version to 01.09.02.56
...
Change-Id: I8ecd44fcd5d7dd9e56454df7aac2cf9afc1b56ea
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
xun.zhang
764095ca3b
ENH: update X1 start & end gcode
...
1.add printer start and finish music
2.sync code difference
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ic800f0d243cb3b8b9559aaa95a68cda9c61ed706
2024-06-11 18:17:08 +08:00
xun.zhang
caf31f6279
ENH: Add nozzle wrap detection for the third layer
...
1.Add nozzle wrap detection for the third layer
2.Adjust the calibration extrusion line width
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I7110163b08e889dd2683d2705056b53ac70b793c
2024-06-11 18:17:08 +08:00
Mack
4707cfb986
ci: create github actions workflow
...
JIRA: STUDIO-6329
Change-Id: I31ef884af8e95d867a01b3aacbfeaef533600c34
(cherry picked from commit db5b53424e122ac4c40a5d96baacaee7f62d1e2f)
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
gerrit
6ae20fefea
ci: update build version to 01.09.02.55
...
Change-Id: Ie8b79b33417cfe46845fee8b44f64eff57c2a341
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
xun.zhang
fabbbf4cd1
FIX: P1S not included in 0.10mm standard profile
...
jira:NEW
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I86d912ade93f9cd34c64078688b2ee591cd86b9e
2024-06-11 18:17:08 +08:00
zorro.zhang
fbfe35281f
ENH: Optimize ModelPage Left Menu AutoScroll
...
JIRA: STUDIO-7074
Change-Id: I3d1743f4769fc32ab38d2937beb158798b761d8d
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
gerrit
f5352b9530
ci: update build version to 01.09.02.54
...
Change-Id: Id5438cd1466030078dbd6fcf3125b8929d17c827
2024-06-11 18:17:08 +08:00
lane.wei
0dd63500b1
ENH: add depend logic of curl to openssl for all platform
...
JIRA: no-jira
Change-Id: I06f48a7299e542d1a01ef4464c7be4a50aecfe52
(cherry picked from commit 4a2cb5003ddc6115b315a96e6fd9a0d7201f58db)
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
gerrit
c39921a0ea
ci: update build version to 01.09.02.53
...
Change-Id: I04dc0248133fddca9c7cbda8e9fb06dcce3ec153
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