Commit Graph

5772 Commits

Author SHA1 Message Date
chunmao.guo ad471bf3db FIX: missing border in static box on Linux
Change-Id: I2105608cf74c5bc40caf383d3086ff852beaa07d
2022-09-29 11:16:43 +08:00
chunmao.guo 70de37d1ae ENH: help video play failure
Change-Id: I5f847547877a82d626bffb78488e5f3d20cc56d0
2022-09-29 11:16:43 +08:00
chunmao.guo 6dc68c4c9e FIX: optimize style of media file panel
Change-Id: I2e5319538adae84b9b0348874d7b468b0dbc2db1
2022-09-29 11:16:43 +08:00
chunmao.guo b21b4aec95 FIX: device video/tunnel functions, add local video tunnel
Change-Id: I9da97406544c233d5ba6903857db6ad6f7f851e1
2022-09-29 11:16:43 +08:00
salt.wei 80575cd269 ENH: some change for external bridge
1 move thick bridge from support to quality page

2 Fix the issue that some times the external bridge angle
is not the best, and the bridge line is not the shortest one.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ie26570fb289898f6b62960f9333e79aa92c08ae4
2022-09-29 11:16:43 +08:00
chunmao.guo d41e0db18f ENH: icon for param group
Change-Id: I435830615747aa850ed82621349f5fedfc29d860
2022-09-29 11:16:43 +08:00
chunmao.guo c5024af7e2 FIX: move preset dirty suffix to prefix
Change-Id: I52d4d6e3dea28d071eb7bf2f3b5e77b5e1b8c8bb
2022-09-29 11:16:43 +08:00
Stone Li 99fcecf193 ENH: fixed gcode of ams switch
Change-Id: Iad3845e5797a699dacc1a505db8f12e3fbb1b64e
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-29 11:16:43 +08:00
Stone Li ca3ba7604a ENH: do uniform scale if uniform_scale is true
Change-Id: Iac208416110492fccb7b8a326c807641311dabd8
2022-09-29 11:16:43 +08:00
Stone Li 2996affc55 ENH: save uniform scale to an app_config item
Change-Id: Ib4a42597308382ea195d73776790e9cd4a122b76
2022-09-29 11:16:43 +08:00
miaoxin c6d6784070 FIX: large unarrangable objects may overlap with bed boundary
large unarrangable objects may overlap with bed boundary in auto-arranging

Change-Id: Ie98aa96fb26cc819d1bb38ad0fc316f99423393c
(cherry picked from commit 3caf447a62e4dec5f56807c9f86a351db8fff5a7)
2022-09-29 11:16:43 +08:00
Arthur abddb1edc3 NEW: add support_critical_regions_only for tree support
When this option enabled, only generate supports for sharp tail, cantilever,
thin pillar (not well supported). So holes are safe from unnessary supports.

Currently only works for tree supports, will need to copied to normal
supports if it works fine.

Change-Id: I5eb86484a5b503149e3bfdee8ce73f76a0a849e4
2022-09-29 11:16:43 +08:00
salt.wei 5152a90545 ENH: add some pattern back for user case
For github issue #328

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Iafbb141173f4ebe8352c5247f5de00ee671077e5
2022-09-29 11:16:43 +08:00
zhimin.zeng 0072e5ec37 FIX: prompt when opening 3mf
Change-Id: Ife452f5b16bdcf3f8eb105aeb58ffccdccb9177f
(cherry picked from commit c1e984d0feadef778fd09e61063ac1dacbbf9a64)
2022-09-29 11:16:43 +08:00
zhimin.zeng 0d25141a90 FIX: prompt when cancel loading 3mf
Change-Id: Id4a472a4d4ece3202fd8374e2154533c44e41635
(cherry picked from commit 3953223bb46dac8a39a54859b5e7579e8c6c318e)
2022-09-29 11:16:43 +08:00
Stone Li 66a2f49008 FIX: fix HMS display blank string
Change-Id: I36fe5879a5db76fba65095ce409b3f0060689de6
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-29 11:16:43 +08:00
Arthur fae9036f01 FIX: tree support floating branches
Change-Id: Id28324e7676b28a315b03055d941b9876b2b3b5b
(cherry picked from commit 8b5d3fae4a476b91caf854cc75d5de36ff984790)
2022-09-29 11:16:43 +08:00
zhimin.zeng 2ee113b9da FIX: Remember the bed typ of the previous project
Change-Id: Id3b0e4ec7f8b4fcb2396f6f9f22789736e48eb8a
(cherry picked from commit 2ea818594b6da0ee323b5e255c36b45ff4247324)
2022-09-29 11:16:43 +08:00
zhimin.zeng 1ed06855a9 FIX: When rescaling an object, "Uniform scale" is checked again
Change-Id: I850c63abe77e45380f49cbd96cfd6e500252d89c
(cherry picked from commit a2bbbd7051427d54aefd28a9bd6fcf3269eb304c)
2022-09-29 11:16:43 +08:00
liz.li 07dd4c3672 FIX:mousewheel bug in preview slider
Change-Id: I9366a9c36250519259c132380e0a69697b6ee18c
2022-09-29 11:16:43 +08:00
tao wang ecc76d0f33 FIX:Use url links to display Releasenote
Change-Id: Ib57931d71702d1356b10bd4c665017b3331189aa
2022-09-29 11:16:43 +08:00
chunmao.guo 42e08b5414 FIX: less param line option vertical gap
Change-Id: I5b63a078c54a6bd744321a5a57f2452b01c0dd0a
2022-09-29 11:16:43 +08:00
lane.wei 516a960f71 refine the plate's sliced_result logic
1. when the plate is locked, the sliced result is kept after auto-arrange;
2. when only arrange a plate, other plates' results are not affected

Change-Id: I7566e11e9eec0c2b196a2e78d9dc306ea325e9ff
2022-09-29 11:16:43 +08:00
tao.jin 8386b48554 ENH: add confirm dialog for cancel-print button
Change-Id: I0a97c7a3122b1b5dd0b306212292e8c51b9acd9b
2022-09-29 11:16:43 +08:00
tao wang 1b4486cc5d FIX:Change the menu options from Reduce Triangles to Simplify Model
Change-Id: I68d44b8c055456ae237925896573316c2a24b264
2022-09-29 11:16:43 +08:00
Arthur 92f1236128 FIX: height not synced when inputing cut movement
Change-Id: I0640f9a21e1d700806ade79e4e1637338aef963a
(cherry picked from commit 8bacb887da19a9bed6451d2aaa1ebc149c20359d)
2022-09-29 11:16:43 +08:00
tao wang c47f892ec8 FIX:release note support for richtext and markdown
Change-Id: Ie00dc94d88005c123acd20f05f43c5473b6dfa46
2022-09-29 11:16:43 +08:00
chunmao.guo 673b6418c1 ENH: sync with ams filament
Change-Id: Ifa8b9487c934a18ad1003f380bbb53fa9288e387
2022-09-29 11:16:43 +08:00
tao.jin 83a9c259f7 ENH: add hint dialogs for firmware upgrade
Change-Id: Iff34e4543d50074db05280fec8178029c4531e00
(cherry picked from commit 6f98eda25c722ecb6e0b6f4926972031c00bc366)
2022-09-29 11:16:43 +08:00
zhimin.zeng 37d6efdbef FIX: thumbnails not showing after simplifying model
Change-Id: Ie599b3067cf3f3dbf48a38f5f434678a7d56dbda
2022-09-29 11:16:43 +08:00
salt.wei 6a8d42359a ENH: don't load empty mesh when loading step
This is fix for crash issue for some specific step
file, which generate empty mesh.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I910e3d2da670b623570665265a12361492bd706b
2022-09-29 11:16:43 +08:00
zhimin.zeng 87718e6725 FIX: prompt when opening 3mf
Change-Id: I645bb675ea060ca3827a597b13a86cd56425735f
(cherry picked from commit 743d0bf1757a886784a41cc35c4f13381d27699d)
2022-09-29 11:16:43 +08:00
zhimin.zeng 46a0e67be7 FIX: sort extruders for minimal flush volume
Change-Id: Idf96e10ae5a8809a689c80e38611a14dbb108f0a
(cherry picked from commit cbfa3f17807313b7120e19e5f30836fb49d36b55)
2022-09-29 11:16:43 +08:00
zhimin.zeng 9f74ea5763 FIX: wipe tower does not extruder fill in smooth mode timelapse
Change-Id: Ia6957cfe41ed3624baa4c12b6df90462fc436475
(cherry picked from commit 39ecccc94bea2a43a74ac852f121c5dbc739dc67)
2022-09-29 11:16:43 +08:00
chunmao.guo 530c2287c8 FIX: restore config value of Bools type
Change-Id: I6ea8b44d71176fe75238e0207addceb8ddd1e73f
2022-09-29 11:16:43 +08:00
lane.wei d2eb526ea3 Fix the slice button status incorrect issue after auto-arrange
when a plate is locked, the slice result is also affected by auto-arrange

Change-Id: I83b3400d07fd55c42422b358d4b9ed7a179bd3a7
2022-09-29 11:16:43 +08:00
liz.li 613b433bfa ENH:refine GUI of speed/flow text display
Change-Id: Ia077a56a14af059d94d9581518ac39a45fa56527
2022-09-29 11:16:43 +08:00
Arthur 3d55647895 ENH: increase auto-arranging spacing to 5mm
Change-Id: Iebf4d31f2f869f11ddb6d9e903dfd446082802d1
2022-09-29 11:16:43 +08:00
lane.wei cb3c9503d0 Fix the Bed texture gone missing issue on AMD systems
patch picked from PrusaSlicer, thanks to Prusa3D

Windows specific: Use mipmaps generated through OpenGL for AMD graphics cards with drivers newer than 22.6.1.

Since AMD driver version 22.7.1,
there is probably some bug in the driver that causes the issue with the missing texture of the bed.
It seems that this issue only triggers when mipmaps are generated manually (combined with a texture compression)
and when mipmaps are generated through OpenGL glGenerateMipmap is working.

This workaround detects the AMD driver version and generates mipmaps through OpenGL for driver versions newer than 22.6.1.

Change-Id: I679dd61efec8f4baf97e5bf4868cb93db5184dcf
2022-09-29 11:16:43 +08:00
tao wang bf927f5adc FIX:add the sd card removal function
Change-Id: I98592a5d3d4abcfd3a67b8c12fa4cf07e79b0e4b
2022-09-29 11:16:43 +08:00
tao wang b9b3f7b4c1 FIX:only show the material used in the actual printing
Change-Id: I44edd5ffb54376da91077e2e3d990851af050949
2022-09-29 11:16:43 +08:00
liz.li 07d234825e NEW:show flush of every filament on gcodeviewer
1.show flush of every filament
2.modify first-layer text display
3.show time in seconds when time cost < 1h
4.forbid add-filament when print by-object

Change-Id: Ib8a94b9f620797e367bfc9e8a33abd5d7ab648ec
2022-09-29 11:16:43 +08:00
salt.wei ec347aba3a ENH: po change to add some translation
As title

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I25acd3ff199ac04f5f86f21859dec441c90e6925
2022-09-29 11:16:43 +08:00
salt.wei fac58ccefa ENH: reduce infill margin for small nozzle
Small nozzle has higher print accuracy. Reduce
infill margin to improve bridge overlap quality.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I5321c2fe1fe5c3d6422c5f11e8c9f0b82b9ba5bd
2022-09-29 11:16:43 +08:00
salt.wei 6d8887e858 ENH: handle github issue 254 and 286
1 add back Aligned Rectilinear infill pattern

2 allow wall loop to be 0

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Id2873b9107b7b269466a8db1768dfead9ebdad0d
2022-09-29 11:16:43 +08:00
salt.wei db9ade2257 ENH: enable arachne for concentric pattern
Enable arachne for concentric pattern by
referring to PrusaSlicer

Also remove useless pattern we added.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ie2574f7fc4751ebdf1caab4de52013f3101e104f
2022-09-29 11:16:43 +08:00
liz.li df321f8cd9 NEW:show speed and flow in gcodeviewer
Change-Id: I107f8be06820bc7859aee5654f264397331726b6
2022-09-29 11:16:43 +08:00
tao.jin 31ba41ec3e NEW: move selected model to the center of selected plate
Change-Id: I7af49e98e83f5eef690f7d30d10a2cc240046466
2022-09-29 11:16:43 +08:00
chunmao.guo 62da568e0b FIX: check int value invalid in Choise Field
Change-Id: I75cbe55b36dd75480903b6991f234c02ad8de5cc
2022-09-29 11:16:43 +08:00
Stone Li 09e1c0a1af FIX: do not display use_ams checkbox when no ams
Change-Id: I5be4843b22e019111264922f1721787e2dd5111b
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-29 11:16:43 +08:00
salt.wei 3e0f26c296 ENH: remove old typo
Delete some useless and wrong code

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: If103e5ced2c930340e6291a63e2226ecf577f19e
2022-09-29 11:16:43 +08:00
Arthur 9edc90704a ENH: unify multi-object copy with single copy
Also adapt empty cell stride with object size plus 1mm.

Change-Id: I47ac98bede196d636ebb3da549c16e393756de0a
2022-09-29 11:16:43 +08:00
DeftDawg f5a4862da5 Add Linux related build scripts
including following changes:
- Linux build scripts from SuperSlicer project;
- Update BuildLinux dev dependencies, remove unused bits;
- Update BuildLinuxImage to use nproc for cpus;
- CMake: render BuildLinuxImage and build_appimage templates;
- Fix "DSO missing" linking problems;
- Add Podman Containerfile for building;
- Update BuildLinux.sh to work better in container build;
- fixes to create AppImage inside container;
- add env to build environment;
- Update build instructions in Containerfile;

