hu.wang
6d621816c9
FIX:final step of slicing is to execute post-processing script
...
JIRA: STUDIO-5828
Change-Id: I8c33e2a66ac5c692244c778586040663b7b54bd7
2024-03-25 15:29:19 +08:00
lane.wei
e931bd8ab4
FIX: updater: fix force upgrade logic
...
JIRA: STUDIO-6393
Change-Id: I46c51e09e7390e5ab0de40215911aac9635ab476
(cherry picked from commit 673ba6ff4ebda039d71dcbfdaa28c1252f5b8821)
2024-03-25 15:29:19 +08:00
zhou.xu
023c1ef7cb
NEW: add gizmo function of Measure
...
Jira: STUDIO-6166
Referenced some code from PrusaSlicer,and i made some improvements:
Change the measurement object to a local coordinate system and support measurement of multiple model_objects
thanks for PrusaSlicer and enricoturri1966
commit 928a642eb94ae8f04aee26e8242deb836cc1d3c3
Author: enricoturri1966 <enricoturri@seznam.cz>
Date: Fri Sep 2 11:24:06 2022 +0200
Measuring: Added features selection in GLGizmoMeasure
Change-Id: I9cec73398f0cdbd9a7718cb1d52145bf2562d9e1
2024-03-25 15:29:19 +08:00
liz.li
01a4f7df62
FIX: imgui support toolbar window text wrapping issue
...
jira: STUDIO-5821
Change-Id: I57ee984baffbb2f00a7ecc5d5c8061074b06aff6
2024-03-25 15:29:19 +08:00
liz.li
dab9a98e0d
NEW: support to adjust other layers print sequence
...
Jira: 6338
Change-Id: I5e6aef71aa9e6e97c1859aaaeb9ada5f1340414a
2024-03-25 15:29:19 +08:00
maosheng.wei
93078d0911
ENH: [ #3236 ] Unsaved changes to interface copy adjustment
...
github: #3236
Change-Id: I53931859bdcdfedfa9f63f6239d0fd2fd6d2766c
2024-03-25 15:29:19 +08:00
zhimin.zeng
8a965afb1a
ENH: add customize other layers print sequence
...
Jira: 6338
Change-Id: Ic14b2671ade37ab37583b81c5b509447b6c0d8f8
2024-03-25 15:29:19 +08:00
xun.zhang
bc36255090
ENH: optimize the get_tool_order func
...
Use Dp to refine performance
jira:[NEW]
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I38b0c875e4deee9d9fbe926087fb5b2e274f8f90
(cherry picked from commit 9b7b66dc7a1f5e3efa318227ae7694bec5ec1216)
2024-03-25 15:29:19 +08:00
chunmao.guo
996703021c
FIX: use wide path to create camera process
...
Change-Id: I5de31fce0dea14df9a0ad363f3cb16dc40c275bc
Jira: STUDIO-4946
2024-03-25 15:29:19 +08:00
chunmao.guo
ec247582df
ENH: reuse controls in param Field
...
Change-Id: I42bb4da01e1e9b64c343b7fda4357a9553cf8684
Jira: STUDIO-5983
2024-03-25 15:29:19 +08:00
chunmao.guo
e917afe923
FIX: label wrap all & ping test for liveview
...
Change-Id: I7767ed0740e20bb578b6ef9f5e9873c8c79d172a
Jira: STUDIO-5821
2024-03-25 15:29:19 +08:00
maosheng.wei
2cc42a0fd9
FIX: No data in the drop-down menu of the AMS settings page
...
Jira: 6342 6343
Change-Id: I6938fb4a7ae2816a4675d8d739622e25f219f469
2024-03-25 15:29:19 +08:00
zhou.xu
c3d50c362a
ENH:Gizmo click on blank space without exit
...
Jira: STUDIO-6350
Change-Id: Iad8cfaca1b90fd64f7fa6b1aa5632f6eaecabbdc
2024-03-25 15:29:19 +08:00
zhou.xu
d9d95294d3
NEW: add api of "toggle_selected_volume_visibility"
...
Jira: STUDIO-6166
Change-Id: I77eb988a3ea43cd37d50888d1753b973795d8b36
2024-03-25 15:29:19 +08:00
zhou.xu
ac1459e338
NEW: upgrade Measure class
...
SurfaceFeature is global,Measuring is local
Jira: STUDIO-6166
Change-Id: I62dc58c51f0ac5d9c587e2debe3d774f02a3158a
2024-03-25 15:29:19 +08:00
enricoturri1966
98faf48787
NEW: upgrade GLModel and so on
...
Jira: STUDIO-6166
most of code from PrusaSlicer
thanks for PrusaSlicer and enricoturri1966
commit f8ce187262df8ef588f649c414a095c971f36e67
Author: enricoturri1966 <enricoturri@seznam.cz>
Date: Wed Mar 9 11:51:02 2022 +0100
Tech ENABLE_LEGACY_OPENGL_REMOVAL - Refactoring of GLModel to automatically detect the data type to use into the index buffer in dependence of vertices count
Change-Id: I8b05c5c01c1d06cc24d1981479f44c016a46b2dd
2024-03-25 15:29:19 +08:00
maosheng.wei
626e2a9f79
ENH: custom filament sync with printer
...
1. prompt sync user presets when create custom filament
2. Fix the issue of not displaying printers when creating custom Filaments based on presets when selecting PLA Aero Type.
3. Optimizing the traversal logic during AMS Setting Pop up reduces time complexity and allows for quick pop ups. Additionally, using nozzle calibers for retrieval and repairing custom materials may result in inaccurate retrieval.
4. Implement synchronization logic with the printer
-a. Received slot information, reset the slot when the "filament_id" in the information does not exist in Studio
-b. Received slot information, the nozzle temperature in the information is different from the preset nozzle temperature in Studio, reset the current temperature.
Jira: none
Change-Id: I511dc82563ec77a341839671d398607048ce1985
Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
2024-03-25 15:29:19 +08:00
Arthur
d75e79c2ec
ENH: output the part name that causes mesh boolean failure
...
jira: none
Change-Id: Ie90809575291d66d54462f81c157d3e89fc34d55
(cherry picked from commit fdb6457798757a35b9623ece3b3071b3ad7ad38d)
2024-03-25 15:29:19 +08:00
zhimin.zeng
356e4d825e
ENH: Add buried points for calibration
...
jira: 6304
Change-Id: If5518919658afeaeef6cf97d18495e98fd52ed43
2024-03-25 15:29:19 +08:00
lane.wei
f4028927f2
ENH: refine translation in preference
...
JIRA: no jira
Change-Id: I2a8d64141b02de11b57f10c92396666406351251
2024-03-25 15:29:19 +08:00
lane.wei
d36c2fce87
ENH: preference: refine some texts
...
JIRA: no jira
Change-Id: Idd8188195b5a117114b6aba085d97a5c3ae10de8
(cherry picked from commit 3b1e107f84af9dcfc9884923685c8e191ba3c0a4)
2024-03-25 15:29:19 +08:00
enricoturri1966
06b17c4fdc
NEW:add measure gizmo new files
...
Jira: STUDIO-6166
most of the code come from orca
The original code is from PrusaSlicer and referring to the implementation of OrcaSlicer. Thanks for PrusaSlicer and OrcaSlicer , thanks for Lukas Matena and enricoturri1966 and so on.
commit f72d42f920334a05b0efa01f18eb4cc066809c00
Author: enricoturri1966 <enricoturri@seznam.cz>
Date: Tue Oct 31 11:43:04 2023 +0800
Measure: Initial porting of Measure Gizmo
diff --git a/resources/images/copy_menu.svg b/resources/images/copy_menu.svg
new file mode 100644
Change-Id: I81afa52165f14c34e0c63f2c40c953a04d76fc8b
2024-03-25 15:29:19 +08:00
chunmao.guo
89f40dd6fc
FIX: clear error after reload file list ok
...
Change-Id: I5d5e4f2870302b198d3a9d40603a6fa8010b7e76
Jira: STUDIO-6306
2024-03-25 15:29:19 +08:00
chunmao.guo
135abff7c3
FIX: not show printer's camera error when updating
...
Jira: STUDIO-6232
Change-Id: I985d75b3772849e07100799c4f13db5d4cbafde3
2024-03-25 15:29:19 +08:00
tao wang
2df691b9fa
FIX:fixed crash when selecting new printer
...
jira:[fix]
Change-Id: I6a81186e822eb6bf6ce7aa70561dfae35d4de0e7
2024-03-25 15:29:19 +08:00
tao wang
c8d08bd6cf
ENH:update the wiki link for AMS Lite
...
jira:[STUDIO-6095]
Change-Id: I2a75f31a7cda67a0590b5ce73c999eea655a4e1b
2024-03-25 15:29:19 +08:00
tao wang
c0cbdfa898
ENH:reset user access code
...
jira:[for lan mode]
Change-Id: I2d0ed48411d683c3f20b2febc0d54747287870a7
2024-03-25 15:29:19 +08:00
tao wang
b44d934c3c
NEW:add wiki link for flow dynamic calibration
...
jira:[STUDIO-6095]
Change-Id: Iab2c1996e34edbdf746f8c0cdcfdd5f916c9540b
2024-03-25 15:29:19 +08:00
maosheng.wei
18a90327fb
ENH: Print when unnamed project, task named as object names
...
github: #2286
Change-Id: I9be3fd25d16a00b78326ec43db9afcf3645d90f1
2024-03-25 15:29:19 +08:00
hu.wang
0dcdf96d85
NEW:Color painting shortcut keys 10~16
...
JIRA:STUDIO-6238
Change-Id: I3cce838fad5e73d41f109b32f2e563716fd5b0da
2024-03-25 15:29:19 +08:00
hu.wang
96e29c7b70
FIX:multi colour displayed as gradient color on AMS
...
JIRA:5925
Change-Id: Ic7a925dda2e3bde066ba40ba27002569040f9518
2024-03-25 15:29:19 +08:00
zhimin.zeng
c094afe37a
FIX: The last trace of the PA line calibration is incorrect.
...
Jira: 6307
Change-Id: I498aa7d28c75a1aca31f334e06250b9b9f02430f
2024-03-25 15:29:19 +08:00
XunZhangBambu
7e9dc8b998
ENH: update profile version
...
jira:[NEW]
Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: I23b2fa5c1415917a80ee7abd5f3eb5c48b64baeb
2024-03-25 15:29:19 +08:00
XunZhangBambu
53a4de5674
ENH: add new filament type PA-GF
...
1.Set Bambu PA6-GF type to PA-GF
jira:[NEW]
Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: I79b4896ed9901e8525fd770f4a37713729b7e420
2024-03-25 15:29:19 +08:00
zhimin.zeng
698e1ae63c
FIX: Unnecessary prime tower error prompts
...
Custom gcode on other plate causes unnecessary prime tower error prompts
Jira: 6305
Change-Id: If499659b364a6b6898db1587b7b2aeed03758667
2024-03-25 15:29:19 +08:00
chunmao.guo
6036c0fc0a
ENH: refresh printer file list
...
Change-Id: Ic86942d2b0b2e8383ef0f06311164aad59e837ad
Github: 3383
2024-03-25 15:29:19 +08:00
tao wang
699466fe2c
ENH:display conflict information
...
jira:[STUDIO-6297]
Change-Id: Ie1501323a7e8d9ceb4060ae6c0b4eab20f8b088a
2024-03-25 15:29:19 +08:00
tao wang
c8f3876eb3
ENH:error code setting default value
...
jira:[for error code]
Change-Id: Ica61344c8217d41adb2947a40f633dc8d19a197a
2024-03-25 15:29:19 +08:00
tao wang
6948a60757
FIX:fixed HMS message not cleared
...
jira:[STUDIO-6296]
Change-Id: Ic7692ce337fd00ece4ab8d65214a8c406f8543f8
2024-03-25 15:29:19 +08:00
tao wang
f1e70cb475
NEW:enable loadl/unload when printing pause
...
jira:[STUDIO-5968]
Change-Id: Ieb3ef2423378e44b81a61a2b18c16f68aa335922
2024-03-25 15:29:19 +08:00
tao wang
ac0e49ceff
NEW:add printer compatible check from sd card view
...
jira:[STUDIO-5969]
Change-Id: I86d10ebe2e9bc77e6350e26aeed6b4f0f9fdcecb
2024-03-25 15:29:19 +08:00
XunZhangBambu
5fe6a1e6ec
FIX: incorrect layer height range in A1 0.2 nozzle
...
1.Set min_layer_height to 0.04,max_layer_height to 0.14 in A1 0.2 nozzle
2.Fix some spelling mistakes in gcode
Github: #3475,#3477
Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: Idca0a8dace0eb96492bf3b55c6786dc4e8bab057
2024-03-25 15:29:19 +08:00
XunZhangBambu
9b8a59c0bd
NEW: add filament Bambu PA6-GF
...
jira:NEW
Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: I4305f87aa84054551396fab772e50fa262d9a2b5
2024-03-25 15:29:19 +08:00
XunZhangBambu
b5ad12dd09
NEW: add filament Bambu PVA
...
jira:NEW
Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: I80e296f3ecc2027369749716980716de7be972f9
2024-03-25 15:29:19 +08:00
XunZhangBambu
19d8ed601d
NEW: add filament Bambu PLA Galaxy
...
jira:NEW
Signed-off-by: XunZhangBambu <xun.zhang@bambulab.com>
Change-Id: I454e1353a0328dc0ddae15eddd1b3ee46a5013e4
2024-03-25 15:29:19 +08:00
zhimin.zeng
d83d22c41f
ENH: Add "New" button for PA cali
...
Jira: XXXX
Change-Id: Ic39f2508f2f9d390c2b9246fb3d3e281cde9b064
2024-03-25 15:29:19 +08:00
zhimin.zeng
32399c9ff2
FIX: unexpected layers in multi color print
...
github: 3131
Change-Id: I2a42e3bbd2247fbc0957022e1baae43c9375a8fb
2024-03-25 15:29:19 +08:00
maosheng.wei
38cc251196
ENH: earse sensitive fields when export configs
...
Jira: None
Change-Id: Id9ca0637240b80773f39d2308192f8c78a5de3c6
2024-03-25 15:29:19 +08:00
Stone Li
0dfeb35c82
ENH: remove track files when privacyuse is false
...
JIRA: STUDIO-6288
Change-Id: I6d3d7a01f5ae6db815a9832b572056e1dceb686c
Signed-off-by: Stone Li <stone.li@bambulab.com>
2024-03-25 15:29:19 +08:00
Kunlong Ma
dfeb1eba09
FIX: Incorrect value in burying point
...
JIRA: STUDIO-6104 STUDIO-6100
Signed-off-by: Kunlong Ma <kunlong.ma@bambulab.com>
Change-Id: I6360d30900b020c067d85ac48b741dda7eb354ba
2024-03-25 15:29:19 +08:00