SoftFever
a7729ca83f
Merge BS 1.7.7.89
...
# Conflicts:
# bbl/i18n/ko/BambuStudio_ko.po
# localization/i18n/OrcaSlicer.pot
# localization/i18n/de/OrcaSlicer_de.po
# localization/i18n/en/OrcaSlicer_en.po
# localization/i18n/es/OrcaSlicer_es.po
# localization/i18n/fr/OrcaSlicer_fr.po
# localization/i18n/hu/OrcaSlicer_hu.po
# localization/i18n/it/OrcaSlicer_it.po
# localization/i18n/ja/OrcaSlicer_ja.po
# localization/i18n/nl/OrcaSlicer_nl.po
# localization/i18n/sv/OrcaSlicer_sv.po
# localization/i18n/zh_cn/OrcaSlicer_zh_CN.po
# resources/i18n/de/BambuStudio.mo
# resources/i18n/en/BambuStudio.mo
# resources/i18n/es/BambuStudio.mo
# resources/i18n/fr/BambuStudio.mo
# resources/i18n/hu/BambuStudio.mo
# resources/i18n/it/BambuStudio.mo
# resources/i18n/ja/BambuStudio.mo
# resources/i18n/ko/BambuStudio.mo
# resources/i18n/nl/BambuStudio.mo
# resources/i18n/sv/BambuStudio.mo
# resources/i18n/zh_cn/BambuStudio.mo
# resources/profiles/Anycubic/machine/Anycubic Kobra Max 0.4 nozzle.json
# src/OrcaSlicer.cpp
# src/libnest2d/include/libnest2d/selections/firstfit.hpp
# src/libslic3r/GCode/GCodeProcessor.cpp
# src/libslic3r/Print.cpp
# src/libslic3r/Print.hpp
# src/libslic3r/PrintConfig.cpp
# src/slic3r/GUI/CalibrationWizardPresetPage.cpp
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/PartPlate.cpp
# src/slic3r/GUI/PartPlate.hpp
# src/slic3r/GUI/ReleaseNote.cpp
# src/slic3r/GUI/Tab.cpp
# version.inc
2023-10-21 19:41:49 +08:00
Noisyfox
951252c597
Change direction for perimeter extrusion at odd layers. ( #2413 )
...
* Change direction for perimeter extrusion at odd layers.
Initial test code based on supermerill/SuperSlicer@87245ae3c1
* Perimeters for both contours and holes can have alternating direction, to support overhangs on both side.
Also fixes wipe on loop.
* Only reverse order if the loops have steep overhang
* Support a special case that treat every layer as steep overhang
* Add options
* Disable overhang reverse if vase mode is enabled
* Allow extrusion reversal and skip overhang detection if fuzzy skin
---------
Co-authored-by: supermerill <merill@free.fr>
Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-10-21 17:23:05 +08:00
SoftFever
bbfb9d77fa
More camera tweaks ( #2473 )
...
* fix camera regressions
* Handle multiple plates
2023-10-21 12:20:30 +08:00
Noisyfox
075a08bca8
Initial port of the new ensure vertical thickness algorithm from PrusaSlicer ( #2382 )
...
* Initial port of the new ensure vertical thickness algorithm from PrusaSlicer.
Based on prusa3d/PrusaSlicer@1a0d8f5130
* Remove code related to "Detect narrow internal solid infill" as it's handled by the new ensuring code
* Support different internal solid infill pattern
* Ignore removed options
---------
Co-authored-by: Pavel Mikuš <pavel.mikus.mail@seznam.cz>
Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-10-19 19:55:05 +08:00
Ocraftyone
4d14ee15ce
Thumbnail Formats Option Ported from PrusaSlicer and add BIQU/BTT format ( #2405 )
...
* Add needed src files and update CMake files
* Implementation of GCodeThumbnailsFormat for PNG, JPG, and QOI complete
* Implement BIQU (Big Tree Tech) Thumbnail Format
* have GCodeProcessor.post_process pass through original line end characters
* fix biqu thumbnail output
use \r\n for new lines in the biqu thumbnail portion. the firmware requires these end characters to function properly.
update names of variables and add comments to be more descriptive
replace modified Qt pixel algorithm with much simpler algorithm from BTT TFT firmware
* rename BiQU to BTT_TFT for better clarity
* remove underscore from GUI option
---------
Co-authored-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-10-17 20:00:38 +08:00
SoftFever
1c26ec9e23
Increase painting resolution
2023-10-15 18:08:56 +08:00
SoftFever
388b483774
Feat: 1. Vertical and horizontal mode for painting 2. Optimize Camera behavior ( #2424 )
...
* fix camera and update locale
* Paint horizontally or vertically
2023-10-15 16:43:52 +08:00
Noisyfox
f39f5effa1
Fix crash on BBL's calibration tab ( #2403 )
2023-10-13 22:55:07 +08:00
xun.zhang
c29a38d91b
ENH: do not pop up open door tip
...
1. Do not pop up open door tip. Write the info to slicer info
jira: [NEW]
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I1f611ee18faa5820a26443a13614f68f3e6ba780
2023-10-13 14:43:42 +08:00
zhimin.zeng
f52c49c371
FIX: PA Profile Factor K not shown in German language
...
github: 2689
Change-Id: I8d5b874e1304e2ecd984f14fad8ae32f94ea4602
2023-10-13 14:43:42 +08:00
chunmao.guo
9ce3487b20
FIX: [STUDIO-4125] null crash in ImageGrid
...
Change-Id: Ibe2fcf6d3fe7ae901a2e594d782566a04aa19c39
Jira: STUDIO-4125
(cherry picked from commit aef8e23fdbead22c9e0585cb33cb72f183d8c057)
2023-10-13 14:43:42 +08:00
Arthur
d64031a054
ENH: auto-arranging allows more filaments together
...
Auto-arranging allows more filaments to be printed on the same plate
Only HighTemp and LowTemp filaments are not allowed on the same plate.
Jira: https://jira.bambooolab.com/browse/STUDIO-4682
Change-Id: I1bd4966e6aaa55a6dd9dff05f0bd94f2795a62b0
(cherry picked from commit 965040912af0555ca190702e7c7ac92e177a2922)
2023-10-13 14:43:42 +08:00
SoftFever
3f9db6064b
update loacale
2023-10-11 22:29:03 +08:00
lane.wei
9f31a1ff7b
ENH: GUI: refine the text spacing for some warning
...
JIRA: no jira
Change-Id: I6d6a6e1e103a3c67ed6c93847877753bbe7c4691
2023-10-10 14:19:23 +08:00
maosheng.wei
a709ac2694
FIX: Some Translation
...
Jira: STUDIO-4557
Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
Change-Id: I561ca49a49222e1c9c4456f061e649dd8ed129bb
2023-10-10 14:19:23 +08:00
tao wang
fa71b9600b
ENH:update text in auto refill
...
jira:[STUDIO-4344]
Change-Id: Ieb1f40e03fd4a266b768f8b97e28328858fe63cc
(cherry picked from commit 621d4319760cea15e224a9927768bb643b852139)
2023-10-10 14:19:23 +08:00
zhimin.zeng
b293346272
FIX: The warning is not translated
...
that nozzle diameter is not supported in old firmware
Jira: 4675
Change-Id: I6045dd33f4821ee7dd11bd8782f8c6f9b2a4010e
2023-10-10 14:19:23 +08:00
xun.zhang
1c0e3e2e96
ENH: refine open door printing tip
...
jira:STUDIO-4532
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I887e6b2bec90facbe9722622be4d7e7d0ee35796
2023-10-10 14:19:23 +08:00
xun.zhang
241d10c637
ENH: refine enclosed printing logic
...
1.Display a pop-up window based on whether is enclosed
jira: STUDIO-4532
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I5e7c85f6590ebe1c65f957c6bcc57a969e804964
2023-10-10 14:19:23 +08:00
xun.zhang
6487b2d0e8
ENH: refine tl temp check logic and tip
...
1. refine warning tips
jira:STUDIO-4532
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ida6f8a8a4fca5cf8cf04e622bd2f3af1baf82d52
2023-10-10 14:19:23 +08:00
tao wang
01f13afa56
FIX:fixed failure to open AMS mapping window
...
jira:[STUDIO-4669]
Change-Id: Ia9c9ca0b8833903443c173b97e61ba4e88e5d2bb
2023-10-10 14:19:23 +08:00
tao wang
1ed54b1d5d
FIX:add protection if task information is empty
...
jira:[for new]
Change-Id: Icfdf254eca23022ea3f861168d3894ef866fe792
2023-10-10 14:19:23 +08:00
lane.wei
df0f3ea72c
ENH: CLI: return error when the printable size exceeds the default one
...
also refine some logs
JIRA: XXXX
Change-Id: Ibec090e98b8d93b1396e691ecff97ced13b1d8c8
2023-10-10 14:19:23 +08:00
maosheng.wei
01968ce29f
FIX: [4670] Cloud disabled rating interface, displaying error prompt
...
Jira: STUDIO-4670
Change-Id: Ie571fd042010d5972aaef76063a52b67ef7ccb6a
2023-10-10 14:19:23 +08:00
tao wang
1c705d85e9
ENH:fixed display the wrong tray type in AMS
...
1. no longer using track_type
2. type using tray_info_idx query
Change-Id: I3ad08dc92e90c86041232d57b80331c563fe24c5
(cherry picked from commit aaebb55ac55c0d11dbc72ff17fce9b96854aec5e)
2023-10-10 14:19:23 +08:00
tao wang
b27dc119d7
FIX:fixed incomplete operation buttons
...
jira:[STUDIO-4119]
Change-Id: I73dd64fae9a42bfe248e6535d9cedb1343a2cc08
(cherry picked from commit f3176c419506a337ebb2801c66dffa4a4c8ae788)
2023-10-10 14:19:23 +08:00
Arthur
04552e4c9b
FIX: cli arrange failed in some cases
...
1. set different bed_shrink for seq_print and layered print
2. fix the bug that seq_print arranging may get collision with exclusion
area.
3. remove unused functions.
Jira: STUDIO-4663
Change-Id: I8b726704cca33fe37bb3cb7c4502963a9ad8d16b
(cherry picked from commit f27d00f81315fe4675bbc55ef932403e31a9264f)
2023-10-10 14:19:23 +08:00
Stone Li
c35ece24fe
FIX: fix a crash issue of mac os
...
GITHUB: https://github.com/bambulab/BambuStudio/issues/2573
Change-Id: Ic365bc411dd829701ce4ffd0090b09367cb6eddc
Signed-off-by: Stone Li <stone.li@bambulab.com>
2023-10-10 14:19:23 +08:00
chunmao.guo
92ba240173
FIX: PrinterFileSystem crash when switch file type
...
Change-Id: I25b0659d7a33bda5bb1157c967dac300b41696a9
Github: 2633
2023-10-10 14:19:23 +08:00
maosheng.wei
a004356fdc
ENH: [STUDIO-4579] limit request rating result count
...
Jira: 4579
Change-Id: Ifae6f50b46fc39254ce7c59d0deb1cf1e1940579
Signed-off-by: Stone Li <stone.li@bambulab.com>
Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
2023-10-10 14:19:23 +08:00
tao wang
84524e7685
FIX:set print mode before print all plate
...
jira:[STUDIO-4649,STUDIO-4650]
Change-Id: Ib4ddda6f1461a31a7d7407786bcb0d1859b3fb82
2023-10-10 14:19:23 +08:00
maosheng.wei
5b0a5b81e2
ENH: [STUDIO-4579] limit request rating result count
...
Jira: 4579
Change-Id: I1d546c33a58247f22c346fb17580927c282655d5
2023-10-10 14:19:23 +08:00
zhimin.zeng
9cbf3a4a1e
FIX:(cali) should not save preset when the select block is empty
...
Jira: 4644
Change-Id: I18b690a983d34521ca7ef6f0a6707e2df9bb1d3d
2023-10-10 14:19:23 +08:00
tao wang
faf2a85311
ENH:add check for flow cali
...
Change-Id: Ic3c808b16a1a07e459323604f5db175e26dc41e1
2023-10-10 14:19:23 +08:00
tao wang
537e0ae31c
ENH:removed tips for flow calibration of N1
...
jira:[for a1 mini]
Change-Id: Ibf069524964dfeb861db277d58efd8eaad079355
2023-10-10 14:19:23 +08:00
lane.wei
e8257103b7
FIX: CLI: fix the wipe tower depth not correct issue
...
estimate the wipe tower depth using more logic
JIRA: MAK-XXXX
Change-Id: Ieb66ebb7e75b20e61b7c0cb8e60496287434d31b
2023-10-10 14:19:23 +08:00
zhimin.zeng
7ada04ff1a
FIX: Add protection for cali (for crash)
...
Jira: 4434
Change-Id: I2b82c68b81dd0c65fe2188ad6824f5f2dda4c8a6
2023-10-10 14:19:23 +08:00
maosheng.wei
907ffb95eb
ENH: add link
...
Jira: XXXX
Change-Id: Icd1417f10253d804a3098822fa377be2b1d42a17
2023-10-10 14:19:23 +08:00
maosheng.wei
1c1f33bc0b
FIX: [STUDIO-4559 4557] translation
...
Change-Id: I54370aed677b6620c3b9b030a4e5d5ababe34569
2023-10-10 14:19:23 +08:00
xun.zhang
24d0b522a8
ENH: add param link for chamber temp
...
jira:STUDIO-3518
Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I275d1006f7478a4d5b5d6854513a50025f46d670
2023-10-10 14:19:23 +08:00
liz.li
999ceddea1
FIX: bedshape dialog dark mode issue
...
Jira: STUDIO-4572
refine UI of the dialog under dark mode
Change-Id: I188a50bd8909c2ab090fbb1a095c4c45da150071
2023-10-10 14:19:23 +08:00
tao wang
d3e2f011e4
FIX:fixed German not displaying error messages
...
jira:STUDIO-3722
Change-Id: I12883b4f494c1344a7b694ce627e95e4e14a3e1d
(cherry picked from commit 3ed194f1f08272f077d9e668e5cb8a1be6cc8919)
2023-10-10 14:19:23 +08:00
tao wang
36b8abf24e
ENH:optimized display of German and Swedish
...
jira:[STUDIO-3722]
Change-Id: I4562b1d55c709a6aac56f91601b12ae3f3459fd1
(cherry picked from commit e4cd09589685bdb1f7bdefada5f2ae28fb1e9552)
2023-10-10 14:19:23 +08:00
maosheng.wei
e591e898af
ENH: limit network request times
...
Jira: STUDIO-4615
Change-Id: If365de54d3028f98cf3a720873378ba6fcfa5589
2023-10-10 14:19:23 +08:00
liz.li
4c2cbe4c15
FIX: cali: sync history window flickering
...
Jira: STUDIO-4469
Change-Id: I1b88fa4d1a35f83de821c69da11c01701c3d3658
2023-10-10 14:19:23 +08:00
liz.li
638a961e32
FIX: message dialog line wrap issue
...
Jira: STUDIO-4553
Change-Id: I89a69488803d493b12a7a1b94b9afa7c60429186
2023-10-10 14:19:23 +08:00
hu.wang
110079f77e
FIX:translation of chamber temperature
...
JIRA:STUDIO-4624
Change-Id: Ifacd32a901705b1ffc359657afb6de5356e60400
2023-10-10 14:19:23 +08:00
zhimin.zeng
2e2fe7506c
FIX: add cali translate
...
Jira: XXXX
Change-Id: I39bb2be58bea7c3fc631f20464ffcebc3ecde171
2023-10-10 14:19:23 +08:00
zhimin.zeng
9639f77bab
FIX: Manual flowcalibration reports invalid k value
...
Github: 2589
Change-Id: I7870ca89f9c92168c37d2d40e9a3820eb8f24b1b
2023-10-10 14:19:23 +08:00
zhimin.zeng
64ed5c86a5
FIX: crash when switch device page to cali page
...
Jira: 4358
Change-Id: Ic4d23bd7e31c7419516a3ab55a4d9a2e2072cd47
(cherry picked from commit c74bb0f33870e19f3ae3ea98be06d584c02abe4e)
2023-10-10 14:19:23 +08:00