Change-Id: I73e30ab488cda8c1b0886cd34858e125596f282b
(cherry picked from commit 83fc26670ca592c91c7af1d4033a04b587cfd4cd)
2022-09-15 16:03:53 +08:00
salt.wei 014152f078 ENH: wrong == in brim code
Typo, Should be fixed.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I576b15df9bc738ef2c4440356afc06c9132bd9eb
2022-09-15 16:03:53 +08:00
salt.wei d4854c0df7 ENH: fix empty infill layers
This is fix for github issue #216 that
sometimes the infill layer is empty.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ie3be08b75506e48f5ae9dd6aae2ae729ba666e01
2022-09-15 16:03:53 +08:00
lane.wei d9d88b8022 change the main thread name to bambustu_main
the max length of linux's thread name could only be 16 bytes
bambustudio_main can not be set by pthread_setname_np

Change-Id: Idab83896c81787b32f6a4dde869b101da1d69e5c
2022-09-14 17:39:11 +08:00
zhimin.zeng e05f28d0fb FIX: modify the translation
Change-Id: I8f894012660ec9877fb3af9f87be370d78859c76
2022-09-14 17:39:11 +08:00
zhimin.zeng 084ea583fb FIX: support to import color in standard 3mf
Change-Id: I631e3f62c4d996924efafdfe9352d1585ad4d130
(cherry picked from commit ec08a5194b45a98973eb53ab0022a0799238134c)
2022-09-14 17:39:11 +08:00
zhimin.zeng 56fddf988a ENH: add reload from disk and replace with stl
Change-Id: I23088c023141c2f8b76ee6d2de663fb4b311f1f5
(cherry picked from commit d4e4b5eb6ef01ea3a3d097809b229c438ee18169)
2022-09-14 17:39:11 +08:00
zhimin.zeng 2e9174500d FIX: add tips for timelapse
add tips when both print by object and smooth mode are selected

Change-Id: I13f4cc14f2ff7c33c23dcd1708fdb784aef5afa3
(cherry picked from commit a0bfe48df21d4eecf105d41387838f14b22fff3c)
2022-09-14 17:39:11 +08:00
qing.zhang 4ad4151a07 ENH: modify the warning msg of virification temperature
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I77157ed65aedc9c114c40c2e1e72d323cf4a46b8
2022-09-14 17:39:11 +08:00
Stone Li 9adf67f095 FIX: add more utf8 chars to support language hu
Change-Id: I65c9ed7cac13f28e077f42f2ae214a5d56d28bd0
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-13 19:42:32 +08:00
chunmao.guo 4d6ec7cd34 FIX: only auto play live video on had started playing
Change-Id: Ic54bcb00ea312f08b4ec43123a031a0cffde5850
2022-09-13 19:42:32 +08:00
lane.wei 4138a989af refine the version update logic
1. always copy the system profiles if found version mismatch
2. use AA.BB as the version check rule of presets

Change-Id: I4895f1d765dadcbb906ac6bc2be6b32e48b4f9f2
2022-09-13 19:42:32 +08:00
yifan.wu dd1511084e FIX: fix an adapative layer height not work issue
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
2022-09-13 19:42:32 +08:00
lane.wei 7f1d87f20a fix the multiple stl no hint issue
Change-Id: I368060285890ccd3e440cdb04e7672d038e2a1d7
2022-09-13 19:42:32 +08:00
yifan.wu 1f38d12862 FIX: fix a prime tower issue in timelapse smooth mode
Fix the issue that the first 2 layers of prime tower are not generated
when timelapse is set to smooth mode. This issue only happens in single
filament printing.

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
2022-09-13 19:42:32 +08:00
Arthur Tang cd315d0888 FIX: empty reference image of first layer
This is caused by the new layer 0 of custom extrusions.

Change-Id: Ie1fe5aac65f908b90a7505db6ae3deb279247007
2022-09-13 19:42:32 +08:00
gerrit 6a319bcb56 ci: update network module based on commit dde61e3
Change-Id: I126ec79f3a79de4af46c647eac13c0187eac7109
(cherry picked from commit b8a22b969098f0a6e0512decb6e69ce290791bd4)
2022-09-09 19:59:27 +08:00
chunmao.guo 4448409722 FIX: timelapse wiki url
Change-Id: I7d82c7ef1585cc5bd907f36bc7592449131efe6f
2022-09-09 19:59:27 +08:00
Stone Li d20656b869 FIX: do not clear access code when connection lost
Change-Id: I540f26def8946b85c7cf9d2bff78c57287c911d8
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-09 19:59:27 +08:00
zhimin.zeng 96e827ca7f FIX: the tree support use interface materials
Change-Id: I6c61c427095bf8157a2e29a8bb81a1754b6fd980
(cherry picked from commit 4b6d5c25599ca8c97184fd977a3bac2f278f8896)
2022-09-09 19:59:27 +08:00
zhimin.zeng 4c063a8a32 FIX: modify the text
Change-Id: If9d6d629288f9016b5d8abfaff5ee44c99d90e30
2022-09-09 19:59:27 +08:00
lane.wei 5b7cf54cf5 fix some building issues under linux
Change-Id: I787024a74e15ef3904dcffe233e4387bdfc139b3
2022-09-08 21:49:36 +08:00
chunmao.guo 5f1138f022 FIX: media play error url
Change-Id: I7ade71a951fda4e5b2d6c632248d0868846f4e7f
2022-09-08 21:49:36 +08:00
salt.wei a0d4185909 ENH: remove ignore of slice_closing_radius
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I96aa0a07e5e278f0e22f5c2acc5303050ff0cd2c
2022-09-08 21:49:36 +08:00
zhimin.zeng 05625a5e43 ENH: add traditional timelapse without wipe tower
Change-Id: I77792fb1a7af2ee95242c6f2501371dc0745287f
(cherry picked from commit f6d434cc8b6c8d11d16bbabf9600c2f2b63868db)
2022-09-08 21:49:36 +08:00
Stone Li 4987f19147 FIX: clean ams mapping result when reading info is timeout
Change-Id: I2dbe6dd4edd26f0464c94aa3237ac371ec4a562c
2022-09-08 21:49:36 +08:00
tao wang c278291808 FIX:fixed sort character display error
Change-Id: I5f4a9318f26f11f8294dcb1d4e17862546ef9825
2022-09-08 21:49:36 +08:00
salt.wei 9e2f227aef ENH: fix wrong extruder offset when loading from gcode
All extruder offset should be extruder_offset[0] when
it is single extruder multi material.

Add handling when load config from gcode.

This is fix for github issue #213

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ia881b2bfbbdffa98e3c3db7b35201dc86b520b29
2022-09-08 21:49:36 +08:00
Arthur e7c977f86b ENH: move first layer inspection before 2nd layer
So an object with a single layer won't do first layer inspection.

Change-Id: I43d8d41b64215b13573c517e6350f7feff5f2e33
2022-09-08 21:49:36 +08:00
chunmao.guo b2b2bc2a9c FIX: not keep restarting video on local error
Change-Id: I2f79208326f92931bec108a4609088788ceca998
2022-09-08 21:49:36 +08:00
liz.li 288913cc4b NEW:add shortcut introduction
Change-Id: I6d85b5bcc20f2e5d5cfc78c4cfe8520565f25ff2
2022-09-08 21:49:36 +08:00
chunmao.guo 605253f61b FIX: open new BambuStudio at fixed path
Change-Id: I4ebadf9d27c38243a3cb462c6723e61864169d9c
2022-09-08 21:49:36 +08:00
liz.li 04d3917993 FIX: imgui font texture failed
Change-Id: I5ba0ad1c568024ab15e3c1559015e192709376a2
2022-09-08 21:49:36 +08:00
zhimin.zeng a3071f9e48 FIX: grabber moving distance is too small
When dragging in 3D scene, the grabber's moving distance is less than the mouse's moving distance

Change-Id: I7b766a73b7e862fb6304531c75502b09702eb128
(cherry picked from commit 82ebcd38e50c63bcfe5863dd4ff87b93df5a771e)
2022-09-08 21:49:36 +08:00
tao.jin fbd6af069d ENH: support to skip current version in upgrading dialog
Change-Id: Iedcf595b146017fa26827900b446fd8782938341
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-08 21:49:36 +08:00
salt.wei 4e1caa428d ENH: wipe_distance should not to be 0 or negative value
As title, fix github issue #220

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: If63c839da1341ac2e16bbfa287c4e32564284d59
2022-09-08 21:49:36 +08:00
liz.li e6f0c5abec FIX:speed ctrl in device
1.the speed ctrl shouldn't open popup when the printer is in idle status.
2.add tooltip

Change-Id: I3b0b4c58ef1c1961835ee2e06b2e7f3cccb53428
2022-09-08 21:49:36 +08:00
salt.wei 72221d2760 ENH: add slice_closing_radius back
For github issue #182

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I38c69bed03b6d70cb21d58b5f724b4dc3a8992a4
2022-09-08 21:49:36 +08:00
Stone Li 1a3a01a39f ENH: update translation and sync with localazy
Change-Id: Icbf0a5642e16ad18eb8a9552810e39de5ec3b471
2022-09-08 21:49:36 +08:00
Stone Li e2653289f4 ENH: refine translations, sync with localazy
Change-Id: I33d462b6e407f1cce91e1e0901a91249a8866ee7
(cherry picked from commit c1a392b62ebcb36d52bbd1d05c8f073f8e751de8)
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-08 21:49:36 +08:00
Stone Li 55e12ef8b7 ENH: refine ams user settings display
Change-Id: Ie205824cf6f60f6acd8b07a2b89c1220eebdfb83
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-08 21:49:36 +08:00
liz.li 664672b742 FIX:Gcodeviewer:arc type render bug on first layer
Change-Id: Id047e9c6ef39fa95af800bc1b218c14bc6efb7ab
2022-09-08 21:49:36 +08:00
zhimin.zeng a4e89ab1f5 FIX: model moves when adding negative volume
Change-Id: I49fdfa8324751874203bde42a692c3babc901623
(cherry picked from commit 550286d7314cc20da5ea590e3dd19772daceda16)
2022-09-08 21:49:36 +08:00
zhimin.zeng e5c3127517 FIX: keep only one repeated opt_key
keep only one repeated opt_key when old software open new 3mf file

Change-Id: I4f35d2f15e0cb9e5fa4a7523cfcba7b601afd795
(cherry picked from commit a25c42f31437b4562b8fe71a836a421c014c6cf9)
2022-09-08 21:49:36 +08:00
tao wang 264aad9b4b FIX:add new effect of disabling print operations
Change-Id: I19cd39205785fc2d4321016746a2dc19cff98c5b
2022-09-08 21:49:36 +08:00
chunmao.guo a64fc3918a FIX: scroll direction of DropDown
Change-Id: Id5abf74e099586810ac9a5ec2b43e6050381a3c3
2022-09-08 21:49:36 +08:00
chunmao.guo 63448d9126 FIX: modify ui styles in media file panel
Change-Id: I064858975fc39618339cf4fe0e577fa3d2e5085f
2022-09-08 21:49:36 +08:00
chunmao.guo dd0ccfb6e9 FIX: StaticBox background color
Change-Id: Ifbb0bc4ac3e0a69675f16dc3234b4190fff698fb
2022-09-08 21:49:36 +08:00
chunmao.guo b03a16054b FIX: add authors to param links
Change-Id: Ibcbd1d58e6201e1a668f350891eb1beda9fe4d12
2022-09-08 21:49:36 +08:00
chunmao.guo 0471c7d427 ENH: open new process on MacOS
Change-Id: I0bc4069f9ff14ac86d9edf800134f04a26a650f2
2022-09-08 21:49:36 +08:00
tao wang 77e4599c4a FIX:add few extra function for objecttable
1.supports filament sort
2.printable supports batch selection

Change-Id: I231b8add4f43550f4854796cfd804f86251604e7
2022-09-08 21:49:36 +08:00
Arthur b8846f675f ENH: do not change relative pos for multi object copy
Change-Id: Id54e119ebb72ca90989c13b221b9be72e4ac2f86
2022-09-08 21:49:36 +08:00
Tao Wang 0ed1d2ed34 FIX:fixed crashed when starting Studio on secondary display
Change-Id: I0392607479a25b5e2b2704f5569d6b8b94ba7e3d
2022-09-08 21:49:36 +08:00
liz.li 3fb942077c FIX:AMSMaterialSetting dialog
1.Set dialog readonly when printing
2.replace comboBox with text when set readonly

Change-Id: Ic9d9570f3984088550b70628f4acb33c83108dde
2022-09-08 21:49:36 +08:00
Stone Li 0a1f3df697 FIX: fix display error in UpgradePanel
set to default value when monitor status is DISCONNECTED or NO_PRINTER

Change-Id: I48b9f44e9744794cfaaed32c316b7f3866cf76fd
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-08 21:49:36 +08:00
Stone Li 93b26be024 ENH: update ams mapping result after changing use_ams checkbox
popup axis tips after axis action

Change-Id: Iadae7e645d4718dc80264f5d1f98b16edcfb9cbb
2022-09-08 21:49:36 +08:00
salt.wei ee16e75a9c ENH: move overhang fan speed to advanced group
Show these two settings in advanced mode

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ic7ef16ef3a9940d81839cce15de05bf6e32d9315
2022-09-08 21:49:36 +08:00
liz.li 65cbccb219 NEW:add custom-gcode before first layer
Change-Id: I168e3038cb7d6850a5d6c568f348fed8000a915a
2022-09-08 21:49:36 +08:00
qing.zhang 53be2ee554 FIX: fix the topmost iron issue
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I79a034f188aaa1ef4528b944c725008f926b7b1f
2022-09-08 21:49:36 +08:00
tao wang fbb9dfc41a FIX:amsmappingpop dialog adjustments on macos
Change-Id: Ideeb1b8536efeaf0fedefa0acf91c386a2c76b96
2022-09-08 21:49:36 +08:00
tao wang 43e69fee35 FIX:refine objecttable layout and interaction
Change-Id: If7639decffc994bfbbef3461fd02de0c06758b89
2022-09-08 21:49:36 +08:00
tao wang 83b427b7e2 FIX:synchronize the add and import actions
Change-Id: I3fbd52d5d554001af4bea27bbf6bb6feee6e230d
2022-09-08 21:49:36 +08:00
liz.li 0d432bf89f FIX:adjust text of home dialog
Change-Id: I4e6412ae2828d2918f44d6442a7fd2efc21970cf
2022-09-08 21:49:36 +08:00
yifan.wu a744f7d60c ENH: support to show object labels in 3D scene
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: If2267b13ab15d2c18175dc54cfda605f8f062cf8
2022-09-08 21:49:36 +08:00
zhimin.zeng 612204b443 FIX: STUDIO-787 & STUDIO-786 lion face model problem
1. memory explosion when enable timelapse.
2. Models with only one color become multicolor after slicing.

