liz.li
3f2ee4062b
ENH: zooming at mouse position
...
https://github.com/bambulab/BambuStudio/issues/1321
Change-Id: Ifa5c2b2931a5d80c3e5e5cc05eda76263a5ac570
2023-04-17 15:39:02 +08:00
tao wang
01bb20e4e1
ENH:default button for wxwidget adds dark mode style
...
Change-Id: Idfb3b379c97f10f6aa9a4cf6ae18e6dfcc8cff3a
2023-04-17 15:39:02 +08:00
Arthur Tang
617cb5490b
ENH: tree support style default to Tree Hybrid
...
1. tree support style default to Tree Hybrid
2. fix an assert bug with MedialAxis::build:
assert(polyline.width.size() == polyline.points.size() * 2 - 2)
This is caused by the incorrect clear function of ThickPolyline.
Change-Id: I8d6507ad366d253493e2749e0cbac8d3d837ee8a
(cherry picked from commit bd31e962c11e82005944bef40b17471075e79898)
2023-04-17 15:39:02 +08:00
lane.wei
d7364900dd
ENH: log: reduce the status log level to reduce log under cli
...
Change-Id: I7ab839ce02c22fb48c32b52184649fb951efbe95
(cherry picked from commit 2f1f2bedaf5420ceda3d2f29b7e44a1cc863ccac)
2023-04-17 15:39:02 +08:00
manch1n
797c211203
ENH:allow more same color objects arrange together
...
Change-Id: I87a9de3c5ed540c87fdebfe4e69ffa539d78ce40
STUDIO-2462
STUDIO-2463
2023-04-17 15:39:02 +08:00
Stone Li
1f1e5894bb
ENH: add sec_link field to start_bind
...
Change-Id: Ia48592f096b14ea0fe4de20126287c6f885d73a5
Signed-off-by: Stone Li <stone.li@bambulab.com>
2023-04-17 15:39:02 +08:00
zhimin.zeng
e031708043
FIX: translation for cut
...
Change-Id: I31f755b857f07e920fe6e50d48f4aa34a53e07da
2023-04-17 15:39:02 +08:00
liz.li
5b2ef59c9f
ENH:rotate object by pressing page down and page up
...
Change-Id: I888f7c71655548085cd15fe88b16087cf115933a
2023-04-17 15:39:02 +08:00
arthur.tang
6c489808a7
ENH: boost is_support_necessary's performance
...
1. Parallelize the majority of overhang detection, leaving only a small
part of sharp tail detection as sequential. This strategy makes
is_support_necessary 10 times faster.
2. Use the overlaps function to detect overlapping, instead of using
intersection().empty()
3. Control the max recursion depth to prevent crashing due to too deep
recursion.
Jira: STUDIO-2445, STUDIO-2458
Change-Id: I35283da3e4a22d7afe251b804ce30b90a9d754df
(cherry picked from commit 1a6fedd1a0c82906f1807234ea1b816247ca6fd7)
2023-04-17 15:39:02 +08:00
liz.li
6f298ac6f1
ENH:add track events
...
Change-Id: I7fb685013f243d6394a94a3c9500016b247ea0a8
2023-04-17 15:39:02 +08:00
yifan.wu
c582e64e0d
FIX: remove trim_overlap to avoid perf issue in some cases
...
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Id6f54b0421cfdd070971d69a2ed110b7b6430dee
2023-04-17 15:39:02 +08:00
salt.wei
0b126dbed6
ENH: fix the floating layer issue
...
Fix for floating layer under multi-color
printing while z_hop is zero.
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I8cc96bd18020cac8424fe4c3e62fb87da118b826
2023-04-17 15:39:02 +08:00
tao wang
679ccb658b
FIX:fixed will create crash logs when open object table
...
fixed STUDIO-1983
Change-Id: I1f83f16fdc0677f0d00e79508779584789aaa6fa
2023-04-17 15:39:02 +08:00
tao wang
ccfc61492b
ENH:use high contrast icons in dark mode
...
fixed STUDIO-2033
Change-Id: Ibfbc40b02f5333d80d2875d88bb3029109256e4a
2023-04-17 15:39:02 +08:00
tao wang
c6e49af3fe
ENH:add some protection for fan control
...
Change-Id: Ic60deaec60b5238f9307b7b4bb928293701c2fd5
2023-04-17 15:39:02 +08:00
tao wang
03819e6f86
ENH:disable switching printers when sending printing
...
Change-Id: I9004f3de4f0968cc659a769970ff20c1e7f6f0be
2023-04-17 15:39:02 +08:00
tao wang
47c04e75a7
NEW:use new humidity img
...
Change-Id: I8e5b68f929e2638d9c94bab3d9ed6b8d7133d586
2023-04-17 15:39:02 +08:00
zhimin.zeng
c8729bec8f
FIX: First layer nozzle temperature not working
...
STUDIO-2409
Change-Id: I4a31be809bbf677d0e029c6cdca6b21fd04d066a
2023-04-17 15:39:02 +08:00
zhimin.zeng
dda90b1810
ENH: get start_gcode filament
...
Change-Id: Ia511f758d5c59ddc38c79f251e8c95511de4a235
2023-04-17 15:39:02 +08:00
zhimin.zeng
81daebb5a5
FIX: the first layer is not printed in the correct order
...
Change-Id: Ia8ad49417e6b59fa10b763cb0e207f5f79b9a4d2
2023-04-17 15:39:02 +08:00
Stone Li
c9635174bd
ENH:display info when in slicing queue
...
Change-Id: I0dc2645e5679af310c8c0558c8ae47c9d62958e1
Signed-off-by: Stone Li <stone.li@bambulab.com>
2023-04-17 15:39:02 +08:00
tao wang
d9395e6405
ENH:optimize the switching of multiple AMS and vams
...
Change-Id: I031e3248164aa2fc243c6ebf7418c535119e7ffc
2023-04-17 15:39:02 +08:00
tao wang
7481da52d6
NEW:support for launching studio from the model web
...
Change-Id: I931fc8633c057228441daf2ab4c9c37f97e898ab
2023-04-17 15:39:02 +08:00
zhimin.zeng
6f141ea740
FIX: crash when open 3mf file
...
the volume type is unreasonable, causing the array to go out of bounds
Change-Id: I316b05f277f894b1fd32cda3eca29340d988e01e
2023-04-17 15:39:02 +08:00
tao wang
60f524167d
ENH:optimize ams material settings
...
Change-Id: I1c6c57570fc7ba37d45854297e30182a0ffcaad4
2023-04-17 15:39:02 +08:00
zhimin.zeng
cd4cddfca4
ENH: Cut optimization, support for custom connectors
...
Change-Id: I65163314374fb74f0b16df47dacae82caa6fab0d
(cherry picked from commit 7bacc2c2a89be471f6fee51dd07a42222a28b55a)
2023-04-17 15:39:02 +08:00
Stone Li
9f71a8c5dd
FIX: fix third-party login
...
Change-Id: Ib4699ecec1a6c72a9bc4967751d07b75f6b52d3a
Signed-off-by: Stone Li <stone.li@bambulab.com>
2023-04-17 15:39:02 +08:00
salt.wei
03e031fe5c
ENH: fix hang issue for archimedean chords pattern
...
This is fix for STUDIO-2079 that slicer may hang
when generated archimedean chords pattern lines.
Thanks prusa.
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I923c1ef48f093b2ab9576cb04beb4787c903ca00
2023-04-17 15:39:02 +08:00
salt.wei
61b271f379
ENH: fix for STUDIO-881
...
Thanks prusa
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I2e1c1088d29dd5401016ca41d3ed6dec87e0acd1
2023-04-17 15:39:02 +08:00
qing.zhang
0cc953ad41
ENH: speed up one wall top generate
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I141565bea3ca4d3fbcc9569b175af5d4f5cdd40e
2023-04-17 15:39:02 +08:00
Arthur
246ff2653d
ENH: improve bridge direction detection
...
Thanks to Prusa.
Jira: STUDIO-2453
Change-Id: Iadcc59df44d5abc552f5d558a500fd9bcd66d43f
(cherry picked from commit c19156fd037df4231f3e0cb1e9a899c9b7525372)
2023-04-17 15:39:02 +08:00
chunmao.guo
dbe1f3f5b1
ENH: [STUDIO-2437] new object sinking interaction
...
Change-Id: Ia93f3ee92abc7cd2ff5d623c6e1edfe7233e31d4
2023-04-17 15:39:02 +08:00
chunmao.guo
0ce72dfcb7
ENH: Revert "remove the sinking logic"
...
This reverts commit 17dded5d4aa54a330174788f3d6fbd583f63f8e1.
Change-Id: I51816d8357076a07c500a1bd006b08c15d7467e6
2023-04-17 15:39:02 +08:00
chunmao.guo
00a815e507
FIX: use ppath tag in main 3mf model
...
Change-Id: I9a91eaa80f4fe5640aec0c954b6b22b144a1812c
2023-04-17 15:39:02 +08:00
Arthur
e4f6315da0
FIX: update_sequential_clearance may crash due to clipper's bug
...
m_hull_2d_cache must be set since later on we'll use its point number, which is a very large number when not inited.
This will cause a fatal out-of-memory error.
Jira: STUDIO-2452
Change-Id: I9b397a53bdcdf555eccf745f1b96786010ebe309
(cherry picked from commit 6802be53709649e75a1562d29e14559c766d427b)
2023-04-17 15:39:02 +08:00
tao wang
304e29529b
ENH:optimize ams ui layout and add vams load/unload display
...
Change-Id: I17db70fe01f3fd00b60804e9a076248eb14fa845
2023-04-17 15:39:02 +08:00
chunmao.guo
8be8f20f75
FIX: [STUDIO-2364] use generic render for item selection
...
Change-Id: Iebda6269b736e25802798fcc128230d4bb87c760
2023-04-17 15:39:02 +08:00
Arthur
aebbe807f2
FIX: update_sequential_clearance may crash due to clipper's bug
...
offset may give empty results.
The previous patch solved the issue that the studio crashes immediately when selecting by-object printing.
This patch solves the issue that the studio crashes when moving objects with mouse after selecting by-object printing.
Jira: STUDIO-2452
Change-Id: Iacd69e67386b0750f24e5af2799ff9c0da130e88
(cherry picked from commit 8ea4379d0b6d61e91bd6704e4b1e8309cb42b924)
2023-04-17 15:39:02 +08:00
Arthur
f227a8f8da
FIX: sequential_print_clearance_valid may crash due to clipper's bug
...
offset may give empty results.
Jira: STUDIO-2452
Change-Id: I4da9689dc3e22afcb2340ce0f9956237e4aab434
(cherry picked from commit 3f33979a79c720fcaddb5b850ec278b3deaf2417)
2023-04-17 15:39:02 +08:00
zhimin.zeng
c098e01b22
FIX: modify plate print sequence, the wipe tower is not update
...
STUDIO-2279 STUDIO-2280
Change-Id: I9a65ae4c02afc48666131b37d0282d59aa25c560
2023-04-17 15:39:02 +08:00
salt.wei
ad43a54e3d
ENH: fix compiling issue
...
Don't know why this file is missing when cherry-pick...
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Iddfba50ef885fa08078bb9723a6ae2d5d5d0289d
2023-04-17 15:39:02 +08:00
lane.wei
c65a5f8bf5
ENH: thumbnail: add top_view thumbnails and picking thumbnails
...
1. add top view thumbnail for each plate
2. add picking thumbnails for each plate
3. save model object id for picking
Change-Id: I1d7f6ade22726ff12c282cb12e4a78e6b444a070
2023-04-17 15:39:02 +08:00
chunmao.guo
9f3a89320b
FIX: [STUDIO-1033] rm webview script handler on webview destory
...
Change-Id: If1465ba6bf997bf17b8a33bc33d0f20d34fcbdc7
2023-04-17 15:39:02 +08:00
chunmao.guo
db65fd6e83
FIX: [STUDIO-1940] hide edit ctrl on scroll in ObjectList
...
Change-Id: I9936ecff241d468f14e3dda0c12e4458cad8c237
2023-04-17 15:39:02 +08:00
chunmao.guo
bd29ac769c
FIX: [STUDIO-2295] update dynamic filament list on color change
...
Change-Id: I6a90e3ed6007b41ea38b50fac96b929d058dddfa
2023-04-17 15:39:02 +08:00
chunmao.guo
89fc178dd0
FIX: [STUDIO-2425] default filament color
...
Change-Id: I85871885e5e6976e6479410a93a5f14ccd61a8cd
2023-04-17 15:39:02 +08:00
chunmao.guo
670114c1b3
FIX: [STUDIO-2289] impl processname on linux
...
Change-Id: I0acb5e002b5c945bb8ca6272ad95d602fde17cfb
2023-04-17 15:39:02 +08:00
tao.jin
0f152c635c
FIX: [STUDIO-169] handle text baseline on Mac
...
Change-Id: I13bde2dcd6d19107f5fe6fb66aa35d2aa55ab03d
2023-04-17 15:39:02 +08:00
chunmao.guo
cc994a3492
FIX: [STUDIO-2241] show error dialog later for param value error
...
Change-Id: I16ffc92cb0701b8e3d984b783618549a5b237f70
2023-04-17 15:39:02 +08:00
tao wang
d352677f08
ENH:modift the title of options in ams settings
...
Change-Id: Ib5ed8b402713124561c1e1a285b3f1db46d00725
2023-04-17 15:39:02 +08:00
tao wang
252f035d51
FIX:fixed the wrong radio state of saving preset
...
Change-Id: I9b185b79fd39654decd2cf2aa900b79ac3d23e61
2023-04-17 15:39:02 +08:00
tao wang
a11cce7b26
ENH:optimize ams humidity display
...
Change-Id: Ied40225c6618d6961f5fd8c357bb227b512437ea
2023-04-17 15:39:02 +08:00
salt.wei
0c00243cbf
ENH: remove useless code
...
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I1dca5e366c2c681a4137c2187ecc7d59663e3b86
2023-04-17 15:39:02 +08:00
salt.wei
31f8034422
ENH: force to use . as decimal point
...
"std::cout << float number" is unsafe which
may use , as decimal point when switch language.
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I8a379117168eab0111dc93987b1d6130a741ade6
2023-04-17 15:39:02 +08:00
lane.wei
4651927869
FIX: CLI: fix the filament_type not correct issue for support-w
...
1. filament_type not correct in slicedinfo
2. missing serveral information in bbox
Change-Id: I0393ebc887591548a5a1d883661b28876b9ede6e
2023-04-17 15:39:02 +08:00
salt.wei
1278cbf461
ENH: remove tbb simplify in gcode export
...
Useless after importing AABB tree.
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Iaec9bef4a2a6bc4d097c6fd75720cb69d9cf314f
2023-04-17 15:39:02 +08:00
liz.li
db86541df7
FIX: show label function display chinese incorrectly STUDIO-2097
...
https://jira.bambooolab.com/browse/STUDIO-2097
Change-Id: Ia2e213b08e184c0363a30967f84e7cb5e3bb3642
2023-04-17 15:39:02 +08:00
salt.wei
4c4b274408
ENH: speed gcode export up again
...
thanks prusa
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ifbe5e2ea55b16a7fe281b54ca16c37695c15f5b1
2023-04-17 15:39:02 +08:00
chunmao.guo
c945c47383
FIX: [STUDIO-2150] export config not work
...
Change-Id: I05915a9dc5e767273e09ecdebaf5a679435c080f
2023-04-17 15:39:02 +08:00
chunmao.guo
2bb8875e30
FIX: [STUDIO-2213] project title of restored new project
...
Change-Id: Ia8255016f77942274c9cf4f704115766735a820b
2023-04-17 15:39:02 +08:00
chunmao.guo
8292486c3a
FIX: [STUDIO-2064] back color of list view editor on macOS dark mode
...
Change-Id: Id6ea9b17b83ccb08fe911d62d8fd292358a20ebc
2023-04-17 15:39:02 +08:00
chunmao.guo
91ad491743
FIX: [STUDIO-2282] auto expand filament list on sync ams
...
Change-Id: Iad2fd419fc6da56418cda7423adcbcef641ee2a3
2023-04-17 15:39:02 +08:00
chunmao.guo
68c9cb0a8c
FIX: some config param range
...
Change-Id: Ia19f51e121bd1966e35efef1127d685b07ca676f
2023-04-17 15:39:02 +08:00
Stone Li
65db26a27d
NEW: remember use options when printing
...
JIRA: STUDIO-2396
Change-Id: I21e6f91e3da53adf8dc28d9be223e03a4a275fca
Signed-off-by: Stone Li <stone.li@bambulab.com>
2023-04-17 15:39:02 +08:00
Stone Li
55f3e51bf4
ENH: add translations for Search
...
JIRA: STUDIO-1985
Change-Id: I39d0eddfc1aa957ecdbe35b9093bceb5c770c224
Signed-off-by: Stone Li <stone.li@bambulab.com>
2023-04-17 15:39:02 +08:00
Stone Li
6827b41eb3
NEW: add track events for debugging network
...
Change-Id: I671f91b4af00277236ca71014f8d667109756d00
Signed-off-by: Stone Li <stone.li@bambulab.com>
2023-04-17 15:39:02 +08:00
tao wang
311d9c3481
NEW:the model mall is opened using the default browser
...
Change-Id: I9f855288486196b2a7c72c51bee8cfcf408ceab8
2023-04-17 15:39:02 +08:00
chunmao.guo
7eb3aa8104
FIX: privacy dialog dark mode (STUDIO-2345)
...
Change-Id: Icd44d4b83bd9785869f68c04e6d4e38524e4b46a
2023-04-17 15:39:02 +08:00
chunmao.guo
a401c0fa2e
FIX: [STUDIO-2340] [STUDIO-2297] handle linux gstreamer error
...
Change-Id: Iadc6dcb9d7a9f2c5d1ce9cf979bbbfbd0f805d19
2023-04-17 15:39:02 +08:00
chunmao.guo
0e3364a415
FIX: [] not unload user presets on app closing
...
Change-Id: I517366d0cddab9c073db7bf70fec8f59d7d39e3c
2023-04-17 15:39:02 +08:00
Stone Li
365eacc7cf
ENH: add translation for choose color dialog
...
Change-Id: Ic59286939fcf5a9905950c249ee3e9b03a55398e
Signed-off-by: Stone Li <stone.li@bambulab.com>
2023-04-17 15:39:02 +08:00
yifan.wu
fc25754c2c
ENH: support smooth timelapse for C11
...
Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Id9da6654fe26c0bda6a9a7dae1e5601e2d944a57
2023-04-17 15:39:02 +08:00
Arthur
017707e575
FIX: sharp tail detection may fail
...
1. In small overhang detection, some sharp tail cases are missed because
the max_layer was not compared.
2. In normal support, previously the lower layer's expolys were not right,
should only keep the ones that won't vanish when extruding.
Jira: STUDIO-1977, STUDIO-2200
Change-Id: Ia09ff1ab4870b7e3c199a827932536867644c76c
(cherry picked from commit e3ba3a3114821e951d6eb00b4c95e6e63ffe00d4)
2023-04-17 15:39:02 +08:00
liz.li
1beee1eebf
FIX: .gcode file shall disable preview menu (STUDIO-2320)
...
https://jira.bambooolab.com/browse/STUDIO-2320
Change-Id: I54cd49a49a8b08916872eae75534ef4c1d915cb5
2023-04-17 15:39:02 +08:00
tao wang
ede8a2dc30
ENH:disconnect lan mode printer when switing other printers
...
Change-Id: Ibd2d80e248b8a25a103cec75fdc9cd11b84e8b48
2023-04-17 15:39:02 +08:00
qing.zhang
fdd659cefe
ENH: speed up the wall generator process by using bounding box
...
Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ifccbb33bc6df28136746f98020ef2cad002b5868
2023-04-17 15:39:02 +08:00
liz.li
aba824bbb9
FIX: press key R and T cannot close gizmo window (STUDIO-1980)
...
https://jira.bambooolab.com/browse/STUDIO-1980
Change-Id: Iaebe4674cf3b14dde4e7ee1a9b123b5a36d2c693
2023-04-17 15:39:02 +08:00
liz.li
289a3d1d53
FIX: crash at fix model (Studio-1482)
...
deselect all objects when select plate in objectList.
https://jira.bambooolab.com/browse/STUDIO-1482
Change-Id: I3660108ba1d8f369afd5058f086cb7daf306ea59
2023-04-17 15:39:02 +08:00
tao wang
a86d94f2c9
NEW:update the content of the project page
...
Change-Id: Idb7f8a2564c78a1f062580f6b388ee033238cedf
2023-04-17 15:39:02 +08:00
MusangKing
4cb8b1e125
ENH: Re-open support independent layer height
...
Allow user to disable support independent layer height when prime tower closed.
Fix wrong WIKI link jumping.
JIRA: STUDIO-1685
JIRA: STUDIO-2308
Change-Id: I894fdd37b707c53e17fd4ad7d1518897f307e557
(cherry picked from commit e10d31e123306a0893087ea03693303768a2daf6)
2023-04-17 15:39:02 +08:00
wintergua
ee3e8fc515
ENH: restore inner and outerinner brim modes
...
1) the function is not released to public
Change-Id: Ia1b5a31db3b1b1864997b57fe875c01f3ea9fb08
(cherry picked from commit a816cc313659f87978e1275b98f43172cb416a59)
2023-04-17 15:39:02 +08:00
lane.wei
23db223364
ENH: CLI: adjust the thumbnail size to 512
...
Change-Id: I79c8d584b23e7d4d9c27ce1859b322d9fddebc90
2023-04-17 15:39:02 +08:00
lane.wei
088f2a4ace
ENH: cli: add pre-check logic when slicing all
...
Change-Id: Ib13a5dd11175c0835b7a1362317941aa6a04474b
(cherry picked from commit a6f7ad231e5694ce12f9fd34518425f31c3bb5bd)
2023-04-17 15:39:02 +08:00
zhimin.zeng
b2c457eec6
FIX: Selected shadow position is not correct in assembly view
...
Change-Id: If727e8f70dc85fb256cad6d9de9bb4913cb11896
(cherry picked from commit a3540aa72566a6606ee3533b4770d010d1edd58c)
2023-04-17 15:39:02 +08:00
zhimin.zeng
0532f837fa
FIX: wipe tower is not generated when inserting custom gcode
...
Change-Id: I8f81dff79dba2fd60df2095ff37696ddc0b9597c
2023-04-17 15:39:02 +08:00
zhimin.zeng
ebaf87f033
FIX: The paint on the top surface is embedded in the sparse fill
...
Change-Id: I5e95bd22684d79413322fce2924fa4ff8f668c0e
2023-04-17 15:39:02 +08:00
salt.wei
8669291aad
ENH: optimize speed of gcode export
...
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ic641352623f26c7241ae5720ad1baa202a1b00c7
2023-04-17 15:39:02 +08:00
miaoxin
3448b7a053
FIX: avoid arrange to outer when quick click autoarrangement in plate.
...
Change-Id: Ic8fa2f605094c7a3b7fa5a6fe36c5159678c50fd
STUDIO-2202
(cherry picked from commit 641c18c25f5f297234059d463ac12220c4b6fa9f)
Change-Id: Ic452f2fa4357fcacf71f6a70df2c514d2628b217
2023-04-17 15:39:02 +08:00
wintergua
4c93d6e59d
FIX: Brim may not generate with a large positive xy compensation value
...
studio-2344
Change-Id: I74e91ccae8465ab747f2ed7e95e3d2694238c407
(cherry picked from commit a076c0541e88c68b11cf3b91725da6f8421c405b)
2023-04-17 15:39:02 +08:00
lane.wei
662453f419
ENH: add the time limit and triangle limit for cli slicing
...
Change-Id: I80d6e58dca6648427dbe4cfbc01eabdedfa79f52
2023-04-17 15:39:02 +08:00
lane.wei
6fab32c98b
ENH: backup: add logic to cleanup directory under cli
...
Change-Id: I7a846e362f45d1c7e34bef59be3b2c312799d0d2
2023-04-17 15:39:02 +08:00
Stone Li
dbe61652c7
ENH: give a tips when printer model is different
...
Change-Id: I387f2dd74e80efc4c0fbbd5d39faeb29ac2a9581
Signed-off-by: Stone Li <stone.li@bambulab.com>
2023-04-17 15:39:02 +08:00
tao wang
9420de5931
FIX:fixed Lan mode printer will disconnection after connection
...
Change-Id: Ifa81f35f4d4f58626fc74f9d092a8a1b4d10fb0d
2023-03-01 15:58:50 +08:00
lane.wei
e20adc16dc
FIX: fix the bed shape not correct issue when loading old 3mf
...
Change-Id: I924c47ea4a1f21b5e9854abdcedfe8b689ddcb67
2023-02-28 18:44:28 +08:00
tao wang
cee236e1aa
FIX:fixed that the load/unload text is not translated
...
Change-Id: I99a4212568b056a212a0874622e5e2f4f2a581b7
2023-02-28 18:44:28 +08:00
Stone Li
4da6149845
FIX: disconnect printer when reselect same printer
...
Change-Id: If47a3cfa2409f77dc583922fdb416f93d295f03f
Signed-off-by: Stone Li <stone.li@bambulab.com>
2023-02-28 18:44:28 +08:00
tao wang
262578dd23
FIX:fixed material name is not displayed on linux
...
Change-Id: Idded193a00ce25b9122913c781bf228c8fbd4665
2023-02-28 18:44:28 +08:00
liz.li
1d94e0c021
FIX: remove text translate of all plates stats button
...
Change-Id: If19e522051cb81f69c37b1fb37d4db2b516ccdc9
2023-02-28 18:44:28 +08:00
tao wang
46289a7cf1
FIX:optimize the status detection of the virtual tray
...
Change-Id: I7d39d8a6789bc13506a8d1ec0a0abe9bd5ae6f4a
2023-02-28 18:44:28 +08:00
salt.wei
e094af7040
ENH: add PETG-CF type
...
Add new filament type before new filament preset.
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I404880668a3cec566e0b35e38a6b467936f50bb7
2023-02-28 18:44:28 +08:00