Change-Id: Iab3ace70c08d03ab612158d52ff67eef8d5bc718
2022-09-08 21:49:36 +08:00
zhimin.zeng db83a1c193 FIX: STUDIO-795 crash in painting mode with Ctrl+A
Change-Id: I10e49eb704b4b2bf6b4059242b2cb6374ec91ded
(cherry picked from commit 44089d5a783121d1c8c0c98b53f5d78d868567af)
2022-09-08 21:49:36 +08:00
zhimin.zeng a66aa0a259 FIX: add text link to bed type
Change-Id: Ic051bc37f87ec355865c3ce5fb857ad0a38c1d32
(cherry picked from commit 5573fdca645ba3721df25ae538c76b2f0abb2149)
2022-09-08 21:49:36 +08:00
zhimin.zeng ac0b383858 FIX: add 16 colors
Change-Id: I5e24e8ea95f85a9ffdef4c3871ea4b30e9711d23
2022-09-08 21:49:36 +08:00
Stone Li 8f28474ed2 FIX: hide checkbox/label/tips of use_ams
Change-Id: Ifce452f0776bbe02bf2446e952b1ac0b474a6d72
2022-09-08 21:49:36 +08:00
Stone Li 6792b42992 ENH: hide media file and upgrade panel
Change-Id: If953e2261fbc031382f42cc47e5c8beecb626f85
2022-09-08 21:49:36 +08:00
Stone Li 2dc2d8252d NEW: support software limit of axis control
Change-Id: I0d241aeddeed112b21ed576ce793c3e9f061c923
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-08 21:49:36 +08:00
liz.li 8e1fd89430 FIX:add multi-color goes wrong in multi-plate case
1.new: forbidden add multicolor from preview slider if a plate uses multiple filaments in prepare
2.fix: cannot change color from preview slider if a plate uses different color with another plate.

Change-Id: I28dee0e158fab121dc888590c4cc7554900504be
2022-09-02 13:16:54 +08:00
chunmao.guo 0a7f696101 FIX: crash on MediaFilePanel when download in empty list
Change-Id: I13f33005a8730498aea28b32da2818ceca055aac
2022-09-02 13:16:54 +08:00
Stone Li 7184960dce FIX: fix crash when select a printer in lan mode
Change-Id: I93f604c900a56e938b16bd377031c331ecc20f43
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
Stone Li 89c83fb8a6 FIX: fix crash when to press cancel button
it would crash when avatar of user is loading.
cancel web request before closing dialog.

Change-Id: Ib41c5d8e7b5663d15c7d7f544335b48f47c25fea
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
Stone Li 3aa3df00fc FIX: fix slice info display error
Change-Id: Ifccc8027fbd9f7a659523e170d33d01b10ecd9d9
2022-09-02 13:16:54 +08:00
Stone Li a688265bfd ENH: refine ams logic
update ams settings
add rfid reading bits

Change-Id: If46d2a3bf896e1279514aba94e5facdaee12014d
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
Stone Li 0ed5b956ae NEW: add ams option when sending a printing job
Change-Id: If75b9da926c1d9a9e59f3e16b3d491a6e0bdb2e6
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
gerrit 09e0e4fcca ci: update network module based on commit 3cf3634
Change-Id: I7028f6fccd7fd8811394b4e23f1dab034a9285d6
(cherry picked from commit 285a74eb4511423e2028e2b6813abd264bd10bc4)
2022-09-02 13:16:54 +08:00
Stone Li b7974185fa FIX: join bind_job when close BindDialog
Change-Id: Ide24f4d116d65063ebc414230abe12ef94d9dd23
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
chunmao.guo 30a97cc6dc ENH: params web link to wifi pages
Change-Id: Id79c65a973840cdc23cdf1b1c353d29da2216750
2022-09-02 13:16:54 +08:00
tao.jin fd8caee3db NEW:Add search printer for debug
Change-Id: I3d8db835331e1ce4699f02a3571b3978544b8e77
2022-09-02 13:16:54 +08:00
chunmao.guo 4601022aaa FIX: stop video when not visible
Change-Id: Ibc5204084efec5381a7ede9face0519276592aa8
2022-09-02 13:16:54 +08:00
Stone Li d42c8f58df FIX: fix display error when only ams2 exists
Change-Id: I6993b6681b403094d8ed242fbd3869ad19f834b9
2022-09-02 13:16:54 +08:00
tao wang 5cedfe2216 Fix: Only call wxEndBusyCursor when is busy
Change-Id: I8a6085aca652df4892bf5182e34d01c423a17bd6
2022-09-02 13:16:54 +08:00
chunmao.guo 6b580d285c FIX: some bugs with media files
Change-Id: Ia5e0710a2979ae338902042e520ba9210e3a557d
2022-09-02 13:16:54 +08:00
tao wang 8eb9d6a863 FIX:disable rename except picture type
Change-Id: I69ec39d2e3066102f7116bb17af8e26120af237d
2022-09-02 13:16:54 +08:00
tao wang 1c7b183035 FIX:add protection when slice information is not available
Change-Id: Iaf654c8a14252f6647a64ded97d4ded3e79d7057
2022-09-02 13:16:54 +08:00
Stone Li bb1be58815 FIX: check bind status in update timer
Change-Id: I2079e1ef96cdffa0a9776b72942fd45ec88be10b
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
lane.wei 79944bd0fc fix a typo issue submitted previously
Change-Id: Ia31522fb3133f90468e6ba034daa8feca6d9c69d
2022-09-02 13:16:54 +08:00
wintergua 73f4c848de FIX: some brim might be ignored by mistake
In current studio, a brim area will be ignored if it does not be connected to any object island.
After patching, a brim area will be ignored if it does not connected to any object island and other brim areas.

Change-Id: I1aef5cd1af12cf76746f7614807aa03956d625ad
2022-09-02 13:16:54 +08:00
Stone Li 801b15966a ENH: modify to new upgrade protocol
Change-Id: I8d431ec3c5e9c81e7a7438c6b1db9febf01d4706
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
Stone Li d54461413f ENH: add calibration and unload filament
define new command for calibration and unload filament

Change-Id: I834680740b4052d5719193a40945ca2704a3d858
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit c742fb5feb26938152858c44056d809fe18ce742)
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
lane.wei b5a21e6520 add logic to remove the plugins folder when the version changed
Change-Id: Idb0ac34376c4eed81bf37da7afe670d9d9a42457
2022-09-02 13:16:54 +08:00
lane.wei 562b52c6b9 fix the assert issue under debug mode
Change-Id: I02b5e4e3229f695d89ac6f04aadeb831810dd3ff
2022-09-02 13:16:54 +08:00
lane.wei 73b84a5e77 update the networking version
Change-Id: I51d599324a8c354b4d7b465c78bbac1af835da06
2022-09-02 13:16:54 +08:00
yifan.wu 0b323649d3 ENH: order support toolpaths to reduce extra travels
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Ifae5807ff094eede1eaf7494430fdd174572a021
(cherry picked from commit dfb3fc991a6f4a6e7dcdcce902f26ffa789f57fb)
2022-09-02 13:16:54 +08:00
xiangdong.yang 83010a0d85 ENH: Optimize the overall Gizmo layout
Change-Id: Ic773fa45d163d598f4510d981c11d4f9f5858495
2022-09-02 13:16:54 +08:00
lane.wei 3b9801f147 NEW: add config file to store functional compatibility
Change-Id: I9831cef9d57642fe7709eef87e74a64e21857e18
2022-09-02 13:16:54 +08:00
tao wang b510e94e06 FIX:add code protection when updating print basic info
Change-Id: If64c24e394276c3c127bb12039353ae478481192
2022-09-02 13:16:54 +08:00
tao wang e11c354999 FIX:fixed machine list crash when after logout account
Change-Id: Ic71fe459032de97943c28f92319a56a47f6430ac
2022-09-02 13:16:54 +08:00
Stone Li 63bd77caf9 ENH: save hms file to hms folder
Change-Id: I20ff7317c689eefc684c44e6509a45f5911de7fe
2022-09-02 13:16:54 +08:00
tao wang ba286fedbd FIX:fixed camera button cant not adaptation
Change-Id: I208d7ca31e77e6cb7a0674e9794fd4eefecca840
2022-09-02 13:16:54 +08:00
zhimin.zeng 11c24053dd FIX: remove user preset folder when logout
Change-Id: I64f0e46de7a91264c3c50188bbad2ac1409bcc0d
2022-09-02 13:16:54 +08:00
Stone Li 346480005a NEW: add comments for print job
Change-Id: Ie7a65a76d535dc210268842704fdaf4a7475135a
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 13:16:54 +08:00
chunmao.guo de712b08f1 FIX: crash on MacOS when system logout, not really Close mainframe
Change-Id: I0e7cc73c1b4bbc663105034e82dcd7a51998e244
2022-09-02 13:16:54 +08:00
zhimin.zeng 8319ef604c FIX: report an error when slice in painting
Change-Id: I55ba3687e3988ae96d33833c03efd66ea3f607d8
2022-09-02 13:16:54 +08:00
zhimin.zeng 06af15f60c FIX: disable the dual graphics card option
Change-Id: I76967e5e87abc1c55920bcf31b196c3ab588bd58
2022-09-02 13:16:54 +08:00
tao wang a8d91531b3 FIX:Turn on the Release switch of HMS
Change-Id: I67fe615aec0e18cc8fd0a1e6992b6dc38a03fc88
2022-09-02 13:16:54 +08:00
tao wang db435bc704 FIX:fixed wxwidget assert(amsmappingpop)
Change-Id: Ie97e6c0bdea9af713eb7088311dfc3df97d74239
2022-09-02 13:16:54 +08:00
arthur 35d6e048ff FIX: auto-arrange fails in several cases
Jira: STUDIO-644, STUDIO-661

Change-Id: I3cd1fcd4e1fabf9a401c9fd536e8f55592775fbd
2022-09-02 12:52:18 +08:00
arthur 1e0301dbde FIX: fix slicing error of more than 1 empty first layers
Jira: STUDIO-656
Change-Id: I582e432ac14b823656780147ec585ae7a7499517
2022-09-02 12:52:18 +08:00
arthur 7e01006db7 FIX: cocentric interface in tree support may be floating
1. fix floating cocentric interface
2. fix missing 1st roof layer with 0.12 & 0.08 layer height

Change-Id: I6cdbe99dabb711c650900d35aead7f7aa0fdb8f7
2022-09-02 12:52:18 +08:00
chunmao.guo 56a61bfcf5 FIX: record dialog stack and EndModal on system session end
Change-Id: Ie0a7de7cf467f5b9e88881d3894dbb7a0790d500
2022-09-02 12:52:18 +08:00
Stone Li 0f8ad6d5e6 ENH: add log in request_user_unbind for debuging
Change-Id: I9540080713ac848302b788797005b28a5938f547
2022-09-02 12:52:18 +08:00
tao wang 4c619aeaa0 FIX:print slice infon will be obtained from the cloud
Change-Id: I7e05787baf1bb1cbca5ff956e371e67bc3f8c7d7
2022-09-02 12:52:18 +08:00
tao wang a5774c1902 FIX:fixed send printjob page can not show full page size
Change-Id: I1d9120c4eabf69e9510f9f64d378eab3adf6b7a9
2022-09-02 12:52:18 +08:00
chunmao.guo 0fa82b5e18 ENH: expor core spec 3mf
Change-Id: I97ccd87f29668833881b9327b251c2ca110ecd31
2022-09-02 12:52:18 +08:00
lane.wei 29267b58d3 Fix the export_3mf failed issue caused by filename
Change-Id: I54709b9f92af34c9459f2befb68759ee6d03d85b
2022-09-02 12:52:18 +08:00
Stone Li c7b698f4f1 ENH: modify default view to current plate view
Change-Id: I32cecfe20e01011089928e24058c4ff89aca074a
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 12:52:18 +08:00
chunmao.guo 71d81ad78b FIX: save backup mesh with temp file safely
Change-Id: I39ed281e271add443c41cb177d203f0b0decf2b6
2022-09-02 12:52:18 +08:00
chunmao.guo 2ecdf43ca1 FIX: media play state conflict when switch device
Change-Id: I95680159a50b2085cb6de5b7cd612d6b444a6446
2022-09-02 12:52:18 +08:00
Stone Li 3c8d9be77e FIX: fix crash when exiting studio
Change-Id: I91f6cde208e044aae20b40e4b79159f6cd46356c
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 12:52:18 +08:00
salt.wei d9ad79e922 ENH: add back random seam
As title. Random is useless in some cases.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I169edb005574c43fae5aafbdbe4b6e901b8d0c74
2022-09-02 12:52:18 +08:00
chunmao.guo e016f522fd FIX: clear ams filament list on user logout
Change-Id: I27417caa3dbcf7bb46bcb1b0182033ffb3b8825f
2022-09-02 12:52:18 +08:00
xiangdong.yang 1337498efa FIX:fix the device interface button adaptation problem
Change-Id: Ide49dce78dd83cdb87e13dc93fb128e554d36871
2022-09-02 12:52:18 +08:00
chunmao.guo ed1870b3a5 FIX: wxTE_PROCESS_ENTER flag for wxTextCtrl
Change-Id: I23b43997f080ed173676c2582148b8db6e83b701
2022-09-02 12:52:18 +08:00
xiangdong.yang 966242b8dd FIX:Coloring interface optimization
Change-Id: I43f7f6e119374a5b2ec6a23ae7e0a6b11942b08f
2022-09-02 12:52:18 +08:00
chunmao.guo 115995e46d ENH: export current preset configs
Change-Id: I75642f9786ed14e4e6e2048f4a70e7bb49bff03f
(cherry picked from commit 31886319c0a3f1adea301e01a9f49834c1c92670)
2022-09-02 12:52:18 +08:00
zorro.zhang f44a0b88d9 NEW: homepage and UserManual
Change-Id: Iecdb4d0151a0cf76614548aee69e525ad7e1fe68
(cherry picked from commit 4c7403683b334e42d8676a933012e2133cd1ce7f)
2022-09-02 12:52:18 +08:00
tao wang 3b021d4443 FIX:replace new camera icons
Change-Id: Ibd8b178260733a4b95198687d90d111b542462e1
2022-09-02 12:52:18 +08:00
liz.li b51b562be8 FIX:refine objecttable
1.fix multi-line text are cut off
2.romove resize of object_table
3.fix object_table_setting without scrollbar
4.improve UI of filament column

Change-Id: I5eb989e86545c411013e31f31580a1e0a71472e2
2022-09-02 12:52:18 +08:00
tao wang a3fbcf2963 FIX:add multilingual translation
Change-Id: I2227bd55a48c7ce136f97893bd797a161459007e
2022-09-02 12:52:18 +08:00
liz.li 121dccc59c ENH:close dialog by pressing esc key
Change-Id: Ib883e7119699e06f63c61dd083ad761ba58bc19c
2022-09-02 12:52:18 +08:00
xiangdong.yang 03f62ed9ae FIX:fix GizmoText failed to change font
Change-Id: I2b6ea7effead4d4667b4a797392396784be9180d
2022-09-02 12:52:18 +08:00
xiangdong.yang 05dddcfd3c ENH:Optimized the overall Gizmo layout and Print Error font style
Change-Id: Icc26fdcec667dfd7018132d39af0bb450e4caff5
2022-09-02 12:52:18 +08:00
liz.li 5cd7873a3c FIX: Auxiliary conflict
Change-Id: I3026445e215b689aed325133caa386cb2f48bfdc
2022-09-02 12:52:18 +08:00
lane.wei fef0a4944c FIX: fix the position not correct issue after copy
Change-Id: Id7505230f8a46785310b8c49d19705b2de5164af
2022-09-02 12:52:18 +08:00
zhimin.zeng a85dc1ef67 FIX: Crash when undo multiple times
Change-Id: Ie2e06d294e7e31ce050e8f63308e45c076130af6
(cherry picked from commit ca4b9db007f7e839da768424484c098988cbc3f0)
2022-09-02 12:52:18 +08:00
liz.li 36ca76c2a4 ENH: Auxiliary GUI
Change-Id: Iaefd8bb6a2a560f4f2ec8235b21231763d8562fe
2022-09-02 12:52:18 +08:00
tao.jin 2ba2c2fec4 NEW:Change flush icon
Change-Id: I46240870a04c1cbb4a4e7f1cd842eb3aa19f567b
2022-09-02 12:52:18 +08:00
xiangdong.yang 7bb227df2c FIX:fix Gizmo Text displays the location layout
Change-Id: I0696725660d3640486750259f7643d1809989db0
2022-09-02 12:52:18 +08:00
zhimin.zeng 5aaa785655 FIX: Slicing process crashes when enable timelapse
Change-Id: Idc3068b73809ee28fe685266fcd2355555e9f02a
2022-09-02 12:52:18 +08:00
yifan.wu df6fb3eeb4 ENH: remove current filament logic in context menu
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Ie7933eeccb8ee4f3390c8e5999b32bb45319c89f
(cherry picked from commit 1426178dd40e95d8d7313335a0ecf264bfeeb7b9)
2022-09-02 12:52:18 +08:00
lane.wei 0898817053 ENH: rotate: refine the behavior of assemble rotation
use the logic of rotate_local_with_target

Change-Id: I181372b6784c5d025bc3748377f6130f15a80d85
2022-09-02 12:52:18 +08:00
tao wang ffb1f706d8 NEW:update the new print progress layout
Change-Id: I4390c9ef5de3d050178bebe5d1dc60213a400280
2022-09-02 12:52:18 +08:00
zhimin.zeng 007659aeec FIX: hide the "Don't show again" checkbox of ProjectDropDialog
Change-Id: I83ed917cab71e10eda6a14a4f78ebc56ee894600
(cherry picked from commit 64179562b116f5b16fc223d5d307e5c2f795e6c1)
2022-09-02 12:52:18 +08:00
lane.wei 29d195c18e ENH: refine the boundary check logic
take object as unit instead of volume

Change-Id: Ie8220b183349aac86193021f6a41a5a836231dce
2022-09-02 12:52:18 +08:00
zhimin.zeng 6631f9eada FIX: Color information lost when importing BBS 3mf file
Change-Id: Iebfdead470e1951e145a5745460c531c9a1b2a27
(cherry picked from commit 4c98437bb90c057dfadf1b8f9d07f2d287ff06d0)
2022-09-02 12:52:18 +08:00
zhimin.zeng 0ab13a6abb ENH: Add Textured PEI Plate
Change-Id: I08178e86a8ccb23844cca00bc9d265df7507f910
(cherry picked from commit 8f101963ecab1352e2721ead83928b327d6c0dbd)
2022-09-02 12:52:18 +08:00
zhimin.zeng acb05dcf19 FIX: enhance interaction of timelapse
Change-Id: Iac13a485d0f5a458a435137619caddce39ad61fb
2022-09-02 12:52:18 +08:00
tao wang 4f4223a2b4 FIX:fixed Multiple AMS display error
Change-Id: I94f67080b086d60cf16aa50fdb46a58da9e8e12f
2022-09-02 12:52:18 +08:00
xiangdong.yang ea4651e70e NEW:add Gizmo text menu
Change-Id: Ie5a5793e4d852188af60b40dfd6a9072727cf3d0
2022-09-02 12:52:18 +08:00
chunmao.guo cf1ed35011 FIX: auto play live video
Change-Id: I32b14814bd0010fe47340709caed9ac7fa3edfd7
2022-09-02 12:52:18 +08:00
tao wang aff7afc8de FIX:change checkbox to wxcheckbox in objecttable page
Change-Id: I31ab4255a92d0c32e3d7252b08d0535ab71ab9d4
2022-09-02 12:52:18 +08:00
lane.wei 5a2b0e845e ENH: rendering: refine the rendering logic of GLVolume
1. set the unprintable volume to black even if it is mmu painted
2. add the bounding check logic when the object is partly inside of current plate

Change-Id: I69ce25eb85a71398ed8fb1d275136c5d943796d6
2022-09-02 12:52:18 +08:00
yifan.wu 3911344495 FIX: fix modifier extruder not correct issue
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I90e639ec1bb27efb8b10f4609d3c5fcb9eebdde8
2022-09-02 12:52:18 +08:00
养乐多 95c285b5c1 remove: Revert "ENH: support default filament for volumes"
This reverts commit 8f1b7d6e8b603e32bc1fa5d52fd0ab6dd8ddcb29.

Change-Id: I73ac458be7d2d5d1f9c0a976e936f3f97c90f57d
2022-09-02 12:52:18 +08:00
tao wang 1c3375bb07 FIX:add ams hub upgrade module
Change-Id: Iba636f5a13ab3350aa61b22548535aa7ad334cc0
2022-09-02 12:52:18 +08:00
lane.wei fdd9582e3e add the logic to reduce slicing time between shared-mesh objects
also reduce the storage size

Change-Id: I61d6e0997979ec0ce701cc580fa6640a21b6260f
2022-09-02 12:52:18 +08:00
chunmao.guo 9245b4f36a FIX: utf8 convert error in WebGuideDialog
Change-Id: Ie575117615b2a3dc3b11bc9c91e773ec104f7a61
2022-09-02 12:52:18 +08:00
liz.li 460374d6b2 ENH:rescale thumbnail_3mf cover
Change-Id: I1e0192a66f36898f925adc033457d6f42d3ca999
2022-09-02 12:52:18 +08:00
tao.jin 9c55893954 NEW:Add progress bar for large file loading (3mf,stl,step)
Change-Id: Ic54ca21e8193b15bbda08c22ea2fc4c93b440741
2022-09-02 12:52:18 +08:00
xiangdong.yang dbe354995e ENH:Optimized Gizmo toolbar layout
Change-Id: I9e323c310abd2afcf0f9586ba261f714dd718f38
2022-09-02 12:52:18 +08:00
salt.wei 5bea8a76fc ENH: cherry pick some fix about seam from PrusaSlicer
Synced from PrusaSlicer. Thanks

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I043088d9795f5352d4e0b5060402b70897fd7592
2022-09-02 12:52:18 +08:00
salt.wei 36528738fe ENH: force retraction and wiping when leave external wall
This can reduce dragging and reduce seams

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I60e3c11493ca9ef00a8fd22c437f67cddac32724
2022-09-02 12:52:18 +08:00
lane.wei 83a9459837 Fix a typo error in preset
Change-Id: Idb3f872d226c9ff841751915eae608ded25676c7
2022-09-02 12:52:18 +08:00
Stone Li 038a04175a FIX: fix saving wrong encoding to 3mf
Change-Id: Icebf770b3dde06216e427744de9377e3f0adda29
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 12:52:18 +08:00
zhimin.zeng 5194e68ae4 FIX: wipe tower are not generated after painting
Change-Id: I895641496b40429fdb1a08174ea7f30832ba24d0
(cherry picked from commit 1b7852e78acb7e89942315008de2842bf806a1c7)
2022-09-02 12:52:18 +08:00
Stone Li edacd17fab FIX: fix crash when close downloadingProgressDialog
Change-Id: Ie35bb83223d70d3d343f795bc449998a4df15500
2022-09-02 12:52:18 +08:00
xiangdong.yang 0e6f857819 NEW:add 3Dconnexion devices shortcut text
Change-Id: I1174b150c6c45a6465dba91f717359cee04c155d
2022-09-02 12:52:18 +08:00
yifan.wu 79814a7662 ENH: support default filament for volumes
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I51cfb0e3a40578f94c6d20e85c12cda2b6bb2e74
2022-09-02 12:52:18 +08:00
Arthur 4ef43af2dd ENH: popup different warning message for unsupported sharp tails
1. unsupported sharp tails and large overhang have different messages
2. do not popup warning for total area (only warning for one single
   large overhang)

Change-Id: I153e559915a92c6676468539cf619dafe915f997
(cherry picked from commit 67b593150f8de847d9b1999bf0d7a549eb1ef154)
2022-09-02 12:52:18 +08:00
zhimin.zeng 54012ba11b FIX: the text shape is affected by instance transformation
Change-Id: If2222a24056bbc1636b5da586e6cc1950d8cdb5a
(cherry picked from commit 996d013c2e7f1bdbdc4afbac540f99a20b063cca)
2022-09-02 12:52:18 +08:00
salt.wei d73142c2f9 ENH: new seam strategy from prusa2.5
As title. Thanks @Prusa

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I2fa177e27ac53211952ea9b6c62e98182b8f05ce
2022-09-02 12:52:18 +08:00
tao wang 0ea824d167 FIX:fixed the ams item cannot be adjusted layout
Change-Id: I8e187bb6f50883d7a607c045cf643eab4ba71ea2
2022-09-02 12:52:18 +08:00
tao wang a97da8a9ba FIX:menu bar text not translated in MacOS
Change-Id: I334a1e859e0c4455190202c95e3132cfad976ed4
2022-09-02 12:52:18 +08:00
yifan.wu 4f44ca4117 FIX: fix color painting bugs
1. fix a crash when loading a 3mf painting with color idx larger than 15
2. fix the facets not display issue if painted with color 15

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Idb53b6bb2d3665412815222ab9a1d47948afed56
2022-09-02 12:52:18 +08:00
tao wang ad311a66d6 FIX:update objecttable layout
Change-Id: I759283fab3dff03671282b4fcff9d6caf6de51db
2022-09-02 12:52:18 +08:00
xiangdong.yang 65393b8f73 NEW:add 3Dconnexion dialog
Change-Id: I0dd1160decb11e5040399bb9c27f571a03b1d082
2022-09-02 12:52:18 +08:00
salt.wei 440bcc8090 ENH: speed up the progress of loading step
Make the shape triangulation to be parallel

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I0fe68359111b498458d431492841c54d13d7a7df
2022-09-02 12:52:18 +08:00
qing.zhang ef46654cca NEW: show cost of filament in GUI
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: If28f6e969728fb5edd9cb35d6bc6d0a6c155d96e
(cherry picked from commit a4b8e620794f611c2f94f639cec49ec7c8fe8926)
2022-09-02 12:52:18 +08:00
Arthur 663df48a95 FIX: cut_to_parts+keep_lower crashes
Change-Id: I65eb51952a2062e6726e12e6cdb42f09f7816bc3
(cherry picked from commit cf9873717c756ddfe7e584ccb74f29763f529883)
2022-09-02 12:52:18 +08:00
tao wang 459fe36235 FIX:fixed amsdata not sync after changed ams
Change-Id: If1c087c42258897fec7df5d44ff039bb0eec3b25
2022-09-02 12:52:18 +08:00
liz.li 5444f69fc2 FIX:typos in mac shortcut
Change-Id: I928f95582db8927ac563ee7003d57d6d3e12d7cd
2022-09-02 12:52:18 +08:00
Stone Li 639bb98396 ENH: refine filename when exporting gcode.3mf
Change-Id: Icace408c89f9d9da4695723ea8757ab023f85849
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 12:52:18 +08:00
Stone Li 2866e33304 ENH: refine new version protocol in upgrading
Change-Id: I8c14dce6a20ca93cf42ff55b4610c397cdbf97e3
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-09-02 12:52:18 +08:00
yifan.wu 531794d131 FIX: plate is exceptionally selected when openning scale tool
Change-Id: If2cfd62ddb7252aeb51ebf81c8c50f1b7ef52fa1
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
2022-09-02 12:52:18 +08:00
yifan.wu b55d9672b9 FIX: fix crash issues when deleting filament during color painting
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
(cherry picked from commit 5c8405309b4a9f00fe004b0510283385464763cc)

Change-Id: I32150ac2707601ba74eec1cf2163b06764378664
2022-09-02 12:52:18 +08:00
yifan.wu 8937d10071 NEW: add type change menu for part
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
(cherry picked from commit abf39d652142137c93ad1e4d8d173501a627645d)

Change-Id: I7ba2fb488c0e2d1891b750ed92d62c1323ef1b22
2022-09-02 12:52:18 +08:00
yifan.wu b068389d4c NEW: add text gizmo tool
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I77fdf64340f580e6baa3260101fa1c6db7a4ab2d
(cherry picked from commit 2147c55134b4d9d1018d7e9f4f8d1a4d50c065f6)
2022-09-02 12:52:18 +08:00
Stone Li 65ba9cafb3 ENH: add more test cases in NetworkTestDialog
Change-Id: I54f5a52d2bb993f3536c4ab75cb54190eafe49a5
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit b28b0d97ab51b0f2f9a6f37622e5cd93e8d8d8f6)
2022-08-26 09:25:59 +08:00
lane.wei a12f6ed133 ENH: refine the black color appearance when preview
Change-Id: I691cae54dea6b196695cfe721299f75ce5c1e4c7
2022-08-26 09:25:59 +08:00
qing.zhang cc9463c017 FIX: fix the error location of G2 cmd in GCode
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I51b728916570f94167af4c535b86a45b1df22c56
2022-08-26 09:25:59 +08:00
zhimin.zeng f745c5fea2 ENH: Optimize and design the time-lapse wiper tower
Multiplex existing wipe tower and revert old time-lapse wipe tower code

Change-Id: Ia1cba9808647ea900f691b2c5d5887077be12d89
(cherry picked from commit 61f41df572d11b7cc738c34f2624fd123cd9a6df)
2022-08-26 09:25:59 +08:00
xiangdong.yang a26c573b1b FIX:fix Gizmo tooltop disply
Change-Id: I1bc5f3d1dea44eb182c5d37e5ecb31e1c34bab82
2022-08-26 09:25:59 +08:00
yifan.wu 13b711602c ENH: add freetype for occt
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I3adcf4b27deb0953e059c3e7fa9b9d49e447c57b
(cherry picked from commit 400cff06210c62e4019ff6f7174216d2faeaa8e2)
2022-08-26 09:25:59 +08:00
salt.wei d6a6fad04e ENH: topmost layer can be controlled by only_one_wall_top
For github issue #124

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ieb4a2c0cdb185d1cc565a20754327eeb1c599237
2022-08-26 09:25:59 +08:00
Stone Li 63809c63da NEW: add NetworkTestDialog
test www.bing.com
test bambulab host
test http service
test storage upload and upgrade
test storage downloading

Change-Id: Ia2aca1d3fdff5dd4e930df138e8c6a1b5aad2585
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-26 09:25:59 +08:00
lane.wei 9c00469d7f Fix the memory leak between different slicing cases
Change-Id: I43f043e360101ef7e9aa2cc3b0bf7070cf851680
2022-08-26 09:25:59 +08:00
zorro.zhang 2ac9267e42 ENH: filament just show bundle machine
Change-Id: If0a35037dc4b08df7cd3aaf88662638a334196e3
(cherry picked from commit 5ebd67880a679c3013fe10b63b509761eab30670)
2022-08-26 09:25:59 +08:00
liz.li 6e1e56be18 NEW: refine HMS Panel
link to hms wiki page

Change-Id: I1b1c5b2021f9f68320235ce17580ae80ea9b82a3
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-26 09:25:59 +08:00
Stone Li 6a065401d1 FIX: fix crash in SelectMachine
reset MachineObject Value to nullptr

Change-Id: I06e9f9346780a28b175f41db8b2cd98d20c9c8e3
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-26 09:25:59 +08:00
Arthur d95e85851c FIX: auto-arrange fails for multi-color objects
The cost for switching extruders was too big.

Change-Id: Ic9de6b6aabb7e69db79a0201f0dbb9d039097df9
2022-08-26 09:25:59 +08:00
Arthur 06f878f13b FIX: auto-arrange may fail for sequentially printing tall objects
1. fix sequential printing tall objects. Now the print order is not determined by auto-arrange,
so wee need to add a new rule: lower objects should not exceed height_to_rod.
2. sequential printing is better centered.

Change-Id: Ic320722654f0335d2589060fa14c71a5aaa3f571
2022-08-26 09:25:59 +08:00
salt.wei 40531c8ad9 ENH: fix crash when add G2_G3 in start gcode
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I7d7133122b0d7e478fd2b0fa8849be09cb0c8353
(cherry picked from commit 2095960596e85ef970016701afd201c9bd36b262)
2022-08-26 09:25:59 +08:00
salt.wei aab8a12801 ENH: add arachne engine for narrow internal solid infill
ConcentricGapFill pattern was used for internal narrow
solid infill. Use arachne engine instead to remove
gap fill inside the pattern and improve the extrusion path

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I758d7c72eb71cc37026b7cebf746cc345014c3f5
(cherry picked from commit 0b6bacd21a091afc13d7b36a69e5b10f155bc6f8)
2022-08-26 09:25:59 +08:00
chunmao.guo 22c71f7884 FIX: tempinput popup focus event
Change-Id: I6973d9f23267265ec91ab04a3b7d53e3bf20c3d4
2022-08-26 09:25:59 +08:00
chunmao.guo c0b0249194 FIX: jump to 3deditor page on click object link
Change-Id: I8d45120b5645b7589c42342c2eb70cc7855d7b63
2022-08-26 09:25:59 +08:00
liz.li 59dcd623b3 FIX:the position of Notification is too low in preview
Change-Id: I881ee24722711517fe61ce7bc1be3ad6400d0938
2022-08-26 09:25:59 +08:00
chunmao.guo 10998629f6 FIX: force skip Focus events from wxTextCtrl
Change-Id: Ib583fc16dccce69a5506aed29d40587bec9b2373
2022-08-26 09:25:59 +08:00
chunmao.guo af54a34567 FIX: wxDisplay crash on wxNOT_FOUND
Change-Id: If7b936d361873e20fb71b7fc35c9d270cd39a763
2022-08-26 09:25:59 +08:00
chunmao.guo d4ddd8f470 ENH: check BambuSource registered
Change-Id: Ia98e1630115811e061bc320fbb25b74b8f933dfb
2022-08-26 09:25:59 +08:00
lane.wei 0669ed118d fix the plugin status not correct shown issue
When BambuSource is missed, we need to set the compatible status to false also

Change-Id: Ie0204035aec81b01b438d65747863999f983f4f1
2022-08-26 09:25:59 +08:00
xiangdong.yang 237d4c65d1 FIX:fix release note dialog infomation display
Change-Id: Id177f95b3f9cfd0dd3b86e71c80a0048a47a8ac5
2022-08-26 09:25:59 +08:00
xiangdong.yang aa59c93eb5 ENH:Bold font for preview title
Change-Id: I75c9b1ad0b1b7b07650b2038dbbc101b5a4fb4d7
2022-08-26 09:25:59 +08:00
xiangdong.yang afc1395828 FIX:fix preview Flushed filament add padding
Change-Id: I869f64a56df74e1e096e434676b5f6de39ebcca8
2022-08-26 09:25:59 +08:00
chunmao.guo 8b1ec73b71 FIX: TempInput use attach_child of StateHandler
Change-Id: Id49052e484389e8f88eb021cc25d2127f56369f7
2022-08-26 09:25:59 +08:00
Stone Li 816dae015b FIX: fix display error in release note
Change-Id: I71edf47b4b48ce5ae310b8633fe351318f8f24ef
2022-08-26 09:25:59 +08:00
Stone Li 73e4078348 NEW: add HMS to query hms info
display hms msg in HMS tab of Monitor

Change-Id: I4df1c63b104463ba62cdf7eb079a540a4176f8c5
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit f4635d18f3383e70177536dfbe5edf2e1370b746)
2022-08-26 09:25:59 +08:00
chunmao.guo efd20d0a84 FIX: direct jump to enable 'Windows Media Player'
Change-Id: If5eeb82162293cd20583f65aae1fa75f70aac25d
2022-08-26 09:25:59 +08:00
liz.li 618aebfb79 FIX:adjust rounding of some buttons
Change-Id: I8d1ed2b3d352689ea99fe00f26e405cc63151073
2022-08-26 09:25:59 +08:00
liz.li 802036fcd8 ENH:uniform border width of buttons in monitor control
Change-Id: Ifc84992d7d0c161991a031a7d1a7329f4b87687f
2022-08-26 09:25:59 +08:00
xiangdong.yang 60e96c2940 FIX:fix Preview interface layout improved
Change-Id: Ia12f9938b7fb0d9adc1bdf709f406ec1b0e644d9
2022-08-26 09:25:59 +08:00
gerrit cc1a6ee635 support linux build for wxWidgets
Change-Id: I7d4e84c4e82371c6e688b607ac0658c6319d1216
(cherry picked from commit 6ff1613c3997628ea932d4956f874c2356da0056)
2022-08-26 09:25:59 +08:00
xiangdong.yang 3765c6aed4 ENH:Add color for XYZ
Change-Id: I4aa5c5edb35c934906bcd5f848e23e5250023f3a
2022-08-26 09:25:59 +08:00
gerrit 1f51d775fc update network module version
Change-Id: I560fcfaeb9cfe8cc51dc1da5321260969108c822
2022-08-26 09:25:59 +08:00
chunmao.guo 66c89c62e2 FIX: wxWidgets asserts
Change-Id: I583edbde501c2bfe8adfa8fdb525479a379a4cb8
2022-08-26 09:25:59 +08:00
chunmao.guo a7bd14003b FIX: button handle navigation key event
Change-Id: I60e367a32e5b76744e81180ee5dd6c3b30fd722f
2022-08-26 09:25:59 +08:00
chunmao.guo ee43edb7e6 FIX: TabCtrl: size of indicator
Change-Id: Ie8269115485bce6cff3478cfd535831806a94e39
2022-08-26 09:25:59 +08:00
chunmao.guo 61d2d47854 FIX: crash of PrinterFileSystem on program exiting
Change-Id: I68afa6768d4e594e7402c5aa8a3c78e363d17173
2022-08-26 09:25:59 +08:00
zhimin.zeng bfca09c7b2 FIX: can not save file when ams filament changed
Change-Id: Ie7c567f819211cfa34c7bfeebbb415d5b880c4a8
(cherry picked from commit 1f7458b7e0ff23f664e834455dfcc4cb3773f960)
2022-08-26 09:25:59 +08:00
zhimin.zeng 6a96bc17c6 FIX: STUDIO-640
saved file will also prompt to save when open a 3mf file as project

Change-Id: Iccf3421d5e55d6a7063bf16345e48674711f37e9
2022-08-26 09:25:59 +08:00
chunmao.guo 7be639019e FIX: destory timers & check webview consist
Change-Id: If95a973e1b3c6bf0da3611c30e0e44e191c9b06a
2022-08-26 09:25:59 +08:00
liz.li cd3a721f86 ENH:add shortcut in macos
Change-Id: I2c2145caab987fcb8073c4e7891769142dab840a
2022-08-26 09:25:59 +08:00
chunmao.guo 85ffeb291d ENH: TabCtrl: support arrow key events
Change-Id: I16423d542246925e2469541b1d634d6c4373af69
2022-08-26 09:25:59 +08:00
chunmao.guo 43cd7c8315 FIX: background color of title labels in sidebar
Change-Id: If71fdca36518129cdfdd1cdf939fb62592ec56c1
2022-08-26 09:25:59 +08:00
chunmao.guo 21d13646d8 FIX: font of object list
Change-Id: Ifb198a8b6af89ee9a089d88d98d495821b5fce7e
2022-08-26 09:25:59 +08:00
chunmao.guo b96ca57fde ENH: StateHandler as wxEvtHandler and attach child
Change-Id: I1183b97983907f297888d81809be60e3016ae305
2022-08-26 09:25:59 +08:00
liz.li 2c99301fe6 FIX:Notification border rounding on macos
Change-Id: Ic4ca4ae93ad981fe5b07f55d7451559ab99f22f2
2022-08-26 09:25:59 +08:00
lane.wei 2f849a86b8 refine the black color's rendering behavior
let the black color not hard to see at the 3d page

Change-Id: Id739a589c2f28781e646fb59e50ed270eb2f0e91
2022-08-26 09:25:59 +08:00
salt.wei 70313deaf0 ENH: fix one bug which cause zero speed when flushing
filament_max_volumetric may be 0 which cause zero
flushing speed. Add protection for this issue.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I866b9d97c9c6d97122a4a2beaf508ce9c72ee3b2
2022-08-08 22:19:42 +08:00
lane.wei 61c95431eb Fix the crash issue when select filament in per-object editting
Change-Id: I02be1b93f3b6df22843ac33ae565167711ffaf4a
2022-08-08 22:19:42 +08:00
Stone Li b575e21ae1 FIX: fix crash when set empty project name on mac
Change-Id: I656e6281f80bee9e06894a62f3ab6bb1316373ac
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-08 22:19:42 +08:00
Stone Li 64fb6e7a24 FIX: fix crash when cancel a print job
Change-Id: Ib82d3be93ba7eefeb3a340a060021af323005ba9
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-08 22:19:42 +08:00
salt.wei 7fb886a03c ENH: provide filament_start and end gcode options
Requirement from user to set filament_start_gcode
and filament_end_gcode. Set these two settings to
advanced mode

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I0d8ddb394b37614d0ef0f10f8434553cb20e9ffd
2022-08-08 22:19:42 +08:00
lane.wei 49fc813383 add the backup logic to make sure plugin install success
Change-Id: Id9da725ffe2e6d604c2771abf89cf445824793db
2022-08-08 22:19:42 +08:00
yifan.wu a9e3bb59a0 FIX: fix reset not work for movement in cut tool
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
2022-08-08 22:19:42 +08:00
xiangdong.yang 2193ac792e ENH:add shortcuts
Change-Id: I98f3e9deca4b4d8f0c9ab3cbe7e039c903981397
2022-08-08 22:19:42 +08:00
Stone Li 7e56fdabe6 ENH: compatible with old BBL filament rfid info
Change-Id: I4f2d29c3a20d2b24d6fd637b969d4de3577c44e0
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-08 22:19:42 +08:00
xiangdong.yang 57154cda4b FIX:fix mac MessageDialog layout
Change-Id: I8946c1beae3bd3c3167cd9b3777b1f5c4fad294c
2022-08-08 22:19:42 +08:00
chunmao.guo 27e1a95bd1 FIX: reduce unnecessary ams update to filament list
Change-Id: Ibdf12a54bb29a3db9071e83c312401879238db52
2022-08-08 22:19:42 +08:00
chunmao.guo 646934953c FIX: Intercept IDLE event in DropDown to fix various problems on MacOS
Change-Id: Ia9aa96c90f1b7c3f6c33b7325dc28a4f780969c3
2022-08-08 22:19:42 +08:00
chunmao.guo ace72ecdbc FIX: ams index error in update_ams_color
Change-Id: I5ed49df407023f177975f7dd3c6d836dd51e1dac
2022-08-08 22:19:42 +08:00
tao wang 19cb1dbe4d FIX:fixed amsitem is too close to Amslib
Change-Id: I25a8b232a169cd0dcb0290490795192fa0b29aba
2022-08-08 22:19:42 +08:00
liz.li cddce117c9 ENH::never change AMSLib disabled color
Change-Id: I54878d202a39b754f3e78a31f83f8170b2722bc9
2022-08-05 16:11:42 +08:00
liz.li df03edb80e FIX:Notification border rounding
Change-Id: I999d89d4417e146dc0c8c0458878bb32f14fb437
2022-08-05 16:11:42 +08:00
liz.li aac23eb6b4 ENH:adjust AMSMaterial clickable region
Change-Id: If81e156fde4f9c724844a7bce6fd97db1d98b4e3
2022-08-05 16:11:42 +08:00
Stone Li 9f194263f1 ENH: refine button display style on mac retina
Change-Id: I48bfe918ccfbf10535c6a5f49dce0371b2d15274
2022-08-05 16:11:42 +08:00
Stone Li 98b612bc2e ENH: refine translations
Signed-off-by: Stone Li <stone.li@bambulab.com>
Change-Id: I352176fad29c0afc298bb5f9e591b4102521497e
2022-08-05 16:11:42 +08:00
lane.wei 11a7fe1f32 refine the prompt hint for other vendor's 3mf
Change-Id: I8dbb63031a0d32bb19ee67a0091cb80b35424b81
2022-08-05 16:11:42 +08:00
tao wang b30370196f FIX:refresh operation buttons when material edit popup
Change-Id: Ice0e55e35b290c48b02994c104cb603535c205ca
2022-08-05 16:11:42 +08:00
zhimin.zeng 5d06b09a83 FIX: STUDIO-632
cut gizmo: the grabber does not move to original position when press reset button

Change-Id: Ia4e47b9470e66348dea53947c8dc3e4b6bb255e8
(cherry picked from commit 7b783492af5d502a6b93df7d0c8360673f00edff)
2022-08-05 16:11:42 +08:00
zhimin.zeng f72213de4c FIX: fix issue STUDIO-558
Prompt the user to save the preset parameters when log out

Change-Id: I89dfeff7e702e3ba11cdf79d0ed7bc123e184e23
(cherry picked from commit 2031d17f1e698e3696fc7655cb093f53e6485028)
2022-08-05 16:11:42 +08:00
Stone Li f001092dc3 FIX: fix crash when cancel print job
join print_job thread in prepare_mode()

Change-Id: I5af749655f36ac5b67e3c29bd909bd67a71bfb55
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-05 16:11:42 +08:00
yifan.wu 97de939674 ENH: optimize object list
1. remove min size logic
2. remove some not used code
3. fix the current item not visible issue after size change

Change-Id: Ibf39cc4f9e330faadb5d552e7b8a94c0b601513b
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
2022-08-05 16:11:42 +08:00
Stone Li ea7aaf7a8d FIX: seprate filament_type and display_filament_type
special case for "Support G" and "Support W"

Change-Id: I26f873083d6afb58fb10ebc9beef54fbf5e18320
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-05 16:11:42 +08:00
lane.wei b4c7d5b65b add more logs for plugin download
Change-Id: I7f20a5388a1f4227181864930bde5922fd6d65e8
2022-08-05 16:11:42 +08:00
chunmao.guo 8300c386e0 FIX: call DismissAndNotify to manual close popup
Change-Id: I395708a98dda390f81d52151c9c52ba367de5a3d
2022-08-05 16:11:42 +08:00
tao wang b03a93d7fc FIX:fixed macos overwriting title bar text colors
Change-Id: I617c27eebee47f6739532a02038359829245df27
2022-08-05 16:11:42 +08:00
tao wang 1e857a6e23 FIX:fixed cant not display all text on mapping popup dialog
Change-Id: I309c54f7e7ee1e2ba20756a31e421e6dd5d57d1a
2022-08-05 16:11:42 +08:00
tao wang 60e9c608a3 FIX:fixed ams materials setting can not get event on mac
Change-Id: I80b9a8fc5e86df4b4e83e8ffecaa373caf856286
2022-08-05 16:11:42 +08:00
zhimin.zeng e8787a4c12 FIX: STUDIO-471
new or open project file is not allowed during the slicing process

Change-Id: I2c42cd2e65d51e35c42e5079efe15b44eaf071aa
2022-08-05 16:11:42 +08:00
xiangdong.yang 5ab97d9312 FIX:fix device menu display error_code info
Change-Id: I1c06de3025ba9ac2a9b77bcc9aadc426b847b590
2022-08-05 16:11:42 +08:00
zhimin.zeng d720dc8618 FIX: STUDIO-273
wxWidgets report error when opening some 3mf files with specific names

Change-Id: I3573564df43da045714846a373021e125f39551e
(cherry picked from commit 4c7f8f93f7f207a0c2b35f9997af85a245e1cb19)
2022-08-05 16:11:42 +08:00
chunmao.guo 573bcc7de9 FIX: not update filament selction to TabPresetComboBox
Change-Id: Ie6470d3a72db44d9930bb3987d563de7c8d08e11
2022-08-05 16:11:42 +08:00
Stone Li ed36024efa FIX: fix crash in update_slice_info
join update_slice_info thread when destroy
the MachineObject

Change-Id: I9f22cf5445ef9426651a8affa799da03b7456015
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-05 16:11:42 +08:00
chunmao.guo 36be714ed4 FIX: remove default value from tool tip
Change-Id: I3f51891f333014014971025bbbf2f1179d9d2cf3
2022-08-05 16:11:42 +08:00
chunmao.guo a35ecc4fba FIX: use StaticBox for background
Change-Id: I2bba259c53eaf987662a97dd93eac4fb8f73d47b
2022-08-05 16:11:42 +08:00
chunmao.guo c4ec127b3a FIX: refresh color of filament color picker on MacOS
Change-Id: I78474465dcb0f1582fc9d1f46ac11061fc38770a
2022-08-05 16:11:42 +08:00
chunmao.guo 3f6efa2037 FIX: use Show instead of Popup to avoid hung in MacOS
Change-Id: I80b4d64f0e50a566cb6cbe0d4e8db696970ead21
2022-08-05 16:11:42 +08:00
Stone Li 9a13ff7146 ENH: refine translations for ams mapping
Change-Id: I302d9de0022c7050e384590747d4241b367f4984
2022-08-05 16:11:42 +08:00
xiangdong.yang 39a0b06b39 FIX:fix image error during startup
Change-Id: I9aaca80622ef22b35f30c5b1e6072e983014139f
(cherry picked from commit e9abc0eea926a62fe519525c269c1ce33245df65)
2022-08-05 16:11:42 +08:00
Stone Li efa80db8de FIX: fix spell error of spaghetti
Change-Id: If36910fc76e5e6cbc6629d4f015fdef561ce1dea
2022-08-05 16:11:42 +08:00
wintergua 132d551794 FIX: first layer of common support may be apart from object
In auto brim mode, first layer of common support may be apart from object island, which is controled by support object distance.
if support object distance is lower than "flow width + brim_object_gap", the brim will not work.
Therefore, if first layer of common support is interesected with object island, the distance will be brim_object_gap in auto brim mode.

Change-Id: Icbb98af8fd9e84e3ac1977794ca2b60629dd53dd
2022-08-05 16:11:42 +08:00
Stone Li aa5ecd52d0 ENH: fix crash in parse_sdp_message
Change-Id: I4885024f5126212050aa2b199bf27adc1899c7c4
2022-08-05 16:11:42 +08:00
zhimin.zeng e80c6f8935 FIX: STUDIO-395
update the filament preset parameter dirty logic

Change-Id: Iaca29d397f7395f71a5f17007ab2341f8d4ceeeb
2022-08-05 16:11:42 +08:00
chunmao.guo 10c152c40d FIX: CheckBox style on MacOS
Change-Id: I54f0c4188288a55d44c510c15efb894b3e9419df
2022-08-05 16:11:42 +08:00
chunmao.guo 9d2d28ca62 FIX: remove padding of params dialog
Change-Id: Id567505f5d0e35f5641151f7b4e1d874c769545f
2022-08-05 16:11:42 +08:00
liz.li 9bd0db371d FIX:text color and icon size in menu item of IMSlider
Change-Id: I472c3a30d911336029e5693dee6bb81216307413
2022-08-05 16:11:42 +08:00
xiangdong.yang 634f91aca5 ENH:Shortcut dialog add new list
Change-Id: I90a00c7ae338f0720106b6b4a053005651131471
2022-08-05 16:11:42 +08:00
xiangdong.yang cd907bbc9a ENH:Gizmo shortcut key added
Change-Id: I4d089ef521b16d3ffedd07ba8b22043b899fe7b2
(cherry picked from commit 2f425b8321b3d24d24928185d0c33d54a3a9126b)
2022-08-05 16:11:42 +08:00
wintergua 1a63632f0a FIX: brim generation for objects with high height to area ratio
1) if an object has a slender footprint but its height is small, brim will not be generated;
2) two volumes are treated as intersected if their distance is larger than  0.3mm, instead of 0.8mm.

Change-Id: Iaf7ab644ba9bcc1a8d404acd455f1d8b57e1eb91
2022-08-05 16:11:42 +08:00
Stone Li 2eb9aea56a ENH: refine ams mapping for U0 firmware
display index of filament

Change-Id: I8a97a71cd334a1536ae7bfd4a5673e9757b2e662
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-05 16:11:42 +08:00
Stone Li 2a84e68852 ENH: add language hu and more translations
Change-Id: Ib0b4458752112836fc0b0e5037a9a8117490aaa6
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-05 16:11:42 +08:00
Arthur 3b6eb13357 FIX: change Timelapse without toolhead to Timelapse
Change-Id: Ic32a4a5280bbb5063dc5335463efee35edfbbd6a
(cherry picked from commit 05b4c91fb72d14753f223e9f141fcd21888b92a4)
2022-08-05 16:11:42 +08:00
Arthur 07ae246e5f ENH: disable arranging selected items
0. disable arranging selected
1. fix bug where brim is not correct.
2. fix bug where big circle objects are not arranged properly
3. disable default enable_rotation

Change-Id: Ifc69f35d900ff63ec1e9ec8bf8638afc6ea7d54b
(cherry picked from commit 2ed1b0dd8573a1e10aaf77f0d9f8896cef304427)
2022-08-05 16:11:42 +08:00
tao wang 74e92ac51d FIX:amsmapping update layout and fixes some issues
Change-Id: I3d88a06d5a9ac084b7ec498f7d201dda38d00fe7
2022-08-05 16:11:42 +08:00
chunmao.guo 4b4e70efcb FIX: async evaluateJavaScript on vebwiew on MacOS
Change-Id: If4c34ef0e9b23622047842bada5a32efcee04498
2022-08-05 16:11:42 +08:00
yifan.wu 9df3e7500a ENH: refine the color painting logics
1. optimize color painting performance
2. fix the issue that painting does not show if moving fast after bucket
   fill

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I72204aac81b14c87edb602677abeef13ee0fad8f
(cherry picked from commit 02560f31c413cb561800fca242f8ef30504d0384)
2022-08-05 16:11:42 +08:00
lane.wei 988910f986 remove unused refresh_plugin_tips
already called in onDocumentLoaded when switch language

Change-Id: I78cfac62ea772baebc04bc7124976b75b7124199
2022-08-05 16:11:42 +08:00
chunmao.guo ab7628ac76 FIX: Let setBezelStyle: be called for color_picker of filament
Change-Id: I22a6985c793b62f0e4e7a4c7dcb3a06c3efd9620
2022-08-05 16:11:42 +08:00
lane.wei b1e8fadb09 Macos: add the support of file association
Change-Id: Iacd3b35423dac6f63416628d28b0502ba175f7b4
2022-08-05 16:11:42 +08:00
liz.li 55d59c7248 ENH:ams dialog
Change-Id: Ia7f7849c13bc630114a0d703c0b5386e2e88349c
2022-08-05 16:11:42 +08:00
salt.wei 97ffa093c3 ENH: align the filament type with app/machine/RFID
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I534e6b619efbb7fe6b813bf51640f46066f378c5
2022-08-05 16:11:42 +08:00
chunmao.guo f56e9b4b21 FIX: layout in sidebar
Change-Id: I8f76d4f035c7458b98f285405e01404f2629df65
2022-08-05 16:11:42 +08:00
tao wang 179d2ec120 FIX:fixed imageswitchbutton can not display all text
Change-Id: Iae692f5967de269a81d2eb71489198ea4108750b
2022-08-05 16:11:42 +08:00
chunmao.guo a478abd88a FIX: ui style of base widgets
Change-Id: Ie0cff84d7a6f19c9830ce60f2a188fe9a7df545c
2022-08-05 16:11:42 +08:00
chunmao.guo 5f4f859337 FIX: button deflate border on MacOS
Change-Id: I5993ff5f56662758a5ffb9d5316bc1b4bce7f25b
2022-08-05 16:11:42 +08:00
tao wang 56e05a0721 FIX:fixed Amslib does not refresh the current layout
Change-Id: If5a050b314aea554a8b76b22a80f9c3b50466ad4
2022-08-05 16:11:42 +08:00
yifan.wu ffad75903d FIX: seam: fix erasing all not work issue
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I9ea252e3279ae64a69299022d04f40cbbdfcd44c
2022-08-05 16:11:42 +08:00
xiangdong.yang afa549d410 FIX:update new layout
Change-Id: If57f072621115d99e9f8a94b59dd345a14d882d4
(cherry picked from commit 6b02e2bc5a3d5f92cbcb9303740779213eadeae4)
2022-08-05 16:11:42 +08:00
yifan.wu 16dc147d30 ENH: add seam painting
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I5f2bcf8ffe87d8d6a311e3a601497da2fa82047e
2022-08-05 16:11:42 +08:00
Stone Li ec8f1265f6 ENH: display partial mapping result for U0 firmware
Change-Id: I181b88e451478d0b75a1d948cd6e83ddbf60b4f9
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-05 16:11:42 +08:00
Stone Li 9a767aa74a ENH: refine style of side button
Change-Id: I2185f5fd1073c075cea5f277d2ebff761d99b489
2022-08-05 16:11:42 +08:00
Stone Li 506605041e NEW: add first layer and spaghetti options
Change-Id: I6e2237a59a2e1fdb3a2f0432be3c7b22db944811
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit 382652d8da84198bd51caa9d33331b53c5ac6721)
2022-08-05 16:11:42 +08:00
Stone Li ad7e4d6de9 ENH: refine thumbnail of printing job on mac retina screen
Change-Id: Ie71e586947e3914f8448a153d7e699471ddaccb9
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-05 16:11:42 +08:00
lane.wei e615896578 fix the compiling issue caused by previous cherry-pick
Change-Id: If327c4b85566871c57644487113dea7aeadd8dd3
2022-08-05 16:11:42 +08:00
lane.wei 092abb565c FIX: fix the crash issue when use sequential print at bootup
Change-Id: Ic05d889319eadd6e59865d6a24acfd620386daf9
2022-08-05 16:11:42 +08:00
chunmao.guo 2fc9851d1d FIX: remove use of auxiliary dialog & unused sizer in ObjectList
Change-Id: I0ecac4477f2bd1d17391ba0471c3140f3d4cde19
2022-08-05 16:11:42 +08:00
chunmao.guo 7dddcf9d05 FIX: show param tip for fields
Change-Id: I4d2151c69f596a940c7be933bca9710838494c87
2022-08-05 16:11:42 +08:00
chunmao.guo 90b745c4d5 FIX: TabCtrl new style of page indicator
Change-Id: I5d6b088a8161e4373ec3dcff3fac17933861b155
2022-08-05 16:11:42 +08:00
zhimin.zeng 8413b63e49 FIX: fix issue STUDIO-521 conversion to meters/inches out of bed
Change-Id: Id0cf667512121671fd5ca959cadcc8b0dce55d3a
2022-08-05 16:11:42 +08:00
tao wang 7d576f1c6a FIX:fixed material name cannot be displayed completely
Change-Id: I0b4a166c212add1041665574ea06a1a55eeceeb6
2022-08-05 16:11:42 +08:00
tao wang ebeb92bee1 FIX:changed plug-in to Plug-in
Change-Id: Ic093cbf7698bdb3aa81b77eeefc0ba4667cb1815
2022-08-05 16:11:42 +08:00
tao wang f4043ea5e4 FIX:the block of progress dialog only effect in windows
Change-Id: I327ddd58e77d5fa41ad09c2df2e45ddf036a91f1
2022-08-05 16:11:42 +08:00
liz.li 1ce994fda3 ENH:replace reset icon to unlock
Change-Id: Id46e9aad3b31c67d48651478525cc4a5dc512382
2022-08-05 16:11:42 +08:00
xiangdong.yang 7a041ac2a0 ENH:Show ErrorCode to the Device screen
Change-Id: I481b08a439d07a99f6c06c558e0a7fb3467a7d51
2022-08-05 16:11:42 +08:00
zorro.zhang 6eb4d671b5 ENH: Login button add Largen UI-Action
Change-Id: I40f668364730205c6cc1b916ef486fce836c08d8
2022-08-05 16:11:42 +08:00
zorro.zhang e43f80e875 ENH: support 3rd printer model
Change-Id: Ib8c2c846f73a6ac14339e1d0222204d7440de014
2022-08-05 16:11:42 +08:00
chunmao.guo 173b43d2bd FIX: stop keyboard tab navigation in StaticLine/SpinInput
Change-Id: Id0287418acc36bf9f74a62df79ecf99354f01cc9
2022-08-05 16:11:42 +08:00
chunmao.guo 807cc2236d FIX: focus state of CheckBox
Change-Id: Iceac4b9877a07e4517250255203c2e0ecdbc34ac
2022-08-05 16:11:42 +08:00
chunmao.guo ec59446e44 FIX: button focused state
Change-Id: Ieab02661c8f2e406b5bf5f156d9142efbe76d1cf
2022-08-05 16:11:42 +08:00
zhimin.zeng 09d5651c39 FIX: issue 551: support to import prusa 3mf file
Change-Id: I6d00fab62304893cc5f1aba0d0a74e4c6194bce9
2022-08-05 16:11:42 +08:00
Stone Li acc6d70db9 ENH: do not show dialog if no bambu network lib
Change-Id: I9dbdb89b7161515ec7995969106764f66a5dd6e3
2022-08-05 16:11:42 +08:00
tao wang da732ac396 FIX:optimize RDIF animation
Change-Id: I45e45b92efa43f290151e39715ca057da4d862c1
2022-08-05 16:11:42 +08:00
chunmao.guo a74fb14613 FIX: button handle key event
Change-Id: If3ecd2356e516105c2054c9b85a122f3ccc72d91
2022-08-05 16:11:42 +08:00
liz.li 6c4b1f79da FIX:preferences dialog location problem in high scaling ratio
Change-Id: I109c8563ff946d6ed8aca647b17d4c4b1491a65b
2022-08-05 16:11:42 +08:00
tao wang 8992cab6fe FIX:set the MacOS mainframe title color to white
Change-Id: I3e16000f3d93f95509d6e16cec95d4d6ad0ac85b
2022-08-05 16:11:42 +08:00
lane.wei fc659fcf2c FIX: presetupdater: fix the crash issue when exit app at the early stage
Change-Id: Ia6e6e56e09c5d3ebbdd7b9a8d0bb1b898d05935c
2022-08-05 16:11:42 +08:00
chunmao.guo ab16d4c73e FIX: add log for exiting of WebViewPanel
Change-Id: Ia0b971acec22f35653cf231d1022c873bb532296
2022-08-05 16:11:42 +08:00
chunmao.guo 93cbd5173f FIX: support key event in ComboBox
Change-Id: Iac5f114ff45123f0a6b1bc24ef289a6112475183
2022-08-05 16:11:42 +08:00
lane.wei 6a08c2d509 ENH: preview: refine the logic to switch camera view
when switch between preview and view3D,
if the screen center is on the plate
don't change to the plate view

Change-Id: I16b8815ad9b10a7cea174faa6a16bb9e582a77c3
2022-08-05 16:11:42 +08:00
lane.wei 92ad7ff1d0 Fix the app can not launch issue under case-sensitive APFS on macos
Change-Id: I849bd8023c0973b0603e1cbaadbd7035c276a745
(cherry picked from commit 5d08ccd146eb818c83825e28337834a6abdf4fbe)
2022-08-05 16:11:42 +08:00
lane.wei e6131fc5f7 ENH: render: adjust the logo background color to bed's color
use the color of bed's stl

Change-Id: I56f1e184a27271b8bea5704f823ae7b28b656a46
2022-08-05 16:11:42 +08:00
lane.wei 4d52b8a44a add more logs for debugging
Change-Id: I420e6e60901a32cc378c09ed57fba2ee1ac688df
2022-08-05 16:11:42 +08:00
tao wang 0d1242d9c6 FIX:change title background colour on macos
Change-Id: I387bd8c1b6d74f4db92417c3459959b3212af9f5
2022-08-05 16:11:42 +08:00
yifan.wu d14e5c9d59 ENH: change alt behavior for part selection
1. Alt is no long for object/part delection
2. Alt is defined to select part in View3D

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: If0f14f79a321be2d0320a841e15dc973715364ea
(cherry picked from commit 9c092f2d20b89470202df037180425b2ecb8ef82)
2022-08-05 16:11:42 +08:00
chunmao.guo 7a5bca3c30 FIX: enable focus navigation in SpinInput/TextInput
Change-Id: I32671cb8aa23f85b868284c41a66c583161e1b89
2022-08-05 16:11:42 +08:00
chunmao.guo a302a58c9e FIX: support key event in SpinInput
Change-Id: Ie25404c8dec25b0b4012cae51a1f57c95d9fca66
2022-08-05 16:11:42 +08:00
chunmao.guo 39f9c23b89 ENH: use system menu on mac platform
Change-Id: Ia0e0bf42232d51cd08216811fdc6633527b3eb97
Signed-off-by: chunmao.guo <chunmao.guo@bambulab.com>
2022-08-05 16:11:42 +08:00
salt.wei 099e72b885 ENH: fix overflow which is caused by wrong spacing
Disable the spacing adjustment by bounding box before
fixing, to avoid overflow in some cases.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I13c751c8d46040156d79c1fdfc513f22f5e40fe2
2022-08-05 16:11:42 +08:00
chunmao.guo 444ab79087 FIX: scale bitmap of SwitchButton in MacOS
Change-Id: I5c2329d5b8fd409f87276851068e6594bbae5b3d
2022-08-05 16:11:42 +08:00
tao wang 9fc010512c FIX:use scalablebitmap replace wxbitmap
Change-Id: I4ca885051f309be4a7d9a6e08de097fe75847257
2022-08-05 16:11:42 +08:00
chunmao.guo 00ba515783 FIX: use scaled icon in MacOS
Change-Id: Ic7e89a3ff1dd92818adfcec410cc0bdcacfc0398
2022-08-05 16:11:42 +08:00
Stone Li 9f062905b2 FIX: fix unparsable character when saving 3mf
bbl cloud can not parse character '&’
use xml_escape to convert to xml format

Change-Id: I9a2c0abb3c80c26be6f3add507c133f72b2bf7d1
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-05 16:11:42 +08:00
chunmao.guo ddee1dacaf FIX: modify touchpad translate in Canvas3D
1. invert touchpad move direction
2. fix canvas 3d move with rotation
3. press shift for move

Change-Id: I9c7f39eba45a168c92d4459cd88896d26ec6e8db
2022-08-05 16:11:42 +08:00
tao wang 8c39e3f6f5 FIX:fixed scrolling too slow of parameter search scroll bar
Change-Id: I9999df7329545ef8ca8337c16db1d1ec722c728d
2022-08-05 16:11:42 +08:00
salt.wei e7f379f4de ENH: change spiral mode to be spiral vase
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I3df7e0534c6b8e899c145a1b9ee199eeeaad54d0
2022-08-05 16:11:42 +08:00
chunmao.guo 0ac982b8c2 FIX: invert touchpad move direction
Change-Id: Ic6be977828a1c82a56205c06d4ab63c05241a090
2022-08-05 16:11:42 +08:00
chunmao.guo 396918f21f FIX: background color of text ctrl when disabled
Change-Id: I904a6ea78a692e2f511857d908c98ffa8f8b1bc8
2022-08-05 16:11:42 +08:00
Stone Li 654dd34652 ENH: disable buttons when printing job is finished
Change-Id: Ic3ead6c1204ca30e4478db63cff12ca070790db2
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-05 16:11:42 +08:00
Stone Li 45d2081a08 FIX: fix crash when return HTTP 401
cause: we call wx widget before GUI_App Created

set_on_http_error_fn in post_init()

Change-Id: I1fcec76bc9472288315b3cc29c651a929fcc749d
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-05 16:11:42 +08:00
xiangdong.yang a0e2e1e62d FIX:fix keypad ICONS not being centered
Change-Id: I2b20a2f9b95a1970802b51c7dc51d96ece91fce6
(cherry picked from commit bf348670711467f9092f29ddccc8d5eb03dcc18e)
2022-08-05 16:11:42 +08:00
salt.wei a713573544 ENH: add extruder offset for X1 and X1 carbon
The extruder offset of X1 and X1C is (0,2).
All generated gcode should minus this value.

Also change the min speed of cooling buffer for
better cooling for small area(from pineapple)

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I06e58a26f8736ae24fa9da02477a9d19114daeca
2022-08-05 16:11:42 +08:00
lane.wei 461eaa13aa FIX: fix some rendering issues
1. increase the logo's resolution
2. set the logo's height to 0.02
3. fix a clip issue when shell preview

Change-Id: Ibd2491c2d4cc38ab10a2627f0024712d0a6a09b2
2022-08-05 16:11:42 +08:00
lane.wei 77afdc6467 Fix the preset incorrect issue caused by logout
when logout, if the preset selected is still there
we should not select it by force, which will cause the edited preset cleaned

Change-Id: I930cfcb04eae7473f6bc5f037d26b852013b6f42
2022-08-05 16:11:42 +08:00
yifan.wu 2c61072ec9 FIX: fix incorrect selection after moving an object to new plate
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Ic47a23ca64888f0805c559fff52a50a0812b88b1
(cherry picked from commit d209293fe1409f039c4ec3065a990ce47c9003e8)
2022-08-05 16:11:42 +08:00
chunmao.guo 46a9df509c FIX: temp disable markdown tooltip on release build
Change-Id: Idde9a5127a064c1b6593607bca122eda21cdeee6
2022-08-05 16:11:42 +08:00
chunmao.guo cc1fb36a22 FIX: web view log
Change-Id: I8e28d7b8f5cfbc95428a3768b32f312a591e41c1
(cherry picked from commit fe623cb52a449ff7dffb10c9de8d7af9c7651f1e)
2022-08-05 16:11:42 +08:00
liz.li 1a8e5295b2 ENH:keyboard shortcut in macos
1.fix:global shortcut cannot use in webview panel
2.fix:ban original web-shortcut in webview
3.add cmd+q & cmd+h shortcut in macos
4.move some global shortcut to prepare panel

Change-Id: I17ba3c86069dab92df754a319d0c0c3d77b34d74
2022-08-05 16:11:42 +08:00
liz.li 042e17952c FIX:GUI cannot response when closing Calibration dialog
Change-Id: I576ac47f022bef0d59df168db96be1ef746ce3bb
(cherry picked from commit 393d623a8a4a634add6946f3ed7f1c86e962e844)
2022-08-05 16:11:42 +08:00
salt.wei 89959400da ENH: separate PA and PA-CF filament type
Filament type of Bambu PA-CF in RFID is PA-CF.
Change it to PA-CF as well in preset to avoid
failure of AMS mapping.

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ic6b6269123d59863fea2b7d262a124468c95b8af
2022-08-05 16:11:42 +08:00
yifan.wu 04bdbb4a28 ENH: add cn translations for newly added phrases
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I17323af5f6cee8839aa99e4957b9abcf22662f4a
2022-08-05 16:11:42 +08:00
yifan.wu 21d41bbbec ENH: optimize object list display
1. add filament title
2. adjust the layout propotion of object list and per-object
   parameter setting panel
3. replace wxScrollWindow with wxPanel for the Sidebar to avoid ugly
   double scrollbars
4. remove the auto height logic in object list to avoid it occupies too much
   height, causing no enough space for per-object setting panel

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I2201b61e5a654e86427ce7f377d0e4c4ef593748
(cherry picked from commit dd0413d6c22a20059e9042b88a15391518fb54c7)
2022-08-05 16:11:42 +08:00
zhimin.zeng 3d80bb52dc FIX: fix issue STUDIO-452
wrong transformation when sub model is rotated

Change-Id: I40e7ad0f808dd4d3445f4556ae517f5284e1a65c
(cherry picked from commit 6d1328a4eb630a08a9c635f0efea2a057283329e)
2022-08-05 16:11:42 +08:00
zhimin.zeng eaf71e4d2f FIX: fix issue STUDIO-395
cannot save project

Change-Id: I977402535dee8ea7b84fec4bb721a4e146a5e49e
(cherry picked from commit d1e483dca2903128cde028dfec77692c74fe7ba0)
2022-08-05 16:11:42 +08:00
liz.li ffc86d15cf FIX:(mac) print button display issues
Change-Id: I3a5471b509d601b45722a5174ddb4dd132ca4350
2022-08-05 16:11:42 +08:00
liz.li 57c6c3d797 ENH:add character checking when connect printer by LAN
Change-Id: Iacaeb26736f00b7b00f42c16a7b0c28a2d8dfe02
2022-08-05 16:11:42 +08:00
chunmao.guo 45e7443bb3 FIX: windows position after Maximize on Win32
Change-Id: I02d491e819369009ae188a1dd4cfe98900e52c6b
2022-08-05 16:11:42 +08:00
chunmao.guo 18920df354 FIX: temp disable markdown tooltip on release to public
Change-Id: I6f37b9176aaec6f0d7d3ccc6aa60c5a829729fd5
2022-08-05 16:11:42 +08:00
chunmao.guo 1705f3d5b7 FIX: transfer touch wheel event to pan gesture
Change-Id: Ic74662849a3728017a557417ec8cb1bf49826f15
(cherry picked from commit ccd1aa95de4abecbddecc0fb43ae7ce2296c6ede)
2022-08-05 16:11:42 +08:00
chunmao.guo 0d94bc619e FIX: handle gesture event in GLCanvas
Change-Id: I2e0af39d30693e997bf0c0bb68edb6c40c484864
2022-08-05 16:11:42 +08:00
chunmao.guo d61ec596e9 FIX: add load_ams_list call after switch language
Change-Id: Ibc6a994b4e5101439fe947008a7329e5c42b2339
2022-08-05 16:11:42 +08:00
chunmao.guo 54c5113b79 FIX: recalc textsize after set font
Change-Id: Ic4717ffd5b418fa7030659e3e684b0868cca2c61
2022-08-05 16:11:42 +08:00
chunmao.guo 405444f042 FIX: crash when no WMP
Change-Id: I9bab2e73da05125ee2ca24ac13456fbb82e91714
2022-08-05 16:11:42 +08:00
zhimin.zeng 13bd9ca445 FIX: fix issue STUDIO-480 associate files problem
Change-Id: I348778349c0786c1b9388305c9290c62a24c30f1
(cherry picked from commit dd35e2a5bfdb107f973eb11a40b72b7e9a494e73)
2022-08-05 15:28:01 +08:00
chunmao.guo 3e5d660a37 FIX: toggle line for Model Tabs.
Change-Id: Ia3964d6509a97ae098ac79be06396fe1c39396d6
(cherry picked from commit 597fb201f3c19756cfd91808447beaf3a6227434)
2022-08-05 15:28:01 +08:00
chunmao.guo 157fae556f FIX: send WM_NCLBUTTON(xxx) to use default window features
Change-Id: Ib5caa249857b416fc814ad1ccdea549bd15be3b1
2022-08-05 15:28:01 +08:00
chunmao.guo 835f9837b1 FIX: load url in guide web dialog
Change-Id: Ie723d8994dddcaeb21299837a0e34d8c15b698ed
(cherry picked from commit 05d3a1c20a6f4a817dd098c2b121539863257a66)
2022-08-05 15:28:01 +08:00
Tao Wang 18901127ec FIX:fixed can not load task bar dock icon
Change-Id: I6b52498eda04cacea147a2f098219eb16da24301
2022-08-05 15:28:01 +08:00
Tao Wang ae45af1688 FIX:show msgdialog when user selected timelapse_no_toolhead first time
Change-Id: I08307aae17ccc93ae4448016504f68ab9e67558b
(cherry picked from commit 41a9cd933b6c98b7b2fbeea3b3863e3bce56e27a)
2022-08-05 15:28:01 +08:00
Tao Wang 252aa91ae7 FIX:fixed multiple monitors not being maximized correctly
Change-Id: Idcaddcd5bbd483e14d290e9658da0283d33028fc
2022-08-05 15:28:01 +08:00
Stone Li 9a640be43c FIX: fix bug that thumbnail is not display
Change-Id: Ic974e378fbcaea096f5e2aa8b40092d2ef3e8e54
2022-08-05 15:28:01 +08:00
salt.wei 7a5771419a ENH: don't show extruder index when only has one
As title

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I752a43ccda1711a13f2fd152e9b7341195450cb0
2022-08-05 15:28:01 +08:00
Stone Li 3d3cda5e45 FIX: fix destroy BBLNetworkAgent when changing language
Change-Id: I95942abffbab3445775fa1598738249256e0e31d
2022-08-05 15:28:01 +08:00
salt.wei 5a2669dcc2 ENH: privide setting option of exclude_area
As title. User can delete the value to enable 256x256 printable
size

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ia10454b7a7a1b28c04d8d41df9f3251875f6e74e
2022-08-05 15:28:01 +08:00
tao wang f9dce93a52 FIX:fixed AMSLib caused by switching pages will not keep fixed size
Change-Id: Id7a66dd1c705670c20c75546c02c864a98b4cf2e
2022-08-05 15:28:01 +08:00
Stone Li 79dd525793 FIX: fix crash when cancel a print job
Change-Id: Ic4678ef0d963ae4447506de7aa3cf208173edf72
2022-08-05 15:28:01 +08:00
tao wang 63c3ea2634 FIX:fixed taskbar icons being too large on MacOS
Change-Id: I696a877bb62106cd3b6530fd78810eafdaec79c9
2022-08-05 15:28:01 +08:00
chunmao.guo f908ccd7b3 FIX: modify NvOptimusEnablement earlier in contructor of wxMediaCtrl2
Change-Id: I0562c393245726887c2d507f41269d09cf7a8800
2022-08-05 15:28:01 +08:00
Stone Li 7986b302de FIX: display wrong password when connect failed
Change-Id: Iebdf6ca78e4e98a60b60793a259dcfb4615894cc
2022-08-05 15:28:01 +08:00
Stone Li a9fd7c762e FIX: shutdown GUI_App after confirm dialog
Change-Id: Ie379e9e764f43be1592a74b929bfbfc1d2d41a49
Signed-off-by: Stone Li <stone.li@bambulab.com>
2022-08-05 15:28:01 +08:00
Arthur ace3c2a231 FIX: auto arranging has stauts report
Jira: STUDIO-305

Change-Id: Ib13ccf4037cd1144177935c1184eaf203aa0eb7f
2022-07-25 22:43:21 +08:00
yifan.wu c1ac1d8cfc ENH: rename Fragment Filter to Gap Fill
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: If9b417c0bb80d2a9f331c1878507df427690f348
2022-07-25 10:17:49 +08:00
gerrit ba83769030 FIX: fix the hang issue after change language under macos
Change-Id: I9286173303225330b3052d8b7a5119b046c44754
2022-07-23 23:54:47 +08:00
lane.wei 5527ebb5e3 FIX: set the default language to local if supported
Change-Id: I03fb37dc4d28bb354c7711afde6d8fb389daa53f
2022-07-23 21:43:54 +08:00
lane.wei 7a68cc56b2 fix the language code not correct issue
Change-Id: I73092fee16b2e1284ac79e63edbb3165c04d5650
2022-07-23 20:57:06 +08:00
gerrit 0df07fcfde FIX: fix cannot connect to server
Change-Id: Id3a4e2316c4f9a513b6acffda0bf08636441990b
2022-07-23 20:57:06 +08:00
stone.li cfd62e4aeb ENH: use order mapping with U0 firmware
do not check iot environment

Signed-off-by: stone.li <stone.li@bambulab.com>
Change-Id: I500ec81fb9f8cdf706cac38b19bd52218ce52d1f
Signed-off-by: stone.li <stone.li@bambulab.com>
2022-07-23 20:49:28 +08:00
lane.wei 2fd0238a47 set the default languange to wxLANGUAGE_ENGLISH_UK if not available
Change-Id: Iaba8184eb84ac3f16d371ef54ae169acfd13393a
2022-07-23 16:40:02 +08:00
tao wang 4d59db23e4 FIX:fixed amsmapping button can not get click event on macos
Change-Id: I4816365a2857e3e40c805af0e94654a8684c155c
2022-07-23 16:21:55 +08:00
lane.wei 9300f3a00d add more check when bambu network init
Change-Id: I63cc93759fcb7c2717472a32b98d833e257aea49
2022-07-23 16:19:39 +08:00
yifan.wu a4c1e17284 ENH: only display perform button in Gap Fill tool
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: If4cefd99ebe526a7d266b5e4bd9f6115f1b440e2
2022-07-23 16:19:39 +08:00
tao wang b5311059aa FIX:printer setting background colour is wrong
Change-Id: Ice0e326e01cbd0e4afa5a5858fc7bd1c5894420a
2022-07-22 20:56:52 +08:00
lane.wei e9e4d75877 Update the codes to 01.01.00.10 for the formal release
1. first formal version of macos
2. add the bambu networking plugin install logic
3. auto compute the wipe volume when filament change
4. add the logic of wiping into support
5. refine the GUI layout and icons, improve the gui apperance in lots of
   small places
6. serveral improve to support
7. support AMS auto-mapping
8. disable lots of unstable features: such as params table, media file download, HMS
9. fix serveral kinds of bugs
10. update the document of building
11. ...
2022-07-22 20:35:34 +08:00
lane.wei 0f987e993a adjust the log level for released version
Change-Id: Id874cc5b84a1c236dc00d9430867a913b0417beb
2022-07-16 15:25:36 +08:00
lane.wei 4544dad62c turnoff the debug mode on preferences
also switch the environment to production
and update version to 1.0.10.4

Change-Id: I396993ffa2bdfa5e60d69b61870d3710c6963489
2022-07-16 12:48:36 +08:00
Stone Li 0b921c44a8 ENH: compatible with U0 firmware
Change-Id: I30a4702424fd0df2ad118505c62b6843968465da
2022-07-15 23:52:47 +08:00
lane.wei 1555904bef Add the full source of BambuStudio
using version 1.0.10
2022-07-15 23:42:08 +08:00